summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/PCHReader.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Make the reading of the line table from a PCH file more robust againstDouglas Gregor2009-04-131-6/+5
* Include the SourceManager's line table in the PCH file. We can nowDouglas Gregor2009-04-131-3/+55
* implement the microsoft/gnu "__COUNTER__" macro: rdar://4329310Chris Lattner2009-04-131-1/+5
* now that we have an identifier table in the PCH file, finish hooking upChris Lattner2009-04-111-34/+40
* Store unique IDs for identifiers in the PCH file. Use some bitmanglingDouglas Gregor2009-04-111-8/+38
* Compare the predefines buffer in the PCH file with the predefinesDouglas Gregor2009-04-101-33/+136
* do a dance with predefines, and finally enable reading of macros fromChris Lattner2009-04-101-4/+6
* add support for reading macros. This does all the reading (with a bunch ofChris Lattner2009-04-101-0/+117
* Encode the target triple in the PCH file, and check that target triple when u...Douglas Gregor2009-04-101-5/+18
* Implement serialization/deserialization of LangOptions in the PCHDouglas Gregor2009-04-101-17/+145
* Various minor fixes to PCH reading and writing, with generalDouglas Gregor2009-04-101-96/+30
* PCH serialization/deserialization of the source manager. With thisDouglas Gregor2009-04-101-0/+85
* Implementation of pre-compiled headers (PCH) based on lazyDouglas Gregor2009-04-091-0/+602
OpenPOWER on IntegriCloud