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