1. 400f512 Fix a regression of a previous commit of mine (rdar://8158953). by Argyrios Kyrtzidis · 14 years ago
  2. a038c1d When setting the anonymous namespace at PCH reading, it may still be initializing so avoid by Argyrios Kyrtzidis · 14 years ago
  3. 5a7b9c5 Provide some test cases for C++ PCH. by Argyrios Kyrtzidis · 14 years ago
  4. 8f4eae9 Fix PCH support for UnresolvedUsingTypenameDecl and UnresolvedUsingValueDecl. by Argyrios Kyrtzidis · 14 years ago
  5. ae8b17f Support DependentSizedArrayType for PCH. by Argyrios Kyrtzidis · 14 years ago
  6. 6764334 Support C++ friend declarations for PCH. by Argyrios Kyrtzidis · 14 years ago
  7. 919e693 Modify the way sub-statements are stored and retrieved from PCH. by Argyrios Kyrtzidis · 14 years ago
  8. 12dffcd Support DependentScopeDeclRefExpr for PCH. by Argyrios Kyrtzidis · 14 years ago
  9. 17cfded Fix PCH emitting/reading for template arguments that contain expressions. by Argyrios Kyrtzidis · 14 years ago
  10. dc767e3 Fix various bugs in recent commits for C++ PCH. by Argyrios Kyrtzidis · 14 years ago
  11. b24e199 Support NonTypeTemplateParmDecl for PCH. by Argyrios Kyrtzidis · 14 years ago
  12. bd65bb5 Support UnresolvedLookupExpr for PCH. by Argyrios Kyrtzidis · 14 years ago
  13. a77eb08 Support UnresolvedMemberExpr for PCH. by Argyrios Kyrtzidis · 14 years ago
  14. 8dfbd8b Support a couple more C++ Exprs for PCH. by Argyrios Kyrtzidis · 14 years ago
  15. 5e1b7c2 Fix broken de/serialization for a couple of C++ Exprs. by Argyrios Kyrtzidis · 14 years ago
  16. dd41c14 Support C++ class template specializations and partial specializations for PCH. by Argyrios Kyrtzidis · 14 years ago
  17. 95fc98c Read/write CXXDeleteExpr from/to PCH. by Argyrios Kyrtzidis · 14 years ago
  18. f511ba6 Support emitting/reading function templates to/from PCH. by Argyrios Kyrtzidis · 14 years ago
  19. b01a552 Support PCH emitting/reading of using declarations. by Argyrios Kyrtzidis · 14 years ago
  20. 28d16d7 Include a hack to allow loading of templated CXXRecordDecls and test template reading from PCH. by Argyrios Kyrtzidis · 14 years ago
  21. 90b715e Initial support for writing templates to PCH. by Argyrios Kyrtzidis · 14 years ago
  22. 1715bf5 Fix PCH issue. Attributes of a declaration were truncated to just one when the decl was read from a PCH file. by Argyrios Kyrtzidis · 14 years ago
  23. 5921863 pch'ify CXXNewExpr and CXXZeroInitValueExpr by Chris Lattner · 14 years ago
  24. d259836 pchify CXXTemporary, CXXBindTemporaryExpr, and CXXExprWithTemporaries. by Chris Lattner · 14 years ago
  25. 030854b pch'ify default argument definitions and uses. by Chris Lattner · 14 years ago
  26. 2fbdfcd pch'ify 'this' and 'throw' by Chris Lattner · 14 years ago
  27. 14ab24f pch'ify typeid. by Chris Lattner · 14 years ago
  28. 1817bd4 pchify CXXMemberCallExpr correctly. Before it would serialize by Chris Lattner · 14 years ago
  29. 6ad9ac0 add PCH support for a bunch of C++ Decls, patch by Andrew Sutton! by Chris Lattner · 14 years ago
  30. 8ecdb65 Completely reimplement __builtin_offsetof, based on a patch by Roberto Amadini. by Douglas Gregor · 14 years ago
  31. 8f5e3dd Improve the AST representation of Objective-C @try/@catch/@finally by Douglas Gregor · 14 years ago
  32. a41a8c5 Whenever we complain about a failed initialization of a function or by Douglas Gregor · 14 years ago
  33. 08a4190 Improve diagnostics like "initializing <type> from an expression of by Douglas Gregor · 14 years ago
  34. 08c0cdf Forcibly disable test/PCH/pr4489.c, it is flaky on one of the buildbots. by Daniel Dunbar · 14 years ago
  35. d4eea83 Improve diagnostics when we fail to convert from a source type to a by Douglas Gregor · 14 years ago
  36. 90d4efa Use Daniel's trick for XFAIL'd tests by Douglas Gregor · 14 years ago
  37. cb448d5 Defang by Douglas Gregor · 14 years ago
  38. a49f1af Defang a test that's failing intermittently on windows by Douglas Gregor · 14 years ago
  39. 2399bed XFAIL this test on that silly Windows platform. Grrr by Douglas Gregor · 14 years ago
  40. e39b600 Use a simple diagnostic (file modified) when we detect that a file has by Douglas Gregor · 14 years ago
  41. 87bac6f Emit output of PCH consistency checking test case to a separate text file and grep that by Douglas Gregor · 14 years ago
  42. c815108 Teach SourceManager's content cache to keep track of whether its by Douglas Gregor · 14 years ago
  43. 453091c Audit all Preprocessor::getSpelling() callers, improving failure by Douglas Gregor · 14 years ago
  44. 12fab31 Fix header-search problems with precompiled headers, where the by Douglas Gregor · 14 years ago
  45. 50f6af7 Introduce optional "Invalid" parameters to routines that invoke the by Douglas Gregor · 14 years ago
  46. 81895a2 Add PCH test for C++ namespaces, missing from a previous commit by Douglas Gregor · 14 years ago
  47. eb7f961 Roll r95513 back in. by Sam Weinig · 14 years ago
  48. a8ad5d4 Roll out r95513, it seems to have broken self hosting. by Sam Weinig · 14 years ago
  49. 1eb1113 Add PCH support for CXXBoolLiteralExpr and CXXNullPtrLiteralExpr. by Sam Weinig · 14 years ago
  50. ce757a7 Add PCH support for CXXStaticCastExpr, CXXDynamicCastExpr, CXXReinterpretCastExpr, CXXConstCastExpr and CXXFunctionalCastExpr. by Sam Weinig · 15 years ago
  51. 9123666 Serialize the NoReturn bit on FunctionTypes for precompiled headers by Douglas Gregor · 15 years ago
  52. 80737ad Update tests to use %clang instead of 'clang', and forcibly disable use of ' by Daniel Dunbar · 15 years ago
  53. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  54. 01ed063 Make tests use the new clang -cc1 flag. by Fariborz Jahanian · 15 years ago
  55. 5c2609a Remove this test for now, it is flaky. by Daniel Dunbar · 15 years ago
  56. 21a8bed Add a pretty horrible hack to prevent clang from crashing with inconsistent PCH by Daniel Dunbar · 15 years ago
  57. fcb91af Add test case for PR5662. by Daniel Dunbar · 15 years ago
  58. 8a90ac0 Normalize options to use '-FOO' instead of '--FOO'. by Daniel Dunbar · 15 years ago
  59. 682899d Use '-x' 'foo' instead of '-x=foo'. by Daniel Dunbar · 15 years ago
  60. 1ea5294 Fix PCH/preprocess test to be more useful, and unbreak -E mode with implicit by Daniel Dunbar · 15 years ago
  61. 4fcfde4 Eliminate &&s in tests. by Daniel Dunbar · 15 years ago
  62. e584b65 Fix tests to not depend on /dev/null existing. by Daniel Dunbar · 15 years ago
  63. f79ad5f Use %S, not `pwd`, and enable a line that *does* work. - Doug, please check. by Daniel Dunbar · 15 years ago
  64. 3502dee Revert this, we can now avoid error cascades better. by Mike Stump · 15 years ago
  65. e941d8e Revert recent change, I now have a better way to solve this (thanks Chris). by Mike Stump · 15 years ago
  66. 74bfeb3 Prep for new warning. by Mike Stump · 15 years ago
  67. 9bedef6 Fixes for a couple of things: by Argyrios Kyrtzidis · 15 years ago
  68. 14108da This patch includes a conceptually simple, but very intrusive/pervasive change. by Steve Naroff · 15 years ago
  69. c29f77b Make ASTContext explicitly keep track of the declaration for the C by Douglas Gregor · 15 years ago
  70. e650c8c Introduce the notion of "Relocatable" precompiled headers, which are built by Douglas Gregor · 15 years ago
  71. d89275b Fix PR 4489, a crash in PCH loading that occurs when loading the name by Douglas Gregor · 15 years ago
  72. ae4df62 Fix PR 4489, a PCH crash during de-serialization. by Douglas Gregor · 15 years ago
  73. b64c193 Make precompiled headers work with -E. When we're only preprocessing by Douglas Gregor · 15 years ago
  74. 5031c46 Make this test portable to non-x86 hosts, patch by Mark Cianciosa! by Chris Lattner · 15 years ago
  75. 92b059e Implement checking for macro definitions that occur on the command by Douglas Gregor · 15 years ago
  76. e721f95 Allow some differences between the predefines buffer used to build a by Douglas Gregor · 15 years ago
  77. b81c170 Add Sema::ExtVectorDecls and Sema::ObjCCategoryImpls to the PCH file. Since these vectors are very, very rarely used and, when used in headers, and even when used are relatively small, we load them eagerly. by Douglas Gregor · 15 years ago
  78. ce51488 Fix a problem with the RUN line of one of the PCH tests by Douglas Gregor · 15 years ago
  79. f0aaf7a PCH support for the global method pool (= instance and factory method by Douglas Gregor · 15 years ago
  80. 83d63c7 Add PCH support for #import. by Steve Naroff · 15 years ago
  81. 319ac89 PCH support for all of the predefined Objective-C types, such as id, by Douglas Gregor · 15 years ago
  82. 8f06f84 More PushOnScopeChain() FIXME's. by Steve Naroff · 15 years ago
  83. a7503a7 Sema::ActOnStartClassInterface(): Use PushOnScopeChains(). by Steve Naroff · 15 years ago
  84. 90cd1bb Add PCH read/write support for Objective-C Selectors. by Steve Naroff · 15 years ago
  85. 70e5a14 PCH support for Objective-C property declarations (UNTESTED!) by Douglas Gregor · 15 years ago
  86. 14c22f2 Support locally-declared external declarations in PCH files by Douglas Gregor · 15 years ago
  87. 0838ba6 Clean up and de-XFAIL-ify PCH test for external definitions by Douglas Gregor · 15 years ago
  88. 4c0e86b Support tentative definitions in precompiled headers. This isn't likely by Douglas Gregor · 15 years ago
  89. c6fa445 deserialization support for qualified interfaces by Chris Lattner · 15 years ago
  90. d7a3fcd pch support for protocol qualified id's. by Chris Lattner · 15 years ago
  91. 3a57a37 add three new objc expression types. @selector doesn't work because we have no by Chris Lattner · 15 years ago
  92. 4dcf151a implement serialization support for @encode, by Chris Lattner · 15 years ago
  93. f7830b6 rename methods.* -> objc_methods.* by Chris Lattner · 15 years ago
  94. ba48d05 Test PCH support for VLAs by Douglas Gregor · 15 years ago
  95. 0c8c455 Eliminate a FIXME in one of the PCH test cases by Douglas Gregor · 15 years ago
  96. c474152 Lazy deserialization of identifiers in PCH files fixed a problem with by Douglas Gregor · 15 years ago
  97. 668c1a4 Lazy deserialization of the declaration chains associated with by Douglas Gregor · 15 years ago
  98. b6c8c8b Explictly track tentative definitions within Sema, then hand those by Douglas Gregor · 15 years ago
  99. 53c9d8a Add pch reader/writer support for ObjCMethodDecl. by Steve Naroff · 15 years ago
  100. b3dcc74 make sure to verify that the "non pch" runs worked. by Chris Lattner · 15 years ago