summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/PCHReader.cpp
Commit message (Expand)AuthorAgeFilesLines
* PCH support for ParenExprDouglas Gregor2009-04-141-0/+13
* Add PCH support for ImplicitCastExprs. This is the first expressionDouglas Gregor2009-04-141-45/+125
* Change Lexer::MeasureTokenLength to take a LangOptions reference.Chris Lattner2009-04-141-3/+4
* Add PCH support for PredefinedExpr and FloatingLiteral expressionsDouglas Gregor2009-04-141-4/+30
* PCH support for a few very, very simple kinds of expressions. Hook upDouglas Gregor2009-04-141-8/+136
* When writing a PCH file, keep track of all of the non-static,Douglas Gregor2009-04-141-0/+21
* Partial PCH support for FileScopeAsmDecl and BlockDecl. Both requireDouglas Gregor2009-04-131-1/+34
* PCH support for functions and their parameters.Douglas Gregor2009-04-131-0/+65
* PCH support for record decls/types and their fields. Now that we canDouglas Gregor2009-04-131-6/+35
* Print the number (and percentage) of identifiers read from the PCH file as pa...Douglas Gregor2009-04-131-2/+11
* Introduce PCH (de-)serialization for most compound types, excludingDouglas Gregor2009-04-131-7/+120
* Add PCH support for enumerations and enumerators.Douglas Gregor2009-04-131-0/+60
* 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