]> granicus.if.org Git - clang/commit
- Hooked up deserialization of ObjCAtSynchronizedStmt Stmt::Create().
authorTed Kremenek <kremenek@apple.com>
Tue, 29 Jan 2008 21:21:30 +0000 (21:21 +0000)
committerTed Kremenek <kremenek@apple.com>
Tue, 29 Jan 2008 21:21:30 +0000 (21:21 +0000)
commitb7e6bd7314eaa7812978a4042617916a78340620
treeaa1eb8cf11ef2cd4361df53c20ed3aa1e5b5708a
parent687af80bc8d4907159ae158d10bf47c787c7a83c
- Hooked up deserialization of ObjCAtSynchronizedStmt Stmt::Create().
- Some minor optimizations of the encoding format for ObjCAtSynchronizedStmt.
- Reordered methods so that the deserialization methods for
  ObjCAtSynchronizedStmt appear in alphabetical order with the corresponding
  methods of the other AST nodes.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@46529 91177308-0d34-0410-b5e6-96231b3b80d8
AST/StmtSerialization.cpp