- 133f482 PCH support for categories in Objective-C interfaces. by Douglas Gregor · 16 years ago
- 319ac89 PCH support for all of the predefined Objective-C types, such as id, by Douglas Gregor · 16 years ago
- b3efa98 Fix handling of C99 "extern inline" semantics when dealing with by Douglas Gregor · 16 years ago
- 90cd1bb Add PCH read/write support for Objective-C Selectors. by Steve Naroff · 16 years ago
- 291be39 PCH (de-)serialization of the protocols in an ObjCInterfaceDecl by Douglas Gregor · 16 years ago
- 8818c4f PCH support for ObjCPropertyImplDecl by Douglas Gregor · 16 years ago
- 8f36aba The ivars in an ObjCImplementationDecl are now stored in the by Douglas Gregor · 16 years ago
- 10b0e1f PCH support for ObjCCategoryImplDecl (which can't be tested now). by Douglas Gregor · 16 years ago
- 2c2d43c PCH (de-)serialization for ObjCImplDecl. This can't be tested yet. by Douglas Gregor · 16 years ago
- 70e5a14 PCH support for Objective-C property declarations (UNTESTED!) by Douglas Gregor · 16 years ago
- 2512308 Add PCH statistics for the number/percent of lexical/visible declcontexts read by Douglas Gregor · 16 years ago
- 14c22f2 Support locally-declared external declarations in PCH files by Douglas Gregor · 16 years ago
- 4c0e86b Support tentative definitions in precompiled headers. This isn't likely by Douglas Gregor · 16 years ago
- 0af2ca4 Minimize the number and kind of "external definitions" that the PCH by Douglas Gregor · 16 years ago
- 2deaea3 Lazy loading of builtins for precompiled headers. by Douglas Gregor · 16 years ago
- 068360e ObjCQualifiedClass is dead, remove it. by Chris Lattner · 16 years ago
- d7a3fcd pch support for protocol qualified id's. by Chris Lattner · 16 years ago
- 3a57a37 add three new objc expression types. @selector doesn't work because we have no by Chris Lattner · 16 years ago
- 4dcf151a implement serialization support for @encode, by Chris Lattner · 16 years ago
- 37e2684 Lazy deserialization of macro definitions for precompiled headers. by Douglas Gregor · 16 years ago
- aff22df Don't bother writing a visible-declarations record for the translation by Douglas Gregor · 16 years ago
- 668c1a4 Lazy deserialization of the declaration chains associated with by Douglas Gregor · 16 years ago
- 30833f8 Add pch reader/writer support for most of DeclObjC.h. Very close to reading/writing all ObjC AST nodes that we will encounter in header files (still a few FIXME's). by Steve Naroff · 16 years ago
- 3251ceb Write the identifier table into the PCH file as an on-disk hash table by Douglas Gregor · 16 years ago
- 33feeb0 Add pch reader/writer support for ObjCContainerDecl, ObjCInterfaceDecl, & ObjCIvarDecl. by Steve Naroff · 16 years ago
- cf2a721 the __gnuc_inline__ attribute is actually named __gnu_inline__, PR4023 by Chris Lattner · 16 years ago
- e778504 Introduce the notion of a SemaConsumer, which is an ASTConsumer that by Douglas Gregor · 16 years ago
- 53c9d8a Add pch reader/writer support for ObjCMethodDecl. by Steve Naroff · 16 years ago
- ad56d68 Add location info for indirect goto. by Chris Lattner · 16 years ago
- 58f0699 Don't emit name-lookup tables for functions or methods in the PCH files by Douglas Gregor · 16 years ago
- ad1de00 Store the type ID for __builtin_va_list in the PCH file, so that the by Douglas Gregor · 16 years ago
- 7297134 FunctionDecl::getBody() is getting an ASTContext argument for use in by Douglas Gregor · 16 years ago
- 3e1af84 Keep track of the number of statements/expressions written to and read by Douglas Gregor · 16 years ago
- cd7d5a9 PCH support for inline assembly statements. by Douglas Gregor · 16 years ago
- 84af7c2 PCH support for blocks by Douglas Gregor · 16 years ago
- 6a2dd55 PCH support for GNU statement expressions by Douglas Gregor · 16 years ago
- 7d5c2f2 PCH support for indirect gotos and address-of-label expressions. by Douglas Gregor · 16 years ago
- 1de05fe PCH support for labels and goto. by Douglas Gregor · 16 years ago
- 84f2170 PCH support for declaration statements, and a test for PredefinedExpr by Douglas Gregor · 16 years ago
- 0de9d88 PCH support for return statements. by Douglas Gregor · 16 years ago
- 67d8249 PCH support for do-while and for loops by Douglas Gregor · 16 years ago
- d921cf9 PCH support for while and continue statements by Douglas Gregor · 16 years ago
- 025452f PCH support for the first batch of statements, including null, by Douglas Gregor · 16 years ago
- c9490c0 Prepare PCH reader and writer for (de-)serialization of statements. No by Douglas Gregor · 16 years ago
- 63f5c26 Eliminate pch::TYPE_ATTR, which is never used by Douglas Gregor · 16 years ago
- ba6d7e7 PCH support for CompoundLiteralExpr. This is the last C expression by Douglas Gregor · 16 years ago
- d077d75 PCH support for InitListExpr, DesignatedInitExpr, and ImplicitValueInitExpr. by Douglas Gregor · 16 years ago
- 94cd5d1 PCH support for ShuffleVectorExpr and BlockDeclRefExpr by Douglas Gregor · 16 years ago
- 44cae0c PCH support for TypesCompatibleExpr, ChooseExpr, and GNUNullExpr. by Douglas Gregor · 16 years ago
- d3c98a0 PCH support for ExtVectorElementExpr and VAArgExpr. by Douglas Gregor · 16 years ago
- ad90e96 PCH support for CompoundAssignOperator and ConditionalOperator by Douglas Gregor · 16 years ago
- cb2ca73 PCH support for ImaginaryLiteral and ArraySubscriptExpr by Douglas Gregor · 16 years ago
- 68a2eb0 PCH support for declaration attributes by Douglas Gregor · 16 years ago
- 6a2bfb2 PCH support for the string literal of a FileScopeAsmDecl. Some minor cleanup. by Douglas Gregor · 16 years ago
- f60e991 For source location entries that describe instantiations, encode the by Douglas Gregor · 16 years ago
- 1f0d013 PCH support for MemberExpr and CallExpr. by Douglas Gregor · 16 years ago
- 673ecd6 PCH support for string literals by Douglas Gregor · 16 years ago
- 0b0b77f PCH support for UnaryOperator, SizeOfAlignOfExpr by Douglas Gregor · 16 years ago
- db600c3 PCH support for CStyleCastExpr and BinaryOperator expression kinds. by Douglas Gregor · 16 years ago
- c04db4f PCH support for ParenExpr by Douglas Gregor · 16 years ago
- 087fd53 Add PCH support for ImplicitCastExprs. This is the first expression by Douglas Gregor · 16 years ago
- 17fc223 Add PCH support for PredefinedExpr and FloatingLiteral expressions by Douglas Gregor · 16 years ago
- 0b74891 PCH support for a few very, very simple kinds of expressions. Hook up by Douglas Gregor · 16 years ago
- fdd0172 When writing a PCH file, keep track of all of the non-static, by Douglas Gregor · 16 years ago
- 1028bc6 Partial PCH support for FileScopeAsmDecl and BlockDecl. Both require by Douglas Gregor · 16 years ago
- 3a2f7e4 PCH support for functions and their parameters. by Douglas Gregor · 16 years ago
- 8c70006 PCH support for record decls/types and their fields. Now that we can by Douglas Gregor · 16 years ago
- 0a2b45e Add PCH support for enumerations and enumerators. by Douglas Gregor · 16 years ago
- bd94500 Include the SourceManager's line table in the PCH file. We can now by Douglas Gregor · 16 years ago
- c1f9d82 implement the microsoft/gnu "__COUNTER__" macro: rdar://4329310 by Chris Lattner · 16 years ago
- 7356a31 now that we have an identifier table in the PCH file, finish hooking up by Chris Lattner · 16 years ago
- 3c304bd add some #includes for better compatibility with gcc 4.4, by Chris Lattner · 16 years ago
- afaf308 Store unique IDs for identifiers in the PCH file. Use some bitmangling by Douglas Gregor · 16 years ago
- e1d918e Compare the predefines buffer in the PCH file with the predefines by Douglas Gregor · 16 years ago
- 42d42b5 add support for reading macros. This does all the reading (with a bunch of by Chris Lattner · 16 years ago
- 2bec041 Encode the target triple in the PCH file, and check that target triple when using the PCH file by Douglas Gregor · 16 years ago
- 0a0428e Implement serialization/deserialization of LangOptions in the PCH by Douglas Gregor · 16 years ago
- d14f270 add a new PP_MACRO_NAME hack so that I can test object-like macros. by Chris Lattner · 16 years ago
- df961c2 emit tokens, constify the Preprocessor passed down into PCH writer. by Chris Lattner · 16 years ago
- 7c5d24e emit function-like and object-like macros to the PCH file. by Chris Lattner · 16 years ago
- 8038d51 Various minor fixes to PCH reading and writing, with general by Douglas Gregor · 16 years ago
- f04ad69 improve punctuation by Chris Lattner · 16 years ago
- 0b1fb98 Arrange for the preprocessor to be passed down into the PCH writer. by Chris Lattner · 16 years ago
- 14f7900 PCH serialization/deserialization of the source manager. With this by Douglas Gregor · 16 years ago
- 2cf2634 Implementation of pre-compiled headers (PCH) based on lazy by Douglas Gregor · 16 years ago