summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/debug-lambda-expressions.cpp
Commit message (Expand)AuthorAgeFilesLines
* IR: Make metadata typeless in assembly, clang sideDuncan P. N. Exon Smith2014-12-151-22/+22
* Revert "Revert "DI: LLVM schema change: fold constants into string""Duncan P. N. Exon Smith2014-10-031-6/+6
* Revert "DI: LLVM schema change: fold constants into string"Duncan P. N. Exon Smith2014-10-021-6/+6
* DI: LLVM schema change: fold constants into stringDuncan P. N. Exon Smith2014-10-021-6/+6
* Debug info: Only emit C++ accessibility specifiers when they are divergingAdrian Prantl2014-08-291-4/+4
* Debug Info: add an identifier field to DICompositeType.Manman Ren2013-08-261-6/+6
* Only emit debug info for implicit members that actually get codegen, not just...David Blaikie2013-08-091-11/+7
* Simplify/generalize some debug info test casesDavid Blaikie2013-03-191-24/+24
* Generalize a few debug info test casesDavid Blaikie2013-03-171-1/+1
* Collect both normal and static data members of a class in sourceEric Christopher2013-01-161-2/+2
* Revert r158009 since there are some uses of artificial functions inEric Christopher2012-10-171-8/+10
* Teach Expr::HasSideEffects about all the Expr types, and fix a bug where itRichard Smith2012-08-071-8/+8
* Emit debug info for dynamic initializers. Permit __attribute__((nodebug)) onNick Lewycky2012-07-241-10/+10
* Reapply "Only emit debug information for methods that are user defined, there's"Eric Christopher2012-06-051-10/+8
* Revert "Only emit debug information for methods that are user defined, there's"John McCall2012-06-051-8/+10
* Only emit debug information for methods that are user defined, there'sEric Christopher2012-06-051-10/+8
* Reapply r151702 with a small fix for a failure to cut and pasteEric Christopher2012-03-011-0/+71
* Revert r151702, "Add support for handling captured variables in lambda debugDaniel Dunbar2012-02-291-71/+0
* Add support for handling captured variables in lambda debug info.Eric Christopher2012-02-291-0/+71