summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/debug-info-thunk-msabi.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [DebugInfo] NFC Clang test changes for: IR/Bitcode changes for DISubprogram ↵Paul Robinson2018-11-281-1/+1
| | | | | | | | flags. Differential Revision: https://reviews.llvm.org/D54756 llvm-svn: 347807
* [MS] Don't escape MS C++ names with \01Reid Kleckner2018-03-161-2/+2
| | | | | | | It is not needed after LLVM r327734. Now it will be easier to copy-paste IR symbol names from Clang. llvm-svn: 327738
* Relax testcase.Adrian Prantl2016-11-161-3/+2
| | | | | | This removes checks that are irrelevant for what is being tested. llvm-svn: 287141
* Add the missing FileCheck invocation to this testcase.Adrian Prantl2016-11-161-4/+5
| | | | llvm-svn: 287139
* Fix PR31029 by attaching an artificial debug location to msabi thunks.Adrian Prantl2016-11-161-0/+19
This was a latent bug that was recently uncovered by r286400. llvm-svn: 287134
OpenPOWER on IntegriCloud