summaryrefslogtreecommitdiffstats
path: root/test/Modules/ModuleDebugInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merging r321754:Hans Wennborg2018-01-161-2/+15
* Debug Info: Avoid completing class types when a definition is in a module.Adrian Prantl2017-07-241-3/+8
* Remove 24 instances of 'REQUIRES: shell'Reid Kleckner2016-10-201-1/+1
* Module debug info: Fix a bug in handling record decls without fields.Adrian Prantl2016-08-171-0/+10
* Reroll "Include unreferenced nested types in member list only for CodeView"Adrian McCarthy2016-07-211-1/+1
* Revert "Include unreferenced nested types in member list only for CodeView"Adrian McCarthy2016-07-211-5/+1
* Include unreferenced nested types in member list only for CodeViewAdrian McCarthy2016-07-211-1/+5
* Module debugging: Also correctly handle typedef'd foward-declared members.Adrian Prantl2016-04-261-0/+4
* Module Debugging: Fix the condition for determining whether a templateAdrian Prantl2016-04-251-7/+43
* DebugInfo: Adapt to loss of DITypeRef in LLVM r267296Duncan P. N. Exon Smith2016-04-231-19/+18
* Update to match LLVM changes for PR27284.Adrian Prantl2016-04-151-3/+3
* Module Debugging: Fix a crash when emitting debug info for nested tag typesAdrian Prantl2016-03-071-0/+7
* Remove some unnecessary CHECK-SAMEs in ModuleDebugInfo.{cpp,m}.Justin Lebar2016-02-101-1/+0
* Get rid of CHECK-SAME-NOT in tests.Justin Lebar2016-02-101-10/+16
* Module Debugging: Use a nonzero DWO id for precompiled headers.Adrian Prantl2016-01-221-2/+1
* Module Debugging: Fine-tune the condition that determines whether a typeAdrian Prantl2016-01-201-0/+4
* Module Debugging: Make sure that anonymous tag decls that define globalAdrian Prantl2016-01-191-0/+16
* Module Debugging: Defer the emission of anonymous tag declsAdrian Prantl2016-01-191-0/+12
* Module debugging: Add a testcase for standalone forward declarations.Adrian Prantl2016-01-091-0/+4
* Module debugging: Defer emitting tag types until their definitionAdrian Prantl2016-01-061-6/+14
* Fix a typo in testcase and increase its coverage!Adrian Prantl2016-01-051-1/+1
* Stop messing with the 'g' group of options in CompilerInvocation.Douglas Katzman2015-10-081-1/+1
* Module Debugging: Use the clang module signature as the module's dwo_idAdrian Prantl2015-09-221-1/+3
* Debug Info: Remove an unnecessary debug type visitor.Adrian Prantl2015-09-101-3/+4
* clang/test/Modules/ModuleDebugInfo.cpp: Add -triple %itanium to appease ms-ta...NAKAMURA Takumi2015-09-081-2/+2
* Module Debugging: Emit debug type information into clang modules.Adrian Prantl2015-09-081-0/+41