summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/PCHWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Encode the target triple in the PCH file, and check that target triple when u...Douglas Gregor2009-04-101-1/+18
* Implement serialization/deserialization of LangOptions in the PCHDouglas Gregor2009-04-101-6/+64
* add a new PP_MACRO_NAME hack so that I can test object-like macros.Chris Lattner2009-04-101-0/+7
* emit tokens, constify the Preprocessor passed down into PCH writer.Chris Lattner2009-04-101-3/+25
* emit function-like and object-like macros to the PCH file.Chris Lattner2009-04-101-0/+50
* Various minor fixes to PCH reading and writing, with generalDouglas Gregor2009-04-101-12/+8
* improve punctuationChris Lattner2009-04-101-4/+11
* Arrange for the preprocessor to be passed down into the PCH writer.Chris Lattner2009-04-101-1/+9
* PCH serialization/deserialization of the source manager. With thisDouglas Gregor2009-04-101-0/+152
* Implementation of pre-compiled headers (PCH) based on lazyDouglas Gregor2009-04-091-0/+636
OpenPOWER on IntegriCloud