]> granicus.if.org Git - clang/commit
In ASTReader, replace the never-NULL ASTContext pointer with an
authorDouglas Gregor <dgregor@apple.com>
Fri, 9 Sep 2011 21:34:22 +0000 (21:34 +0000)
committerDouglas Gregor <dgregor@apple.com>
Fri, 9 Sep 2011 21:34:22 +0000 (21:34 +0000)
commit359427794704666ff7a5a933ace11c5256fa3af7
treed78dcdb34cf9c11fd6f57033b5566ce269b8b017
parent6274d30d77870393d83a404dd223b8005f2b8cd5
In ASTReader, replace the never-NULL ASTContext pointer with an
ASTContext reference. Remove all of the extra checking and logic that
was used to cope with a NULL ASTContext. No effective functionality
change.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@139413 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Serialization/ASTReader.h
lib/Serialization/ASTReader.cpp
lib/Serialization/ASTReaderDecl.cpp
lib/Serialization/ASTReaderStmt.cpp