summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/debug-info-file-change.c
Commit message (Collapse)AuthorAgeFilesLines
* DebugInfo: Metadata constructs now start with DI*Duncan P. N. Exon Smith2015-04-291-6/+6
| | | | | | | | | | 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-5/+6
| | | | | | | Update testcases for LLVM change in r231082 to use the new debug info hierarchy. llvm-svn: 231083
* Rename test file to be more accurate (& free up the file name for a more ↵David Blaikie2015-01-311-0/+21
appropriate test) llvm-svn: 227662
OpenPOWER on IntegriCloud