aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Modules/ExtDebugInfo.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-04-28Adapt to LLVM API change (DINamespace no longer takes line/file info).Adrian Prantl1-1/+1
2017-04-14Removing a redundant, but harmless, %s; NFC.Aaron Ballman1-1/+1
2016-09-13Update Clang for D20147 ("DebugInfo: New metadata representation for global v...Peter Collingbourne1-10/+9
2016-08-22Typo.Adrian Prantl1-1/+1
2016-08-17Module debug info: Fix a bug in handling record decls without fields.Adrian Prantl1-2/+23
2016-04-26Module debugging: Also correctly handle typedef'd foward-declared members.Adrian Prantl1-1/+12
2016-04-26Module debugging: Add testcase for member classes of class template specializ...Adrian Prantl1-1/+9
2016-04-26Module debugging: Use the definition to determine module-defined types.Adrian Prantl1-0/+9
2016-04-25Module Debugging: Fix the condition for determining whether a templateAdrian Prantl1-10/+63
2016-04-23DebugInfo: Adapt to loss of DITypeRef in LLVM r267296Duncan P. N. Exon Smith1-15/+11
2016-04-17DebugInfo: Make DICompositeTypes distinct most of the timeDuncan P. N. Exon Smith1-2/+2
2016-01-22Rephrase this test to help debug a buildbot issueAdrian Prantl1-1/+2
2016-01-22Fix a typo in r258507 and change the PCH dwoid constant to ~1UL.Adrian Prantl1-1/+2
2016-01-22Fix 80-column violations.Adrian Prantl1-3/+6
2016-01-22Module Debugging: Use a nonzero DWO id for precompiled headers.Adrian Prantl1-0/+4
2016-01-20Module Debugging: Fine-tune the condition that determines whether a typeAdrian Prantl1-1/+9
2016-01-19Module Debugging: Don't emit external type references to anonymous types.Adrian Prantl1-0/+9
2016-01-19Module Debugging: Make sure that anonymous tag decls that define globalAdrian Prantl1-0/+4
2016-01-19Module Debugging: Defer the emission of anonymous tag declsAdrian Prantl1-0/+11
2015-10-08Stop messing with the 'g' group of options in CompilerInvocation.Douglas Katzman1-2/+2
2015-09-11Use Itanium C++ ABI triple for new modules+debug testReid Kleckner1-1/+4
2015-09-11Module Debugging: Emit forward declarations for types that are defined inAdrian Prantl1-0/+69
2015-09-11Revert "Module Debugging: Emit forward declarations for types that are define...Adrian Prantl1-77/+0
2015-09-11clang/test/Modules/ExtDebugInfo.cpp: Use %itanium_abi_triple.NAKAMURA Takumi1-0/+3
2015-09-11clang/test/Modules/ExtDebugInfo.cpp: Use [[@LINE]].NAKAMURA Takumi1-1/+1
2015-09-11Module Debugging: Emit forward declarations for types that are defined inAdrian Prantl1-0/+74