summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/debug-info-class.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Debug Info: Emit vtables pointer members as artificial.David Blaikie2012-12-131-2/+7
| | | | | | | | | | | | I wasn't sure where to put the test case for this, but this seemed like as good a place as any. I had to reorder the tests here to make them legible while still matching the order of metadata output in the IR file (for some reason making it virtual changed the ordering). Relevant commit to fix up LLVM to actually respect 'artificial' member variables is coming once I write up a test case for it. llvm-svn: 170154
* Emit debug info for C++ struct definitions as DW_TAG_structure_type (instead ↵David Blaikie2012-11-021-1/+1
| | | | | | of class_type). llvm-svn: 167336
* Fix debug tag type of forward declarations of struct/class in C++.David Blaikie2012-11-021-3/+15
| | | | llvm-svn: 167308
* Emit debug info for static const class member.Devang Patel2010-08-121-0/+12
llvm-svn: 110885
OpenPOWER on IntegriCloud