summaryrefslogtreecommitdiff
path: root/clang/test/Modules/ModuleDebugInfo.cpp
AgeCommit message (Expand)Author
2023-09-12Propagate the DWARF version from the main compiler invocation to PCHC… (#66...Adrian Prantl
2022-12-12[ZOS] Convert tests to check 'target={{.*}}-zos{{.*}}'Paul Robinson
2022-12-02[lit][AIX] Convert clang tests to use 'target={{.*}}-aix{{.*}}'Paul Robinson
2022-01-10Emit the C++ dialect in -gmodules .pcm files.Adrian Prantl
2021-10-25[AIX][ZOS] Disable tests due to lack of Objective-C supportJake Egan
2021-04-12Reland [DebugInfo] Fix the mismatching between C++ language tags and Dwarf ve...Esme-Yi
2021-04-12Revert "[DebugInfo] Fix the mismatching between C++ language tags and Dwarf v...Esme-Yi
2021-04-12[DebugInfo] Fix the mismatching between C++ language tags and Dwarf versions.Esme-Yi
2020-06-01[DebugInfo][CallSites] Remove decl subprograms from 'retainedTypes:'Djordje Todorovic
2020-05-28[DebugInfo] Use SplitTemplateClosers (foo<bar<baz> >) in DWARF tooSam McCall
2020-04-07Slightly modify some tests as follow up to bcf66084, which breaks tests.Amy Huang
2020-03-26[AST] Print a<b<c>> without extra spaces in C++11 or later.Sam McCall
2019-09-24Support for DWARF-5 C++ language tags.Adrian Prantl
2019-09-23Revert "Support for DWARF-5 C++ language tags."Jonas Devlieghere
2019-09-23Support for DWARF-5 C++ language tags.Adrian Prantl
2019-04-25Skip type units/type uniquing when we know we're only emitting the type once ...David Blaikie
2018-02-12Re-commit r324490: [DebugInfo] Improvements to representation of enumeration ...Momchil Velikov
2018-02-07Revert [DebugInfo] Improvements to representation of enumeration types (PR361...Momchil Velikov
2018-02-07[DebugInfo] Improvements to representation of enumeration types (PR36168)Momchil Velikov
2018-01-03-gmodules: Emit debug info for implicit module imports via #include.Adrian Prantl
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