mirror of
https://github.com/intel/llvm.git
synced 2026-01-22 23:49:22 +08:00
abe2a36b7eeac46d1b9c0aabf616e68125dd329d
In TUs with large classes, a matcher like methodDecl(ofClass(recordDecl(has(varDecl())))) (finding all member functions of classes with static variables) becomes unbearably slow otherwise. llvm-svn: 187115
…
…
Languages
LLVM
41.5%
C++
31.7%
C
13%
Assembly
9.1%
MLIR
1.5%
Other
2.8%