Files
clang-p2996/clang/test/CodeGenCXX/debug-info-line-if-2.cpp
Paul T Robinson 53abbced30 [DebugInfo] Correct the line attribution for IF branches (#108300)
An 'if' statement introduces a scope, but in some cases the conditional
branch to the then/else blocks had a debug-info attribution that did not
include the scope. This led to some inefficiency in the DWARF line
table.
2024-09-23 10:56:45 -04:00

1.4 KiB