aboutsummaryrefslogtreecommitdiff
path: root/lib/Frontend/PCHReader.cpp
AgeCommit message (Expand)Author
2009-04-10Compare the predefines buffer in the PCH file with the predefinesDouglas Gregor
2009-04-10do a dance with predefines, and finally enable reading of macros fromChris Lattner
2009-04-10add support for reading macros. This does all the reading (with a bunch ofChris Lattner
2009-04-10Encode the target triple in the PCH file, and check that target triple when u...Douglas Gregor
2009-04-10Implement serialization/deserialization of LangOptions in the PCHDouglas Gregor
2009-04-10Various minor fixes to PCH reading and writing, with generalDouglas Gregor
2009-04-10PCH serialization/deserialization of the source manager. With thisDouglas Gregor
2009-04-09Implementation of pre-compiled headers (PCH) based on lazyDouglas Gregor