summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/debug-info-windows-dtor.cpp
Commit message (Collapse)AuthorAgeFilesLines
* DI: Update DISubprogram testcases after LLVM r246098Duncan P. N. Exon Smith2015-08-261-1/+1
| | | | llvm-svn: 246099
* DebugInfo: Metadata constructs now start with DI*Duncan P. N. Exon Smith2015-04-291-2/+2
| | | | | | | | | | 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-1/+1
| | | | | | | Update testcases for LLVM change in r231082 to use the new debug info hierarchy. llvm-svn: 231083
* IR: Move MDLocation into place (clang testcases)Duncan P. N. Exon Smith2015-01-141-1/+1
| | | | | | Update testcases to match LLVM change in r226048. llvm-svn: 226049
* PR22051: Missing debug location on calls in dtor thunks in Windows.David Blaikie2014-12-291-0/+22
llvm-svn: 224963
OpenPOWER on IntegriCloud