summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/debug-info.cpp
AgeCommit message (Expand)Author
2017-08-30Adapt testcases to LLVM change r312144 in DIGlobalVariableExpressionAdrian Prantl
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
2016-12-20Update for LLVM global variable debug info API change.Adrian Prantl
2016-12-16Revert "Update for LLVM global variable debug info API change."Adrian Prantl
2016-12-16Update for LLVM global variable debug info API change.Adrian Prantl
2016-12-16Revert "Update for LLVM global variable debug info API change."Adrian Prantl
2016-12-16Update for LLVM global variable debug info API change.Adrian Prantl
2016-10-20DebugInfo: pass alignment value only if it was forcedVictor Leschuk
2016-09-13Update Clang for D20147 ("DebugInfo: New metadata representation for global v...Peter Collingbourne
2016-04-23DebugInfo: Adapt to loss of DITypeRef in LLVM r267296Duncan P. N. Exon Smith
2016-04-15Update to match LLVM changes for PR27284.Adrian Prantl
2015-10-08Stop messing with the 'g' group of options in CompilerInvocation.Douglas Katzman
2015-08-26DI: Update DISubprogram testcases after LLVM r246098Duncan P. N. Exon Smith
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
2015-01-08IR: Add 'distinct' MDNodes to bitcode and assembly (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-07Debug info: Use the vbtable offset for virtual bases in the MS ABIReid Kleckner
2014-08-07Revert "Debug info: Use record layout to find vbase offsets instead of vtables"Reid Kleckner
2014-08-07Debug info: Use record layout to find vbase offsets instead of vtablesReid Kleckner
2014-04-05Revert "DebugInfo: Place global constants in their appropriate context."David Blaikie
2014-04-04DebugInfo: Place global constants in their appropriate context.David Blaikie
2014-04-04DebugInfo: PR19298: function local const variables duplicated in the root scopeDavid Blaikie
2014-03-18Debug info: Update testcases to new DIBuilder behaviour. Variables nowAdrian Prantl
2013-10-08Debug Info: update testing cases when the derived-from field ofManman Ren
2013-08-29Debug Info: generate a unique identifier for C++ struct, class, union, and enum.Manman Ren
2013-08-29Debug Info: this reverts commit r189600.Manman Ren
2013-08-29Debug Info: generate a unique identifier for C++ struct, class, union, and enum.Manman Ren
2013-08-26Debug Info: follow-up patch to r189283.Manman Ren
2013-08-26Debug Info: add an identifier field to DICompositeType.Manman Ren
2013-08-09Only emit debug info for implicit members that actually get codegen, not just...David Blaikie
2013-06-21DebugInfo: handle the DI asm printing change to reword '[fwd]' as '[decl]' an...David Blaikie
2013-06-20Fix CodeGenCXX/debug-info.cpp to target a known ABI (x86-64-linux) so as not ...David Blaikie
2013-06-20Fix CodeGenCXX/debug-info.cpp test on WindowsReid Kleckner
2013-06-19Debug Info: PR14763/r183329 - specify that non-trivial pass-by-value paramete...David Blaikie
2013-06-05PR14763: Debug info for non-trivial record parametersDavid Blaikie
2013-06-05PR16214: Debug Info: -flimit-debug-info doesn't omit definitions for types us...David Blaikie
2013-05-09Fix some test cases I broke in r181552David Blaikie
2013-05-09DebugInfo: Simply & constrain test(s) for PR9600/PR9608David Blaikie
2013-04-02Revert "Revert r178079, it caused PR15637."Eric Christopher
2013-04-01Revert r178079, it caused PR15637.Nico Weber
2011-09-01Don't try to emit unsupported templated friend declarations. They're unsupportedNick Lewycky
2010-08-23test case for PR7920.Devang Patel
2010-01-26Fix another debug info crash with virtual bases.Anders Carlsson