]> granicus.if.org Git - clang/commit
Don't use DeclStmt::getDecl() to serialize out DeclStmt; use TheDecl directly.
authorTed Kremenek <kremenek@apple.com>
Mon, 6 Oct 2008 20:55:44 +0000 (20:55 +0000)
committerTed Kremenek <kremenek@apple.com>
Mon, 6 Oct 2008 20:55:44 +0000 (20:55 +0000)
commit34a673850c80dfff9c701e449bc19c967b50663c
tree28ac867c268b54930ee5ac57b0502a0a241f1655
parent65aa3b9fda7b2114f708014e3d42176abc0e39ab
Don't use DeclStmt::getDecl() to serialize out DeclStmt; use TheDecl directly.
This patch precedes removing getDecl() DeclStmt::entirely.

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