summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/debug-info-class.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Lit Test] Make tests C++11 compatible - nothrow destructorsCharles Li2017-01-091-5/+10
* DebugInfo: Don't include size/alignment on class declarationsDavid Blaikie2016-12-271-0/+1
* DebugInfo: Adapt to loss of DITypeRef in LLVM r267296Duncan P. N. Exon Smith2016-04-231-21/+22
* DebugInfo: Make DICompositeTypes distinct most of the timeDuncan P. N. Exon Smith2016-04-171-1/+1
* Remove compile time PreserveName in favor of a runtime cc1 -discard-value-nam...Mehdi Amini2016-03-131-3/+3
* DebugInfo: Metadata constructs now start with DI*Duncan P. N. Exon Smith2015-04-291-23/+23
* DebugInfo: Move new hierarchy into place (clang)Duncan P. N. Exon Smith2015-03-031-24/+54
* IR: Move MDLocation into place (clang testcases)Duncan P. N. Exon Smith2015-01-141-2/+2
* IR: Make metadata typeless in assembly, clang sideDuncan P. N. Exon Smith2014-12-151-13/+13
* DebugInfo: Don't emit a 'global variable' when a static member declaration is...David Blaikie2014-11-191-4/+0
* Debug Info: context field of a global variable is DIScopeRef.Manman Ren2014-11-181-1/+1
* Revert "Revert "DI: LLVM schema change: fold constants into string""Duncan P. N. Exon Smith2014-10-031-9/+9
* Revert "DI: LLVM schema change: fold constants into string"Duncan P. N. Exon Smith2014-10-021-9/+9
* DI: LLVM schema change: fold constants into stringDuncan P. N. Exon Smith2014-10-021-9/+9
* Fixing tests to account for LLVM r208159.David Blaikie2014-05-071-1/+1
* DebugInfo: Do not include implicit members (implicit special members, templat...David Blaikie2013-12-201-7/+8
* Debug Info: update testing cases when the derived-from field ofManman Ren2013-10-081-1/+1
* Debug Info: Update testing case.Manman Ren2013-09-061-1/+1
* PR17046, PR17092: Debug Info assert-on-valid due to member loss when context ...David Blaikie2013-09-061-5/+3
* Debug Info: generate a unique identifier for C++ struct, class, union, and enum.Manman Ren2013-08-291-14/+13
* Debug Info: this reverts commit r189600.Manman Ren2013-08-291-13/+14
* Debug Info: generate a unique identifier for C++ struct, class, union, and enum.Manman Ren2013-08-291-14/+13
* Debug Info: add an identifier field to DICompositeType.Manman Ren2013-08-261-6/+6
* DebugInfo: emit the definition of types when construction vtables are require...David Blaikie2013-08-221-2/+9
* Revert "Revert "Revert "Revert "DebugInfo: Omit debug info for dynamic classe...David Blaikie2013-08-201-9/+67
* Revert "Revert "Revert "DebugInfo: Omit debug info for dynamic classes in TUs...Michael Gottesman2013-08-191-67/+9
* Revert "Revert "DebugInfo: Omit debug info for dynamic classes in TUs that do...David Blaikie2013-08-181-9/+67
* DebugInfo: Don't emit vbase 'containing types' for context chain limited typesDavid Blaikie2013-08-181-2/+17
* Revert "DebugInfo: Omit debug info for dynamic classes in TUs that do not hav...David Blaikie2013-08-171-46/+4
* DebugInfo: Omit debug info for dynamic classes in TUs that do not have the vt...David Blaikie2013-08-161-4/+46
* clang/test/CodeGenCXX/debug-info-class.cpp: Tweak to unbreak test for a few t...NAKAMURA Takumi2013-02-031-2/+6
* clang/test/CodeGenCXX/debug-info-class.cpp: Fixup for -Asserts.NAKAMURA Takumi2013-02-011-2/+3
* Fix exception handling line table problems introduced by r173593David Blaikie2013-02-011-9/+23
* Debug Info: Emit vtables pointer members as artificial.David Blaikie2012-12-131-2/+7
* Emit debug info for C++ struct definitions as DW_TAG_structure_type (instead ...David Blaikie2012-11-021-1/+1
* Fix debug tag type of forward declarations of struct/class in C++.David Blaikie2012-11-021-3/+15
* Emit debug info for static const class member.Devang Patel2010-08-121-0/+12