summaryrefslogtreecommitdiff
path: root/test/CodeGen/lineno-dbginfo.c
AgeCommit message (Expand)Author
2015-10-08Stop messing with the 'g' group of options in CompilerInvocation.Douglas Katzman
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-01-15Move a bunch of tests to directly use the CC1 layer. This at least savesChandler Carruth
2010-11-16This really seems like a boring set of fixes to our tests to make them moreChandler Carruth
2010-08-06Prevent these tests from dirtying the tree with output files that aren't evenChandler Carruth
2009-12-15Update tests to use %clang instead of 'clang', and forcibly disable use of 'Daniel Dunbar
2009-11-08Eliminate &&s in tests.Daniel Dunbar
2009-06-08Fix test, which could miss failures, and also avoid leaving temporary .i file inDaniel Dunbar
2009-04-20Add test case to check line number in debug info.Devang Patel