]> granicus.if.org Git - clang/commit
Implement template support for CapturedStmt
authorWei Pan <wei.pan@intel.com>
Sat, 4 May 2013 03:59:06 +0000 (03:59 +0000)
committerWei Pan <wei.pan@intel.com>
Sat, 4 May 2013 03:59:06 +0000 (03:59 +0000)
commit9fd6b8f5a73788f288edd01fa99d434d1e6588ad
tree9e9b626021de2b27472f3275c451c4d7d3e7f091
parentcd904e8864637e427f5ea3bf35a26e79b3dbbadf
Implement template support for CapturedStmt

- Sema tests added and CodeGen tests are pending

Differential Revision: http://llvm-reviews.chandlerc.com/D728

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@181101 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/Stmt.h
include/clang/Sema/Sema.h
lib/AST/Stmt.cpp
lib/Sema/SemaStmt.cpp
lib/Sema/TreeTransform.h
lib/Serialization/ASTReaderStmt.cpp
lib/Serialization/ASTWriterStmt.cpp
test/SemaCXX/captured-statements.cpp