aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Modules/ModuleDebugInfo.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-10-20Remove 24 instances of 'REQUIRES: shell'Reid Kleckner1-1/+1
2016-08-17Module debug info: Fix a bug in handling record decls without fields.Adrian Prantl1-0/+10
2016-07-21Reroll "Include unreferenced nested types in member list only for CodeView"Adrian McCarthy1-1/+1
2016-07-21Revert "Include unreferenced nested types in member list only for CodeView"Adrian McCarthy1-5/+1
2016-07-21Include unreferenced nested types in member list only for CodeViewAdrian McCarthy1-1/+5
2016-04-26Module debugging: Also correctly handle typedef'd foward-declared members.Adrian Prantl1-0/+4
2016-04-25Module Debugging: Fix the condition for determining whether a templateAdrian Prantl1-7/+43
2016-04-23DebugInfo: Adapt to loss of DITypeRef in LLVM r267296Duncan P. N. Exon Smith1-19/+18
2016-04-15Update to match LLVM changes for PR27284.Adrian Prantl1-3/+3
2016-03-07Module Debugging: Fix a crash when emitting debug info for nested tag typesAdrian Prantl1-0/+7
2016-02-10Remove some unnecessary CHECK-SAMEs in ModuleDebugInfo.{cpp,m}.Justin Lebar1-1/+0
2016-02-10Get rid of CHECK-SAME-NOT in tests.Justin Lebar1-10/+16
2016-01-22Module Debugging: Use a nonzero DWO id for precompiled headers.Adrian Prantl1-2/+1
2016-01-20Module Debugging: Fine-tune the condition that determines whether a typeAdrian Prantl1-0/+4
2016-01-19Module Debugging: Make sure that anonymous tag decls that define globalAdrian Prantl1-0/+16
2016-01-19Module Debugging: Defer the emission of anonymous tag declsAdrian Prantl1-0/+12
2016-01-09Module debugging: Add a testcase for standalone forward declarations.Adrian Prantl1-0/+4
2016-01-06Module debugging: Defer emitting tag types until their definitionAdrian Prantl1-6/+14
2016-01-05Fix a typo in testcase and increase its coverage!Adrian Prantl1-1/+1
2015-10-08Stop messing with the 'g' group of options in CompilerInvocation.Douglas Katzman1-1/+1
2015-09-22Module Debugging: Use the clang module signature as the module's dwo_idAdrian Prantl1-1/+3
2015-09-10Debug Info: Remove an unnecessary debug type visitor.Adrian Prantl1-3/+4
2015-09-08clang/test/Modules/ModuleDebugInfo.cpp: Add -triple %itanium to appease ms-ta...NAKAMURA Takumi1-2/+2
2015-09-08Module Debugging: Emit debug type information into clang modules.Adrian Prantl1-0/+41