commit | 9891212476a7832851ca137ca281e2cbb9412899 | [log] [tgz] |
---|---|---|
author | Sebastian Redl <sebastian.redl@getdesigned.at> | Tue Jul 27 23:01:28 2010 +0000 |
committer | Sebastian Redl <sebastian.redl@getdesigned.at> | Tue Jul 27 23:01:28 2010 +0000 |
tree | bc3464eda79d5431555b44c74f2cf22146a0be0f | |
parent | 0630a71742404f214d17827bfe804dd344b062a8 [diff] [blame] |
Record macros in dependent PCHs. Also add various info tables to dependent PCHs; tests for this to follow. llvm-svn: 109554
diff --git a/clang/lib/Lex/MacroInfo.cpp b/clang/lib/Lex/MacroInfo.cpp index fda884c..7a09986e 100644 --- a/clang/lib/Lex/MacroInfo.cpp +++ b/clang/lib/Lex/MacroInfo.cpp
@@ -20,6 +20,7 @@ IsC99Varargs = false; IsGNUVarargs = false; IsBuiltinMacro = false; + IsFromPCH = false; IsDisabled = false; IsUsed = true;