commit | 9acacebf83d393f7d73c1ab8f29a4137755d9782 | [log] [tgz] |
---|---|---|
author | Shafik Yaghmour <syaghmour@apple.com> | Mon May 13 16:48:06 2019 +0000 |
committer | Shafik Yaghmour <syaghmour@apple.com> | Mon May 13 16:48:06 2019 +0000 |
tree | 8952a5213ab50cec767eaa72e9e28684efe76a61 | |
parent | 0b13ca2f5efddd08e08c26bb9c3ecd9ab295c769 [diff] |
[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