]> granicus.if.org Git - clang/commit
Simplify crash cleanup logic in ASTUnit::LoadFromCommandLine() by zeroing out two...
authorTed Kremenek <kremenek@apple.com>
Thu, 17 Nov 2011 23:01:17 +0000 (23:01 +0000)
committerTed Kremenek <kremenek@apple.com>
Thu, 17 Nov 2011 23:01:17 +0000 (23:01 +0000)
commitd04a982d3472d98e58f58dfc327ca11e236980f5
tree647d4b0f151f350460e4fd7b5318569a355155a4
parentee081c4051cde4bd44475b5e29d695008c15a9cc
Simplify crash cleanup logic in ASTUnit::LoadFromCommandLine() by zeroing out two IntrusiveRefCnt pointers after we have assigned their respective values into fields of ASTUnit.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@144929 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Frontend/ASTUnit.cpp