summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/debug-info-varargs.cpp
Commit message (Expand)AuthorAgeFilesLines
* DebugInfo: Adapt to loss of DITypeRef in LLVM r267296Duncan P. N. Exon Smith2016-04-231-6/+8
* Stop messing with the 'g' group of options in CompilerInvocation.Douglas Katzman2015-10-081-1/+1
* DI: Update testcases for LLVM assembly changeDuncan P. N. Exon Smith2015-07-311-1/+1
* DebugInfo: Metadata constructs now start with DI*Duncan P. N. Exon Smith2015-04-291-6/+6
* DebugInfo: Move new hierarchy into place (clang)Duncan P. N. Exon Smith2015-03-031-6/+12
* IR: Make metadata typeless in assembly, clang sideDuncan P. N. Exon Smith2014-12-151-8/+8
* Revert "Revert "DI: LLVM schema change: fold constants into string""Duncan P. N. Exon Smith2014-10-031-5/+5
* Revert "DI: LLVM schema change: fold constants into string"Duncan P. N. Exon Smith2014-10-021-5/+5
* DI: LLVM schema change: fold constants into stringDuncan P. N. Exon Smith2014-10-021-5/+5
* Add comments to debug info testing case.Manman Ren2014-08-011-0/+1
* Revert "Fix test case in r214190. (It failed on my end.)"Larisse Voufo2014-07-291-2/+2
* Fix test case in r214190. (It failed on my end.)Larisse Voufo2014-07-291-2/+2
* [Debug Info] update testing case due to change in DIBuilder.Manman Ren2014-07-291-3/+2
* clang/test/CodeGenCXX/debug-info-varargs.cpp: Appease msvc with %itanium_abi_...NAKAMURA Takumi2014-02-261-1/+1
* Address review comments for r202185, no functionality changes.Adrian Prantl2014-02-251-10/+8
* Debug info: Generate debug info for variadic functions.Adrian Prantl2014-02-251-0/+24