Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
454028e1beed117f98d7e5157ba47e784e521f72
/
test
/
PCH
/
chain-macro-override.c
a8235d6
Rework the (de-)serialization of macros, as stored in
by Douglas Gregor
· 12 years ago
b5af843
Eliminate the -chained-pch flag and all of the frontend and libclang options associated with it. Chained PCH is the only way to build a PCH file that includes another PCH file
by Douglas Gregor
· 13 years ago
77424bc
Implement chained PCH support for the macro definitions stored within
by Douglas Gregor
· 14 years ago
ee9b0ba
When an identifier that has a macro definition in the original PCH
by Douglas Gregor
· 14 years ago
ffaab3e
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.
by Sebastian Redl
· 14 years ago