aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MachineLoopUtils.cpp
diff options
context:
space:
mode:
authorMichael Buch <michaelbuch12@gmail.com>2022-12-16 11:22:15 +0000
committerMichael Buch <michaelbuch12@gmail.com>2022-12-16 11:38:54 +0000
commit2c22cfd4c95606adec311dece051e95e86e3f0f3 (patch)
treef8191da7a6c1c47c901fde7bda499ce0422f0f8d /llvm/lib/CodeGen/MachineLoopUtils.cpp
parent2dff41c320fcf6230bea68568b14ca101c96d187 (diff)
downloadllvm-2c22cfd4c95606adec311dece051e95e86e3f0f3.zip
llvm-2c22cfd4c95606adec311dece051e95e86e3f0f3.tar.gz
llvm-2c22cfd4c95606adec311dece051e95e86e3f0f3.tar.bz2
[clang][DebugInfo] Add DW_AT_default_value support for template template parameters
After this patch, in the following snippet: ``` template <typename T> Foo {}; template <template <typename T> class CT = Foo> Bar {}; Bar<> b; ``` The debug-info entry for the `CT` template parameter will have a `DW_AT_default_value (true)` attached to it. Differential Revision: https://reviews.llvm.org/D139989
Diffstat (limited to 'llvm/lib/CodeGen/MachineLoopUtils.cpp')
0 files changed, 0 insertions, 0 deletions