From 07a89a83d4db0b3f241c70d5bbb518631ff90cfd Mon Sep 17 00:00:00 2001 From: Sebastian Redl Date: Fri, 30 Jul 2010 00:29:29 +0000 Subject: Make macro weirdness in chained PCH work. This required changing the way PCHReader and PCHWriter are initialized to correctly pick up all initializer. On the upside, this means that there is far less repetition in the dependent PCH now. llvm-svn: 109823 --- clang/lib/Basic/IdentifierTable.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'clang/lib/Basic/IdentifierTable.cpp') diff --git a/clang/lib/Basic/IdentifierTable.cpp b/clang/lib/Basic/IdentifierTable.cpp index 8993e6713fb..1f0c52bdc19 100644 --- a/clang/lib/Basic/IdentifierTable.cpp +++ b/clang/lib/Basic/IdentifierTable.cpp @@ -34,6 +34,7 @@ IdentifierInfo::IdentifierInfo() { IsPoisoned = false; IsCPPOperatorKeyword = false; NeedsHandleIdentifier = false; + IsFromPCH = false; FETokenInfo = 0; Entry = 0; } -- cgit v1.2.3