summaryrefslogtreecommitdiff
path: root/clang/test/Modules/ExtDebugInfo.cpp
AgeCommit message (Expand)Author
2025-09-23[clang][DebugInfo] Re-enable VTable debug info on COFF platforms (#158450)Tomohiro Kashiwada
2025-08-04[clang][DebugInfo] Disable VTable debug info (#130255) on COFF platforms (#15...Tomohiro Kashiwada
2025-05-28[clang][DebugInfo] Add symbol for debugger with VTable information. (#130255)Carlos Alberto Enciso
2022-12-12[ZOS] Convert tests to check 'target={{.*}}-zos{{.*}}'Paul Robinson
2022-12-02[lit][AIX] Convert clang tests to use 'target={{.*}}-aix{{.*}}'Paul Robinson
2021-09-16[AIX][ZOS] Disable LIT tests on AIX and z/OS due to lack of Objective-C supportJake Egan
2021-09-16Increase expected line number for ExtDebugInfo.cppJake Egan
2020-05-28[DebugInfo] Use SplitTemplateClosers (foo<bar<baz> >) in DWARF tooSam McCall
2020-04-07Slightly modify some tests as follow up to bcf66084, which breaks tests.Amy Huang
2020-03-26[AST] Print a<b<c>> without extra spaces in C++11 or later.Sam McCall
2019-04-25Skip type units/type uniquing when we know we're only emitting the type once ...David Blaikie
2018-10-24Debug Info (-gmodules): emit full types for non-anchored template specializat...Adrian Prantl
2018-01-03-gmodules: Emit debug info for implicit module imports via #include.Adrian Prantl
2017-07-24Debug Info: Avoid completing class types when a definition is in a module.Adrian Prantl
2017-07-19Update for LLVM IR metadata changes (DIImportedEntity now needs a DIFile).Adrian Prantl
2017-04-28Adapt to LLVM API change (DINamespace no longer takes line/file info).Adrian Prantl
2017-04-14Removing a redundant, but harmless, %s; NFC.Aaron Ballman
2016-09-13Update Clang for D20147 ("DebugInfo: New metadata representation for global v...Peter Collingbourne
2016-08-22Typo.Adrian Prantl
2016-08-17Module debug info: Fix a bug in handling record decls without fields.Adrian Prantl
2016-04-26Module debugging: Also correctly handle typedef'd foward-declared members.Adrian Prantl
2016-04-26Module debugging: Add testcase for member classes of class template specializ...Adrian Prantl
2016-04-26Module debugging: Use the definition to determine module-defined types.Adrian Prantl
2016-04-25Module Debugging: Fix the condition for determining whether a templateAdrian Prantl
2016-04-23DebugInfo: Adapt to loss of DITypeRef in LLVM r267296Duncan P. N. Exon Smith
2016-04-17DebugInfo: Make DICompositeTypes distinct most of the timeDuncan P. N. Exon Smith
2016-01-22Rephrase this test to help debug a buildbot issueAdrian Prantl
2016-01-22Fix a typo in r258507 and change the PCH dwoid constant to ~1UL.Adrian Prantl
2016-01-22Fix 80-column violations.Adrian Prantl
2016-01-22Module Debugging: Use a nonzero DWO id for precompiled headers.Adrian Prantl
2016-01-20Module Debugging: Fine-tune the condition that determines whether a typeAdrian Prantl
2016-01-19Module Debugging: Don't emit external type references to anonymous types.Adrian Prantl
2016-01-19Module Debugging: Make sure that anonymous tag decls that define globalAdrian Prantl
2016-01-19Module Debugging: Defer the emission of anonymous tag declsAdrian Prantl
2015-10-08Stop messing with the 'g' group of options in CompilerInvocation.Douglas Katzman
2015-09-11Use Itanium C++ ABI triple for new modules+debug testReid Kleckner
2015-09-11Module Debugging: Emit forward declarations for types that are defined inAdrian Prantl
2015-09-11Revert "Module Debugging: Emit forward declarations for types that are define...Adrian Prantl
2015-09-11clang/test/Modules/ExtDebugInfo.cpp: Use %itanium_abi_triple.NAKAMURA Takumi
2015-09-11clang/test/Modules/ExtDebugInfo.cpp: Use [[@LINE]].NAKAMURA Takumi
2015-09-11Module Debugging: Emit forward declarations for types that are defined inAdrian Prantl