summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/captured-statements.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add some missing ProhibitAttributes calls to some declaration-like #pragmas.Richard Smith2013-09-161-0/+7
| | | | llvm-svn: 190806
* Implement template support for CapturedStmtWei Pan2013-05-041-0/+114
| | | | | | | | - Sema tests added and CodeGen tests are pending Differential Revision: http://llvm-reviews.chandlerc.com/D728 llvm-svn: 181101
* Sema for Captured StatementsTareq A. Siraj2013-04-161-0/+52
Add CapturedDecl to be the DeclContext for CapturedStmt, and perform semantic analysis. Currently captures all variables by reference. TODO: templates Author: Ben Langmuir <ben.langmuir@intel.com> Differential Revision: http://llvm-reviews.chandlerc.com/D433 llvm-svn: 179618
OpenPOWER on IntegriCloud