summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/debug-info-line-if.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add the loop end location to the loop metadata. This additional informationAmara Emerson2016-11-101-8/+12
* Add a loop's debug location to its llvm.loop metadataHal Finkel2016-05-251-8/+20
* 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-4/+4
* IR: Move MDLocation into place (clang testcases)Duncan P. N. Exon Smith2015-01-141-4/+4
* IR: Make metadata typeless in assembly, clang sideDuncan P. N. Exon Smith2014-12-151-4/+4
* DebugInfo: Test that the loop backedge in a range-for is attribute to the loo...David Blaikie2014-08-221-0/+12
* DebugInfo: for loop backedge should be attributed to the start of the for sta...David Blaikie2014-08-221-0/+12
* DebugInfo: While loop backedge should be attribute to the start of the while ...David Blaikie2014-08-151-14/+25
* DebugInfo: Fix PR19864 better - attribute the jump at the end of a range-for ...David Blaikie2014-08-151-3/+3
* Enable -gcolumn-info by default.Diego Novillo2014-07-101-1/+1
* Debug Info: Fix the source range for IfStmt's ConditionScope.Adrian Prantl2014-05-281-0/+20