summaryrefslogtreecommitdiff
path: root/test/CodeGen/debug-info-vla.c
AgeCommit message (Expand)Author
2017-08-23Parse and print DIExpressions inline to ease IR and MIR testingReid Kleckner
2017-04-18Debug Info: Remove special-casing of indirect function argument handling.Adrian Prantl
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
2015-01-19Migrate all uses of DIVariable's FlagIndirectVariable to use a DIExpressionAdrian Prantl
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
2013-09-18Debug info: Explicitly set the DIVariable::isIndirect() flag for VLAs.Adrian Prantl
2013-07-09Reapply an improved version of r180816/180817.Adrian Prantl
2013-04-30Revert 180817 because 180816 was reverted.Adrian Prantl
2013-04-30Do not generate VLAs as complex variables any more, as they are nowAdrian Prantl
2012-05-08The address of a vla is actually complex and requires a dereference.Eric Christopher