]> granicus.if.org Git - clang/commit
Record macros in dependent PCHs. Also add various info tables to dependent PCHs;...
authorSebastian Redl <sebastian.redl@getdesigned.at>
Tue, 27 Jul 2010 23:01:28 +0000 (23:01 +0000)
committerSebastian Redl <sebastian.redl@getdesigned.at>
Tue, 27 Jul 2010 23:01:28 +0000 (23:01 +0000)
commit083abdf67f157e9d2ab5a8c9d5e71240479d3c99
treedd52ace29b99fccabcd6afaf4cac3a36c4b265f4
parenta6d6af308bfc9b72467b432a045a9fc6673e3821
Record macros in dependent PCHs. Also add various info tables to dependent PCHs; tests for this to follow.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@109554 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Lex/MacroInfo.h
include/clang/Lex/Preprocessor.h
lib/Frontend/PCHReader.cpp
lib/Frontend/PCHWriter.cpp
lib/Lex/MacroInfo.cpp
test/PCH/Inputs/chain-macro1.h [new file with mode: 0644]
test/PCH/Inputs/chain-macro2.h [new file with mode: 0644]
test/PCH/chain-macro.c [new file with mode: 0644]