summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/field-access-debug-info.cpp
Commit message (Collapse)AuthorAgeFilesLines
* DebugInfo: Metadata constructs now start with DI*Duncan P. N. Exon Smith2015-04-291-3/+3
| | | | | | | | | | LLVM r236120 renamed debug info IR constructs to use a `DI` prefix, now that the `DIDescriptor` hierarchy has been gone for about a week. This commit was generated using the rename-md-di-nodes.sh upgrade script attached to PR23080, followed by running clang-format-diff.py on the `lib/` portion of the patch. llvm-svn: 236121
* DebugInfo: Move new hierarchy into place (clang)Duncan P. N. Exon Smith2015-03-031-2/+7
| | | | | | | Update testcases for LLVM change in r231082 to use the new debug info hierarchy. llvm-svn: 231083
* Debug info: Only emit C++ accessibility specifiers when they are divergingAdrian Prantl2014-08-291-2/+2
| | | | | | | | from the default for the containing type. rdar://problem/18154959 llvm-svn: 216800
* Fix test case due to r196394 and improve it to not rely on LLVM code ↵David Blaikie2013-12-041-4/+3
| | | | | | generation either. llvm-svn: 196399
* Testcase for LLVM commit r146475.Nick Lewycky2011-12-131-2/+5
| | | | llvm-svn: 146476
* Encode field accessibility.Devang Patel2010-04-211-0/+11
llvm-svn: 102033
OpenPOWER on IntegriCloud