aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/debug-info-class.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-10-08Debug Info: update testing cases when the derived-from field ofManman Ren1-1/+1
2013-09-06Debug Info: Update testing case.Manman Ren1-1/+1
2013-09-06PR17046, PR17092: Debug Info assert-on-valid due to member loss when context ...David Blaikie1-5/+3
2013-08-29Debug Info: generate a unique identifier for C++ struct, class, union, and enum.Manman Ren1-14/+13
2013-08-29Debug Info: this reverts commit r189600.Manman Ren1-13/+14
2013-08-29Debug Info: generate a unique identifier for C++ struct, class, union, and enum.Manman Ren1-14/+13
2013-08-26Debug Info: add an identifier field to DICompositeType.Manman Ren1-6/+6
2013-08-22DebugInfo: emit the definition of types when construction vtables are require...David Blaikie1-2/+9
2013-08-20Revert "Revert "Revert "Revert "DebugInfo: Omit debug info for dynamic classe...David Blaikie1-9/+67
2013-08-19Revert "Revert "Revert "DebugInfo: Omit debug info for dynamic classes in TUs...Michael Gottesman1-67/+9
2013-08-18Revert "Revert "DebugInfo: Omit debug info for dynamic classes in TUs that do...David Blaikie1-9/+67
2013-08-18DebugInfo: Don't emit vbase 'containing types' for context chain limited typesDavid Blaikie1-2/+17
2013-08-17Revert "DebugInfo: Omit debug info for dynamic classes in TUs that do not hav...David Blaikie1-46/+4
2013-08-16DebugInfo: Omit debug info for dynamic classes in TUs that do not have the vt...David Blaikie1-4/+46
2013-02-03clang/test/CodeGenCXX/debug-info-class.cpp: Tweak to unbreak test for a few t...NAKAMURA Takumi1-2/+6
2013-02-01clang/test/CodeGenCXX/debug-info-class.cpp: Fixup for -Asserts.NAKAMURA Takumi1-2/+3
2013-02-01Fix exception handling line table problems introduced by r173593David Blaikie1-9/+23
2012-12-13Debug Info: Emit vtables pointer members as artificial.David Blaikie1-2/+7
2012-11-02Emit debug info for C++ struct definitions as DW_TAG_structure_type (instead ...David Blaikie1-1/+1
2012-11-02Fix debug tag type of forward declarations of struct/class in C++.David Blaikie1-3/+15
2010-08-12Emit debug info for static const class member.Devang Patel1-0/+12