aboutsummaryrefslogtreecommitdiff
path: root/clang/test/DebugInfo
AgeCommit message (Expand)AuthorFilesLines
2026-02-09[llvm][DebugInfo] Avoid attaching retained nodes to unrelated subprograms in ...Vladislav Dzhidzhoev1-0/+37
2026-02-08Reapply "[Clang] Mark this pointer in destructors dead_on_return (#166276)"Aiden Grossman2-2/+2
2026-02-06Revert "[Clang] Mark this pointer in destructors dead_on_return (#166276)"Aiden Grossman2-2/+2
2026-02-06[Clang] Mark this pointer in destructors dead_on_return (#166276)Aiden Grossman2-2/+2
2026-02-04Reland "[DebugMetadata][DwarfDebug] Support function-local types in lexical b...Vladislav Dzhidzhoev8-87/+104
2026-01-21[IR] Make dead_on_return attribute optionally sizedAiden Grossman2-2/+2
2026-01-14[DebugInfo] Set the DI flag for the simplified name of a template function/ty...Liu Ke1-13/+14
2026-01-09Add a flag to preserve the old macro behaviour. (#174895)Snehasish Kumar1-6/+12
2025-12-12Reland [MS][clang] Add support for vector deleting destructors (#170337)Mariya Podchishchaeva2-4/+4
2025-12-10[Clang][counted_by] Correct signed counted_by values (#171260)Bill Wendling1-36/+35
2025-11-27[ubsan] Change "Type mismatch in operation" trap reason to "Alignment, null, ...Thurston Dang1-1/+1
2025-11-26[clang][DebugInfo] Add call site debug info flag (#169574)J. Ryan Stinnett1-0/+7
2025-11-21Revert "Reland [MS][clang] Add support for vector deleting destructors" (#169...Zequan Wu1-1/+1
2025-11-19[clang][DebugInfo] Mark _BitInt's as reconstitutable when emitting -gsimple-t...Michael Buch1-3/+19
2025-11-13Reland [MS][clang] Add support for vector deleting destructors (#165598)Mariya Podchishchaeva1-1/+1
2025-11-10[clang][DebugInfo] Attach `DISubprogram` to additional call variants (#166202)J. Ryan Stinnett1-0/+25
2025-11-03[clang] Make "__GCC_HAVE_DWARF2_CFI_ASM" a proper predefined macro (#165731)Cyndy Ishida1-0/+3
2025-10-30[clang] Use File Location for debug info resolution. (#163982)SKill1-0/+35
2025-10-30[DebugInfo] Add bit size to _BitInt name in debug info (#165583)Orlando Cazalet-Hyams1-2/+2
2025-10-29[DebugInfo] Add dataSize to DIBasicType to add DW_AT_bit_size to _BitInt type...Orlando Cazalet-Hyams1-0/+8
2025-10-27[clang][DebugInfo][test] Make Objective-C property5.m test check LLVM IRMichael Buch2-33/+34
2025-10-27[clang][DebugInfo][test] Convert Objective-C property2.m test to check LLVM I...Michael Buch2-15/+22
2025-10-27[clang][DebugInfo][test] Remove redundant Objective-C property test (#165298)Michael Buch1-18/+0
2025-10-27[clang][DebugInfo] Make property-auto-synth.m check LLVM IRMichael Buch1-8/+3
2025-10-27[clang][DebugInfo][test] Rename Objective-C testMichael Buch1-0/+0
2025-10-27[clang][DebugInfo] Disable objective-CXX tests on AIX and z/OS (#164765)Mark Danial1-0/+5
2025-10-27[clang][DebugInfo][test] Convert Objective-C property test to check LLVM IR (...Michael Buch2-15/+20
2025-10-27[clang][DebugInfo] Don't mark explicit parameter of synthesized ObjC property...Michael Buch1-0/+63
2025-10-21[clang][CodeGen] Emit `llvm.tbaa.errno` metadata during module creationAntonio Frighetto1-51/+51
2025-10-16[clang][DebugInfo] Emit DW_AT_language_{name, version} for DWARFv6 (#163208)Michael Buch4-0/+58
2025-10-10[clang] Remove -g[no-]-* bool flags from g_Group (#162750)Reid Kleckner1-1/+4
2025-10-09[clang][DWARF] Add DW_AT_bit_stride for SVE predicate types (#161409)Mary Kassayova1-8/+8
2025-10-06[clang] Move `-fprofile-instrument-use-path=` check to driver (#159667)Jan Svoboda1-1/+1
2025-09-26[clang][CodeGen] Fix sub-optimal clang CodeGen for __atomic_test_and_set (#16...Sirui Mu1-91/+93
2025-09-26[clang][DebugInfo][test] Add tests for lambda capture packs (#160705)Michael Buch1-0/+196
2025-09-23[clang][DebugInfo][test] Adjust structured-binding.cpp expected IR names (#16...Michael Buch1-2/+2
2025-09-23[clang][DebugInfo] Re-enable VTable debug info on COFF platforms (#158450)Tomohiro Kashiwada8-52/+85
2025-09-20[clang][Expr] Teach IgnoreUnlessSpelledInSource about implicit calls to std::...Michael Buch1-1/+63
2025-09-14[Clang][Cygwin] Cygwin x86_64 should accept __stdcall (#158385)Tomohiro Kashiwada1-2/+4
2025-09-14[Clang](NFC) Add coverage for VTable debug info (#151818)Tomohiro Kashiwada7-44/+232
2025-09-12[clang] Regenerate test checks including TBAA semantics (NFC)Antonio Frighetto1-11/+11
2025-09-09[clang][DebugInfo] Emit unified (Itanium) mangled name to structor declaratio...Michael Buch4-3/+123
2025-09-02Generalize test over 32 and 64bit targetsDavid Blaikie1-1/+1
2025-09-02[DebugInfo] When referencing structured bindings use the reference's location...David Blaikie1-1/+43
2025-08-27[UBSan][BoundsSafety] Implement support for more expressive "trap reasons" (#...Dan Liew4-14/+104
2025-08-27[KeyInstr] Enable -gkey-instructions by default if optimisations are enabled ...Orlando Cazalet-Hyams1-2/+40
2025-08-26[clang][DebugInfo][test] Move debug-info tests from CodeGenObjCXX to DebugInf...Michael Buch6-0/+173
2025-08-22[clang][DebugInfo] Disable objective-C tests on AIX and z/OS (#154951)David Tenty1-0/+5
2025-08-21[clang][DebugInfo][test] Move debug-info tests from CodeGenObjC to DebugInfo ...Michael Buch57-0/+1888
2025-08-21Fix scope of typedefs present inside a template class (#146729)ykhatav1-0/+12