summaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/debug-info-class.cpp
AgeCommit message (Expand)Author
2017-01-09[Lit Test] Make tests C++11 compatible - nothrow destructorsCharles Li
2016-12-27DebugInfo: Don't include size/alignment on class declarationsDavid Blaikie
2016-04-23DebugInfo: Adapt to loss of DITypeRef in LLVM r267296Duncan P. N. Exon Smith
2016-04-17DebugInfo: Make DICompositeTypes distinct most of the timeDuncan P. N. Exon Smith
2016-03-13Remove compile time PreserveName in favor of a runtime cc1 -discard-value-nam...Mehdi Amini
2015-04-29DebugInfo: Metadata constructs now start with DI*Duncan P. N. Exon Smith
2015-03-03DebugInfo: Move new hierarchy into place (clang)Duncan P. N. Exon Smith
2015-01-14IR: Move MDLocation into place (clang testcases)Duncan P. N. Exon Smith
2014-12-15IR: Make metadata typeless in assembly, clang sideDuncan P. N. Exon Smith
2014-11-19DebugInfo: Don't emit a 'global variable' when a static member declaration is...David Blaikie
2014-11-18Debug Info: context field of a global variable is DIScopeRef.Manman Ren
2014-10-03Revert "Revert "DI: LLVM schema change: fold constants into string""Duncan P. N. Exon Smith
2014-10-02Revert "DI: LLVM schema change: fold constants into string"Duncan P. N. Exon Smith
2014-10-02DI: LLVM schema change: fold constants into stringDuncan P. N. Exon Smith
2014-05-07Fixing tests to account for LLVM r208159.David Blaikie
2013-12-20DebugInfo: Do not include implicit members (implicit special members, templat...David Blaikie
2013-10-08Debug Info: update testing cases when the derived-from field ofManman Ren
2013-09-06Debug Info: Update testing case.Manman Ren
2013-09-06PR17046, PR17092: Debug Info assert-on-valid due to member loss when context ...David Blaikie
2013-08-29Debug Info: generate a unique identifier for C++ struct, class, union, and enum.Manman Ren
2013-08-29Debug Info: this reverts commit r189600.Manman Ren
2013-08-29Debug Info: generate a unique identifier for C++ struct, class, union, and enum.Manman Ren
2013-08-26Debug Info: add an identifier field to DICompositeType.Manman Ren
2013-08-22DebugInfo: emit the definition of types when construction vtables are require...David Blaikie
2013-08-20Revert "Revert "Revert "Revert "DebugInfo: Omit debug info for dynamic classe...David Blaikie
2013-08-19Revert "Revert "Revert "DebugInfo: Omit debug info for dynamic classes in TUs...Michael Gottesman
2013-08-18Revert "Revert "DebugInfo: Omit debug info for dynamic classes in TUs that do...David Blaikie
2013-08-18DebugInfo: Don't emit vbase 'containing types' for context chain limited typesDavid Blaikie
2013-08-17Revert "DebugInfo: Omit debug info for dynamic classes in TUs that do not hav...David Blaikie
2013-08-16DebugInfo: Omit debug info for dynamic classes in TUs that do not have the vt...David Blaikie
2013-02-03clang/test/CodeGenCXX/debug-info-class.cpp: Tweak to unbreak test for a few t...NAKAMURA Takumi
2013-02-01clang/test/CodeGenCXX/debug-info-class.cpp: Fixup for -Asserts.NAKAMURA Takumi
2013-02-01Fix exception handling line table problems introduced by r173593David Blaikie
2012-12-13Debug Info: Emit vtables pointer members as artificial.David Blaikie
2012-11-02Emit debug info for C++ struct definitions as DW_TAG_structure_type (instead ...David Blaikie
2012-11-02Fix debug tag type of forward declarations of struct/class in C++.David Blaikie
2010-08-12Emit debug info for static const class member.Devang Patel