]> granicus.if.org Git - clang/commit
(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)
commita71a7d8a1ce4474e7bdb680658fb58b6caf391d3
treedb0dd78703e350fac948b422d8317f58dbc7153c
parent946fa657a70408719d2cafa542e396b002d61316
(De-)serialize the preprocessor options, including macros defined,
-include'd files, etc.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@166614 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Lex/Preprocessor.h
include/clang/Serialization/ASTBitCodes.h
include/clang/Serialization/ASTReader.h
lib/Serialization/ASTReader.cpp
lib/Serialization/ASTWriter.cpp