| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add some missing ProhibitAttributes calls to some declaration-like #pragmas. | Richard Smith | 2013-09-16 | 1 | -0/+7 |
| | | | | | llvm-svn: 190806 | ||||
| * | Implement template support for CapturedStmt | Wei Pan | 2013-05-04 | 1 | -0/+114 |
| | | | | | | | | | - Sema tests added and CodeGen tests are pending Differential Revision: http://llvm-reviews.chandlerc.com/D728 llvm-svn: 181101 | ||||
| * | Sema for Captured Statements | Tareq A. Siraj | 2013-04-16 | 1 | -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 | |||||

