summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/ExtDebugInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update Clang for D20147 ("DebugInfo: New metadata representation for global v...Peter Collingbourne2016-09-131-10/+9
* Typo.Adrian Prantl2016-08-221-1/+1
* Module debug info: Fix a bug in handling record decls without fields.Adrian Prantl2016-08-171-2/+23
* Module debugging: Also correctly handle typedef'd foward-declared members.Adrian Prantl2016-04-261-1/+12
* Module debugging: Add testcase for member classes of class template specializ...Adrian Prantl2016-04-261-1/+9
* Module debugging: Use the definition to determine module-defined types.Adrian Prantl2016-04-261-0/+9
* Module Debugging: Fix the condition for determining whether a templateAdrian Prantl2016-04-251-10/+63
* DebugInfo: Adapt to loss of DITypeRef in LLVM r267296Duncan P. N. Exon Smith2016-04-231-15/+11
* DebugInfo: Make DICompositeTypes distinct most of the timeDuncan P. N. Exon Smith2016-04-171-2/+2
* Rephrase this test to help debug a buildbot issueAdrian Prantl2016-01-221-1/+2
* Fix a typo in r258507 and change the PCH dwoid constant to ~1UL.Adrian Prantl2016-01-221-1/+2
* Fix 80-column violations.Adrian Prantl2016-01-221-3/+6
* Module Debugging: Use a nonzero DWO id for precompiled headers.Adrian Prantl2016-01-221-0/+4
* Module Debugging: Fine-tune the condition that determines whether a typeAdrian Prantl2016-01-201-1/+9
* Module Debugging: Don't emit external type references to anonymous types.Adrian Prantl2016-01-191-0/+9
* Module Debugging: Make sure that anonymous tag decls that define globalAdrian Prantl2016-01-191-0/+4
* Module Debugging: Defer the emission of anonymous tag declsAdrian Prantl2016-01-191-0/+11
* Stop messing with the 'g' group of options in CompilerInvocation.Douglas Katzman2015-10-081-2/+2
* Use Itanium C++ ABI triple for new modules+debug testReid Kleckner2015-09-111-1/+4
* Module Debugging: Emit forward declarations for types that are defined inAdrian Prantl2015-09-111-0/+69
* Revert "Module Debugging: Emit forward declarations for types that are define...Adrian Prantl2015-09-111-77/+0
* clang/test/Modules/ExtDebugInfo.cpp: Use %itanium_abi_triple.NAKAMURA Takumi2015-09-111-0/+3
* clang/test/Modules/ExtDebugInfo.cpp: Use [[@LINE]].NAKAMURA Takumi2015-09-111-1/+1
* Module Debugging: Emit forward declarations for types that are defined inAdrian Prantl2015-09-111-0/+74
OpenPOWER on IntegriCloud