]> granicus.if.org Git - clang/commit
- Allow a typedef type to be read from PCH even if its decl is currently initializing.
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Fri, 2 Jul 2010 11:55:11 +0000 (11:55 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Fri, 2 Jul 2010 11:55:11 +0000 (11:55 +0000)
commit9763e221e16026ddf487d2564ed349d2c874a1a1
tree6b29b1cf5e0657b9c386b16c71be688969c3fd2b
parentf52a5d23965abe1a11ca7f283fec1adc1a339516
- Allow a typedef type to be read from PCH even if its decl is currently initializing.
- Fix creation of TemplateSpecializationType.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@107471 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/ASTContext.h
lib/AST/ASTContext.cpp
lib/Frontend/PCHReader.cpp
lib/Frontend/PCHWriter.cpp