aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/debug-info-varargs.cpp
AgeCommit message (Expand)Author
2016-04-23DebugInfo: Adapt to loss of DITypeRef in LLVM r267296Duncan P. N. Exon Smith
2015-10-08Stop messing with the 'g' group of options in CompilerInvocation.Douglas Katzman
2015-07-31DI: Update testcases for LLVM assembly changeDuncan P. N. Exon Smith
2015-04-29DebugInfo: Metadata constructs now start with DI*Duncan P. N. Exon Smith
2015-03-03DebugInfo: Move new hierarchy into place (clang)Duncan P. N. Exon Smith
2014-12-15IR: Make metadata typeless in assembly, clang sideDuncan P. N. Exon Smith
2014-10-03Revert "Revert "DI: LLVM schema change: fold constants into string""Duncan P. N. Exon Smith
2014-10-02Revert "DI: LLVM schema change: fold constants into string"Duncan P. N. Exon Smith
2014-10-02DI: LLVM schema change: fold constants into stringDuncan P. N. Exon Smith
2014-08-01Add comments to debug info testing case.Manman Ren
2014-07-29Revert "Fix test case in r214190. (It failed on my end.)"Larisse Voufo
2014-07-29Fix test case in r214190. (It failed on my end.)Larisse Voufo
2014-07-29[Debug Info] update testing case due to change in DIBuilder.Manman Ren
2014-02-26clang/test/CodeGenCXX/debug-info-varargs.cpp: Appease msvc with %itanium_abi_...NAKAMURA Takumi
2014-02-25Address review comments for r202185, no functionality changes.Adrian Prantl
2014-02-25Debug info: Generate debug info for variadic functions.Adrian Prantl