aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/debug-lambda-expressions.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-09-13Update Clang for D20147 ("DebugInfo: New metadata representation for global v...Peter Collingbourne1-4/+6
2016-04-23DebugInfo: Adapt to loss of DITypeRef in LLVM r267296Duncan P. N. Exon Smith1-2/+2
2016-04-17DebugInfo: Make DICompositeTypes distinct most of the timeDuncan P. N. Exon Smith1-6/+6
2016-04-15Update to match LLVM changes for PR27284.Adrian Prantl1-28/+27
2015-10-08Stop messing with the 'g' group of options in CompilerInvocation.Douglas Katzman1-1/+1
2015-08-26DI: Update DISubprogram testcases after LLVM r246098Duncan P. N. Exon Smith1-4/+4
2015-04-29DebugInfo: Metadata constructs now start with DI*Duncan P. N. Exon Smith1-23/+23
2015-03-03DebugInfo: Move new hierarchy into place (clang)Duncan P. N. Exon Smith1-28/+64
2015-01-22Emit DeferredDeclsToEmit in a DFS order.Rafael Espindola1-17/+16
2014-12-15IR: Make metadata typeless in assembly, clang sideDuncan P. N. Exon Smith1-22/+22
2014-10-03Revert "Revert "DI: LLVM schema change: fold constants into string""Duncan P. N. Exon Smith1-6/+6
2014-10-02Revert "DI: LLVM schema change: fold constants into string"Duncan P. N. Exon Smith1-6/+6
2014-10-02DI: LLVM schema change: fold constants into stringDuncan P. N. Exon Smith1-6/+6
2014-08-29Debug info: Only emit C++ accessibility specifiers when they are divergingAdrian Prantl1-4/+4
2013-08-26Debug Info: add an identifier field to DICompositeType.Manman Ren1-6/+6
2013-08-09Only emit debug info for implicit members that actually get codegen, not just...David Blaikie1-11/+7
2013-03-19Simplify/generalize some debug info test casesDavid Blaikie1-24/+24
2013-03-17Generalize a few debug info test casesDavid Blaikie1-1/+1
2013-01-16Collect both normal and static data members of a class in sourceEric Christopher1-2/+2
2012-10-17Revert r158009 since there are some uses of artificial functions inEric Christopher1-8/+10
2012-08-07Teach Expr::HasSideEffects about all the Expr types, and fix a bug where itRichard Smith1-8/+8
2012-07-24Emit debug info for dynamic initializers. Permit __attribute__((nodebug)) onNick Lewycky1-10/+10
2012-06-05Reapply "Only emit debug information for methods that are user defined, there's"Eric Christopher1-10/+8
2012-06-05Revert "Only emit debug information for methods that are user defined, there's"John McCall1-8/+10
2012-06-05Only emit debug information for methods that are user defined, there'sEric Christopher1-10/+8
2012-03-01Reapply r151702 with a small fix for a failure to cut and pasteEric Christopher1-0/+71
2012-02-29Revert r151702, "Add support for handling captured variables in lambda debugDaniel Dunbar1-71/+0
2012-02-29Add support for handling captured variables in lambda debug info.Eric Christopher1-0/+71