]> granicus.if.org Git - clang/commit
Handle CXXConstructorDecl, CXXDestructorDecl, and CXXConversionDecl for PCH.
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Fri, 2 Jul 2010 15:58:43 +0000 (15:58 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Fri, 2 Jul 2010 15:58:43 +0000 (15:58 +0000)
commit91468328268f8be076c399e8482ec3cf98fe90cc
tree179ec15831e8959ba2a803cbbb09a085b00427a2
parent5a7b9c552c446d568e32a55f57e2b10ef00215ec
Handle CXXConstructorDecl, CXXDestructorDecl, and CXXConversionDecl for PCH.

<vector> header can be used correctly through PCH now.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@107483 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/DeclCXX.h
lib/Frontend/PCHReaderDecl.cpp
lib/Frontend/PCHWriterDecl.cpp