1. 8533bd5 Fix assertion failure in PTH when tokens followed a closing #endif. by Daniel Dunbar · 15 years ago
  2. ff0a987 Make the reading of the line table from a PCH file more robust against by Douglas Gregor · 15 years ago
  3. bd94500 Include the SourceManager's line table in the PCH file. We can now by Douglas Gregor · 15 years ago
  4. d4f77aa Factor the internals of SourceManager (specially, LineTableInfo) into a separate Internals header. No functionality change by Douglas Gregor · 15 years ago
  5. 841b53c Make the selection of type declarations in Sema::getTypeName by Douglas Gregor · 15 years ago
  6. 4d41765 the driver caught up. This makes -msse3 correctly set __SSE3__ etc. by Chris Lattner · 15 years ago
  7. ecca753 fix rdar://6774906, a crash handling implicit conversions between pointers by Chris Lattner · 15 years ago
  8. 7486af8 Enable debug info generation while optimizing. by Devang Patel · 15 years ago
  9. 81edc9f mention the non-standard builtin macros we support. by Chris Lattner · 15 years ago
  10. c1f9d82 implement the microsoft/gnu "__COUNTER__" macro: rdar://4329310 by Chris Lattner · 15 years ago
  11. 1721a2d Improve error recovery for calls, fixing: by Chris Lattner · 15 years ago
  12. 16ede0e fix PR3932: [ObjC]Type defined as 'id' is not recognized as a valid object type. by Chris Lattner · 15 years ago
  13. d0c649f rename test by Chris Lattner · 15 years ago
  14. aec2002 add some more coverage. by Chris Lattner · 15 years ago
  15. d07f54f clean up test. by Chris Lattner · 15 years ago
  16. 94ad08d rename test by Chris Lattner · 15 years ago
  17. 93c4945 if we already know that a decl is invalid in an @catch, don't verify its type. by Chris Lattner · 15 years ago
  18. b6688e0 fix some out of date comments pointed out by Sebastian by Chris Lattner · 15 years ago
  19. 51172d1 fix a comment typo Sebastian noticed. by Chris Lattner · 15 years ago
  20. c83c27a add support for handling C++'0x unified initializer syntax by Chris Lattner · 15 years ago
  21. 8129edb Fix some C++ error recovery problems in init declarator parsing by Chris Lattner · 15 years ago
  22. 6491f47 fix another case that assumed that GetTypeForDeclarator would never return null. by Chris Lattner · 15 years ago
  23. 33c6ebe mark the declspec as invalid when we recover instead of forcing to int, by Chris Lattner · 15 years ago
  24. 798d569 fix code that incorrectly assumed that GetTypeForDeclarator cannot return null. by Chris Lattner · 15 years ago
  25. 4c97d76 Diagnose invalid uses of tagged types with a missing tag. For example, in: by Chris Lattner · 15 years ago
  26. 5186872 fix a valgrind problem I noticed while developing another patch, by Chris Lattner · 15 years ago
  27. c199ab3 Implement the first set of changes for PR3963 and rdar://6759604, by Chris Lattner · 15 years ago
  28. 2040169 add a new isNull() method to DeclGroupRef. by Chris Lattner · 15 years ago
  29. bfc861e a few cleanups to StatementCreatesScope: unnest the whole thing, by Chris Lattner · 15 years ago
  30. 115cafc add a new Decl::hasAttr<T>() predicate. by Chris Lattner · 15 years ago
  31. ef4b175 OS dependent code removed. by Fariborz Jahanian · 15 years ago
  32. 0b5e7fb Add deleted functions and rvalue references to C++ status. by Sebastian Redl · 15 years ago
  33. e2b6833 Parse deleted member functions. Parsing member declarations goes through a different code path that I forgot previously. by Sebastian Redl · 15 years ago
  34. 36dc958 rename test by Chris Lattner · 15 years ago
  35. 2c4463f Fix rdar://6770142 - Class and qualified id's are compatible, just like by Chris Lattner · 15 years ago
  36. 34f2435 rename test by Chris Lattner · 15 years ago
  37. 9257db5 merge protocol-test-1.m -> protocol-test-2.m by Chris Lattner · 15 years ago
  38. a2b4d65 Merge forward-circular into protocol-test-2 by Chris Lattner · 15 years ago
  39. e2ac07a this test is subsumed by protocol-test-2.m by Chris Lattner · 15 years ago
  40. 58fe03b Fix rdar://6771034: don't warn on use of forward declared protocol in protocol by Chris Lattner · 15 years ago
  41. cf70641 fix typo in test name. by Chris Lattner · 15 years ago
  42. 05af262 call objc interfaces just "interfaces" in diagnostics, not "Objective-C types" by Chris Lattner · 15 years ago
  43. 312531a implement rdar://6780761, making sema reject some code that otherwise by Chris Lattner · 15 years ago
  44. d82df3a Implement support for GCC's -dD mode, which dumps -E output *and* by Chris Lattner · 15 years ago
  45. f4a72b0 add a ppcallback hook for macro definitions. by Chris Lattner · 15 years ago
  46. 7356a31 now that we have an identifier table in the PCH file, finish hooking up by Chris Lattner · 15 years ago
  47. 285d03f test this in non-pch mode as well as in pch mode. by Chris Lattner · 15 years ago
  48. d1e0f5a improve location info for property stuff. In a property like this: by Chris Lattner · 15 years ago
  49. 3aff919 improve the 'conflicting types' diagnostics to include correct location info, now by Chris Lattner · 15 years ago
  50. 273cd42 pass -fblocks by Chris Lattner · 15 years ago
  51. 7db638d Set proper location info on objc method arguments. by Chris Lattner · 15 years ago
  52. f97e8fa simplify code to use adjustParameterType, apply objc arg attributes by Chris Lattner · 15 years ago
  53. 9097af1 fix blocks to reject objc interfaces returned by value. Also, by Chris Lattner · 15 years ago
  54. 30bdc87 fix test by Chris Lattner · 15 years ago
  55. bb74982 diagnose attempts to return objc interfaces by-value from C functions. by Chris Lattner · 15 years ago
  56. 2dd979f Improve the 'cannot pass objc interface by value' diagnostic: by Chris Lattner · 15 years ago
  57. e294d3f change the interface to ActOnMethodDeclaration to pass down argument by Chris Lattner · 15 years ago
  58. da0895d Minor refactoring of my last patch. by Fariborz Jahanian · 15 years ago
  59. 8f823d2 sink abstract typedefs like Action::ExprTy from the Action class by Chris Lattner · 15 years ago
  60. 3c304bd add some #includes for better compatibility with gcc 4.4, by Chris Lattner · 15 years ago
  61. 2fc5c24 rename Parser::ParseObjCSelector -> Parser::ParseObjCSelectorPiece, by Chris Lattner · 15 years ago
  62. 5272b7f simplify this code to not bother stripping to canonical types, and by Chris Lattner · 15 years ago
  63. 140fb26 Fixes a ir-gen crash for K&R style blocks. by Fariborz Jahanian · 15 years ago
  64. 73f35e6 add radar number by Chris Lattner · 15 years ago
  65. a634fae Update analyzer build. by Ted Kremenek · 15 years ago
  66. 8ec3d7d analyzer: We cannot bind values to CodeTextRegions. by Ted Kremenek · 15 years ago
  67. 3c69d3d Tweak wording, input argument isn't necessarily a "file", things like by Daniel Dunbar · 15 years ago
  68. 9ccb065 Don't mangle variables that are at translation unit scope. by Anders Carlsson · 15 years ago
  69. 1e5dc6e Add support for generating reference initialization code. by Anders Carlsson · 15 years ago
  70. b3bf76f Add analyzer support for objc_atomicCompareAndSwap() by Ted Kremenek · 15 years ago
  71. afaf308 Store unique IDs for identifiers in the PCH file. Use some bitmangling by Douglas Gregor · 15 years ago
  72. 1670e40 Implement analyzer support for OSCompareAndSwap. This required pushing "tagged" by Ted Kremenek · 15 years ago
  73. c211218 Non-pointer objects are none gc'able regardles of the attribute set on them. by Fariborz Jahanian · 15 years ago
  74. e1d918e Compare the predefines buffer in the PCH file with the predefines by Douglas Gregor · 15 years ago
  75. c0c0ef0 Fixup copy/dispose helpers for Objective-C. Radar 6756504 by Mike Stump · 15 years ago
  76. 38ac063 Force driver triple. by Daniel Dunbar · 15 years ago
  77. a6cd009 Remove asserts that weren't really useful, and that would fire in case the CleanupEntries vector needed to be reallocated. by Anders Carlsson · 15 years ago
  78. 0a9217f Fix another fallout from defining __weak unconditionally. by Fariborz Jahanian · 15 years ago
  79. 64c2e07 Don't set both readnone and readonly. by Daniel Dunbar · 15 years ago
  80. 531cc83 do a dance with predefines, and finally enable reading of macros from by Chris Lattner · 15 years ago
  81. 4789282 Fixed the test. by Fariborz Jahanian · 15 years ago
  82. 6bf0f4c move a bunch of code for initializing the predefines buffer out of Preprocessor.cpp by Chris Lattner · 15 years ago
  83. 2b93986 Add a test case for my last patch. by Fariborz Jahanian · 15 years ago
  84. 42d42b5 add support for reading macros. This does all the reading (with a bunch of by Chris Lattner · 15 years ago
  85. f908c51 make a method public by Chris Lattner · 15 years ago
  86. 02022f4 Force triple for a number of tests that rely on __weak. by Daniel Dunbar · 15 years ago
  87. 555589d simplify code. by Chris Lattner · 15 years ago
  88. 2bec041 Encode the target triple in the PCH file, and check that target triple when using the PCH file by Douglas Gregor · 15 years ago
  89. e8063ae Add arbitrary "tags" to ProgramPoints. While this fattens up ProgramPoint even by Ted Kremenek · 15 years ago
  90. f36a06a Honor MACOSX_DEPLOYMENT_TARGET environment variable. by Daniel Dunbar · 15 years ago
  91. 0a0428e Implement serialization/deserialization of LangOptions in the PCH by Douglas Gregor · 15 years ago
  92. 6a1284a Reject compiles for x86_64 target for MacOS versions which do not support it. by Fariborz Jahanian · 15 years ago
  93. 7e714cd Internal variables could mistakenly have "hidden" visibility when by Daniel Dunbar · 15 years ago
  94. c7a4ba5 Test case for -miphoneos-version-min, also part of Shantonu's patch! by Daniel Dunbar · 15 years ago
  95. ff8857a Driver: Forward -miphoneos-version-min to clang. by Daniel Dunbar · 15 years ago
  96. 8d33cd7 Support -miphoneos-version-min in clang-cc. by Daniel Dunbar · 15 years ago
  97. 4d8076a Support %S in Python TestRunner by Daniel Dunbar · 15 years ago
  98. b7477cf Fixup codegen for nested blocks that use copy/dispose in the inner by Mike Stump · 15 years ago
  99. 960cd06 Patch to generate meta-data for prtocol used in @protocol expression. by Fariborz Jahanian · 15 years ago
  100. a1e2fd9 Driver: CCC_ADD_ARGS could end up using dangling pointers. by Daniel Dunbar · 15 years ago