aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Serialization/ASTBitCodes.h
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2012-02-14 17:54:36 +0000
committerDouglas Gregor <dgregor@apple.com>2012-02-14 17:54:36 +0000
commit9d36f5dc4121f0f931211ea2d0a74d299eb82b23 (patch)
treed376634b5b8cc5361b0f849d84fab04c24744b5f /include/clang/Serialization/ASTBitCodes.h
parent90af4e22a8fb83f159b512bfd48fb77699337b3d (diff)
Implement AST (de-)serialization for lambda expressions.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@150491 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Serialization/ASTBitCodes.h')
-rw-r--r--include/clang/Serialization/ASTBitCodes.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/clang/Serialization/ASTBitCodes.h b/include/clang/Serialization/ASTBitCodes.h
index c0d9edff4b..7ec2cac7ff 100644
--- a/include/clang/Serialization/ASTBitCodes.h
+++ b/include/clang/Serialization/ASTBitCodes.h
@@ -1180,7 +1180,8 @@ namespace clang {
// ARC
EXPR_OBJC_BRIDGED_CAST, // ObjCBridgedCastExpr
- STMT_MS_DEPENDENT_EXISTS // MSDependentExistsStmt
+ STMT_MS_DEPENDENT_EXISTS, // MSDependentExistsStmt
+ EXPR_LAMBDA // LambdaExpr
};
/// \brief The kinds of designators that can occur in a