aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Frontend/PCHWriter.h
AgeCommit message (Expand)Author
2009-11-16First part of changes to eliminate problems with cv-qualifiers andDouglas Gregor
2009-10-29Track source information for template arguments and template specializationJohn McCall
2009-10-17Merge the "types" and "declarations" blocks in the precompiled headerDouglas Gregor
2009-10-16Factor out routines to encode/decode DeclaratorInfos and move them into theJohn McCall
2009-09-24Refactor the representation of qualifiers to bring ExtQualType out of theJohn McCall
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-07-07Introduce the notion of "Relocatable" precompiled headers, which are builtDouglas Gregor
2009-07-02Add support for retrieving the Doxygen comment associated with a givenDouglas Gregor
2009-05-12Make precompiled headers work with -E. When we're only preprocessingDouglas Gregor
2009-04-27Add a header containing the Clang version; make the driver use thisDouglas Gregor
2009-04-27Implement caching of stat() calls for precompiled headers, which isDouglas Gregor
2009-04-27encode the type and decl offsets with 32-bits for entry insteadChris Lattner
2009-04-27add an abbreviation for common PARM_VAR_DECL. All but 9 of the Chris Lattner
2009-04-26make llvm-bcanalyzer dump out PCH files symbolically. We should probablyChris Lattner
2009-04-26When writing a PCH file, write multiple type and declaration blocks asDouglas Gregor
2009-04-26Don't read all of the records in the PCH file's preprocessor block,Douglas Gregor
2009-04-25Write the identifier offsets array into the PCH file as a blob, soDouglas Gregor
2009-04-25Load the selector table lazily from the PCH file. Douglas Gregor
2009-04-24PCH support for the global method pool (= instance and factory methodDouglas Gregor
2009-04-23Add PCH read/write support for Objective-C Selectors.Steve Naroff
2009-04-22Add PCH statistics for the number/percent of lexical/visible declcontexts readDouglas Gregor
2009-04-22Lazy loading of builtins for precompiled headers.Douglas Gregor
2009-04-21Lazy deserialization of macro definitions for precompiled headers.Douglas Gregor
2009-04-20Write the identifier table into the PCH file as an on-disk hash tableDouglas Gregor
2009-04-20Introduce the notion of a SemaConsumer, which is an ASTConsumer thatDouglas Gregor
2009-04-17Keep track of the number of statements/expressions written to and readDouglas Gregor
2009-04-17PCH support for inline assembly statements.Douglas Gregor
2009-04-17PCH support for labels and goto.Douglas Gregor
2009-04-17PCH support for the first batch of statements, including null,Douglas Gregor
2009-04-16Prepare PCH reader and writer for (de-)serialization of statements. NoDouglas Gregor
2009-04-15PCH support for declaration attributesDouglas Gregor
2009-04-14Add PCH support for ImplicitCastExprs. This is the first expressionDouglas Gregor
2009-04-14Add PCH support for PredefinedExpr and FloatingLiteral expressionsDouglas Gregor
2009-04-14PCH support for a few very, very simple kinds of expressions. Hook upDouglas Gregor
2009-04-14When writing a PCH file, keep track of all of the non-static,Douglas Gregor
2009-04-13Add PCH support for enumerations and enumerators.Douglas Gregor
2009-04-11Store unique IDs for identifiers in the PCH file. Use some bitmanglingDouglas Gregor
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-10emit tokens, constify the Preprocessor passed down into PCH writer.Chris Lattner
2009-04-10Various minor fixes to PCH reading and writing, with generalDouglas Gregor
2009-04-10Arrange for the preprocessor to be passed down into the PCH writer.Chris Lattner
2009-04-10PCH serialization/deserialization of the source manager. With thisDouglas Gregor
2009-04-09Implementation of pre-compiled headers (PCH) based on lazyDouglas Gregor