]> granicus.if.org Git - clang/commit
Add serialization support for SubstNonTypeTemplateParmExpr.
authorJohn McCall <rjmccall@apple.com>
Fri, 15 Jul 2011 07:00:14 +0000 (07:00 +0000)
committerJohn McCall <rjmccall@apple.com>
Fri, 15 Jul 2011 07:00:14 +0000 (07:00 +0000)
commit7110fd6c32306b3feb97b9edb8064b1b68a54e6b
tree393204a2f07efdda2ce0bd9a99b9d791977a7cd3
parent379010addb0e84fd0fbc37c829baf658958521bd
Add serialization support for SubstNonTypeTemplateParmExpr.
Also add the missing serialization support for SEHTryStmt,
SEHFinallyStmt, and SEHExceptStmt, and fix and finish the
serialization support for AsTypeExpr.  In addition, change
the code so that it will no longer link if a Stmt subclass
is missing serialization support.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@135258 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/ExprCXX.h
include/clang/AST/Stmt.h
include/clang/Serialization/ASTBitCodes.h
lib/Serialization/ASTReaderStmt.cpp
lib/Serialization/ASTWriterStmt.cpp