summaryrefslogtreecommitdiff
path: root/test/Modules/ModuleDebugInfo.cpp
AgeCommit message (Expand)Author
2018-01-16Merging r321754:Hans Wennborg
2017-07-24Debug Info: Avoid completing class types when a definition is in a module.Adrian Prantl
2016-10-20Remove 24 instances of 'REQUIRES: shell'Reid Kleckner
2016-08-17Module debug info: Fix a bug in handling record decls without fields.Adrian Prantl
2016-07-21Reroll "Include unreferenced nested types in member list only for CodeView"Adrian McCarthy
2016-07-21Revert "Include unreferenced nested types in member list only for CodeView"Adrian McCarthy
2016-07-21Include unreferenced nested types in member list only for CodeViewAdrian McCarthy
2016-04-26Module debugging: Also correctly handle typedef'd foward-declared members.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-15Update to match LLVM changes for PR27284.Adrian Prantl
2016-03-07Module Debugging: Fix a crash when emitting debug info for nested tag typesAdrian Prantl
2016-02-10Remove some unnecessary CHECK-SAMEs in ModuleDebugInfo.{cpp,m}.Justin Lebar
2016-02-10Get rid of CHECK-SAME-NOT in tests.Justin Lebar
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: Make sure that anonymous tag decls that define globalAdrian Prantl
2016-01-19Module Debugging: Defer the emission of anonymous tag declsAdrian Prantl
2016-01-09Module debugging: Add a testcase for standalone forward declarations.Adrian Prantl
2016-01-06Module debugging: Defer emitting tag types until their definitionAdrian Prantl
2016-01-05Fix a typo in testcase and increase its coverage!Adrian Prantl
2015-10-08Stop messing with the 'g' group of options in CompilerInvocation.Douglas Katzman
2015-09-22Module Debugging: Use the clang module signature as the module's dwo_idAdrian Prantl
2015-09-10Debug Info: Remove an unnecessary debug type visitor.Adrian Prantl
2015-09-08clang/test/Modules/ModuleDebugInfo.cpp: Add -triple %itanium to appease ms-ta...NAKAMURA Takumi
2015-09-08Module Debugging: Emit debug type information into clang modules.Adrian Prantl