1. a8235d6 Rework the (de-)serialization of macros, as stored in by Douglas Gregor · 12 years ago
  2. 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
  3. 77424bc Implement chained PCH support for the macro definitions stored within by Douglas Gregor · 14 years ago
  4. ee9b0ba When an identifier that has a macro definition in the original PCH by Douglas Gregor · 14 years ago
  5. 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