summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/debug-info-thunk.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merging r340079:Reid Kleckner2018-08-171-1/+1
* [CodeView] Initial support for emitting S_THUNK32 symbols for compiler...Brock Wyma2018-04-161-27/+275
* Remove extra whitespaceAdrian Prantl2016-11-091-1/+1
* Relax testcase so it also works on Windows.Adrian Prantl2016-11-091-1/+1
* Use an artificial debug location for non-virtual thunks.Adrian Prantl2016-11-091-2/+11
* Stop messing with the 'g' group of options in CompilerInvocation.Douglas Katzman2015-10-081-1/+1
* DebugInfo: Metadata constructs now start with DI*Duncan P. N. Exon Smith2015-04-291-1/+1
* DebugInfo: Move new hierarchy into place (clang)Duncan P. N. Exon Smith2015-03-031-1/+4
* IR: Make metadata typeless in assembly, clang sideDuncan P. N. Exon Smith2014-12-151-1/+1
* Revert "Revert "DI: LLVM schema change: fold constants into string""Duncan P. N. Exon Smith2014-10-031-1/+1
* Revert "DI: LLVM schema change: fold constants into string"Duncan P. N. Exon Smith2014-10-021-1/+1
* DI: LLVM schema change: fold constants into stringDuncan P. N. Exon Smith2014-10-021-1/+1
* Remove the -cxx-abi command-line flag.Hans Wennborg2014-01-141-1/+1
* Prepare for using MS ABI by default for Win32: update CodeGenCXX testsHans Wennborg2013-12-131-1/+1
* Revert "PR14569: Omit debug info for thunks"David Blaikie2013-08-271-1/+1
* PR14569: Omit debug info for thunksDavid Blaikie2013-08-271-1/+1
* Fix test suppressed in r166683 on 32-bit LinuxAlexey Samsonov2012-10-261-5/+1
* clang/test/CodeGenCXX/debug-info-thunk.cpp: Suppress it for now with XFAIL:*,...NAKAMURA Takumi2012-10-251-0/+4
* Initialize debug info for special cases of functions that lack declarations a...Alexey Samsonov2012-10-251-0/+17