mirror of
https://github.com/intel/llvm.git
synced 2026-01-30 05:55:35 +08:00
369acf9304103fd7ca93fc964ed625f241af724c
functions when they are explicitly declared, e.g., via a function template specialization or explicit template instantiation declaration. Don't try to synthesize bodies for the special member functions in this case; rather, check whether we have an implicit declaration and, if so, synthesize the appropriate function body. Fixes PR5084. llvm-svn: 83212
Add support to extract lexical scope information from DebugLoc attached with an machine instruction.
Languages
LLVM
41.3%
C++
31.5%
C
13%
Assembly
9.5%
MLIR
1.5%
Other
2.8%