(De-)serialize the preprocessor options, including macros defined,
authorDouglas Gregor <dgregor@apple.com>
Wed, 24 Oct 2012 20:05:57 +0000 (20:05 +0000)
committerDouglas Gregor <dgregor@apple.com>
Wed, 24 Oct 2012 20:05:57 +0000 (20:05 +0000)
commitb6af6c23cdc49da3202e7cd225c760e482329899
tree6c57915bb5c65bd4192d82a88ba8e006b4cd58d2
parent59ed7d45a6e77dfbe24b880520d828580df62362
(De-)serialize the preprocessor options, including macros defined,
-include'd files, etc.

llvm-svn: 166614
clang/include/clang/Lex/Preprocessor.h
clang/include/clang/Serialization/ASTBitCodes.h
clang/include/clang/Serialization/ASTReader.h
clang/lib/Serialization/ASTReader.cpp
clang/lib/Serialization/ASTWriter.cpp