Skip to content
Commit 9acacebf authored by Shafik Yaghmour's avatar Shafik Yaghmour
Browse files

[DataFormatters] FindLibCppStdFunctionCallableInfo() currently uses...

[DataFormatters] FindLibCppStdFunctionCallableInfo() currently uses FindFunctions() in order to find a lambdas operator()() but using FindSymbolsMatchingRegExAndType() is cheaper and if we also anchor the regex using ^ this adds some additional performance gains.

Differential Revision: https://reviews.llvm.org/D61759

llvm-svn: 360599
parent 0b13ca2f
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment