1. 4c4c2bb Improve the diagnostic when a comma ends up at the end of a declarator group by Richard Smith · 13 years ago
  2. 3da576c -Wc++98-compat: warn on nontrivial types used in unions and anonymous structs. by Richard Smith · 13 years ago
  3. e98282d Only warn at self-initialization if some later use is always uninitialized. by Matt Beaumont-Gay · 13 years ago
  4. 763ab67 -Wc++98-compat: diagnose if a reference is bound to a prvalue which does not by Richard Smith · 13 years ago
  5. b26e596 am 7b2f9cd6: (-s ours) Revert "Hard-code 2 constants to tolerate GCC 4.0.1 used by Xcode 3.0." DO NOT MERGE. by Shih-wei Liao · 13 years ago
  6. e054bda am d685e4bd: (-s ours) Revert "Declare friend class to tolerate GCC 4.0.1 used by Xcode 3.0." DO NOT MERGE. by Shih-wei Liao · 13 years ago
  7. b1a9986 am 56ea11a9: (-s ours) Revert "Declare BalancedDelimiterTracker as Parser\'s friend class." DO NOT MERGE. by Shih-wei Liao · 13 years ago
  8. f61bee4 am b4f8fc61: (-s ours) Revert "Forward-declare BalancedDelimiterTracker and then befriend it." DO NOT MERGE. by Shih-wei Liao · 13 years ago
  9. 7b2f9cd Revert "Hard-code 2 constants to tolerate GCC 4.0.1 used by Xcode 3.0." DO NOT MERGE. by Shih-wei Liao · 13 years ago
  10. d685e4b Revert "Declare friend class to tolerate GCC 4.0.1 used by Xcode 3.0." DO NOT MERGE. by Shih-wei Liao · 13 years ago
  11. 56ea11a Revert "Declare BalancedDelimiterTracker as Parser's friend class." DO NOT MERGE. by Shih-wei Liao · 13 years ago
  12. b4f8fc6 Revert "Forward-declare BalancedDelimiterTracker and then befriend it." DO NOT MERGE. by Shih-wei Liao · 13 years ago
  13. 50d23fb Merge "Revert "Hard-code 2 constants to tolerate GCC 4.0.1 used by Xcode 3.0."" by Shih-wei Liao · 13 years ago
  14. 27447ae Merge "Revert "Declare friend class to tolerate GCC 4.0.1 used by Xcode 3.0."" by Shih-wei Liao · 13 years ago
  15. 6cf340d Merge "Revert "Declare BalancedDelimiterTracker as Parser's friend class."" by Shih-wei Liao · 13 years ago
  16. f950134 Revert "Hard-code 2 constants to tolerate GCC 4.0.1 used by Xcode 3.0." by Shih-wei Liao · 13 years ago
  17. 71c9e5a Revert "Declare friend class to tolerate GCC 4.0.1 used by Xcode 3.0." by Shih-wei Liao · 13 years ago
  18. ad8b260 Revert "Declare BalancedDelimiterTracker as Parser's friend class." by Shih-wei Liao · 13 years ago
  19. 62a14fe Revert "Forward-declare BalancedDelimiterTracker and then befriend it." by Shih-wei Liao · 13 years ago
  20. bd4fa56 Forward-declare BalancedDelimiterTracker and then befriend it. by Shih-wei Liao · 13 years ago
  21. 651532b Declare BalancedDelimiterTracker as Parser's friend class. by Shih-wei Liao · 13 years ago
  22. 4ab4645 Declare friend class to tolerate GCC 4.0.1 used by Xcode 3.0. by Shih-wei Liao · 13 years ago
  23. e21f6df Hard-code 2 constants to tolerate GCC 4.0.1 used by Xcode 3.0. by Shih-wei Liao · 13 years ago
  24. f20a0fc Merge "Revert "Revert "Don't crash when trying to emit too many fixits. Also, keep some constants in""" by Shih-wei Liao · 13 years ago
  25. 8d91857 Revert "Revert "Don't crash when trying to emit too many fixits. Also, keep some constants in"" by Shih-wei Liao · 13 years ago
  26. 9f5931d Merge "Revert "Don't crash when trying to emit too many fixits. Also, keep some constants in"" by Shih-wei Liao · 13 years ago
  27. e499e7f Revert "Don't crash when trying to emit too many fixits. Also, keep some constants in" by Shih-wei Liao · 13 years ago
  28. 18c6402 Update README. by Shih-wei Liao · 13 years ago
  29. fe6bd6d Apply changes to migrate to upstream Oct 20th 2011 (r142531) by Logan Chien · 13 years ago
  30. 00a92ab Merge with clang upstream Oct 20th 2011 (r142531) by Logan Chien · 13 years ago
  31. 64f8531 Properly abstract 64-bit longs for Renderscript. by Stephen Hines · 13 years ago
  32. 18c9bd3 Fix the signatures of vfork, __sigsetjmp and sigsetjmp. by Rafael Espindola · 13 years ago
  33. 68db6f0 Break out ssize_t test from Sema/format-strings-fixit.c by Hans Wennborg · 13 years ago
  34. 43f5103 Improve the warning for cv-qualifiers on free functions, from Ahmed Charles! by Douglas Gregor · 13 years ago
  35. 13102ff Add support for constant arrays, from Anders Waldenborg!. by Douglas Gregor · 13 years ago
  36. 38d2d55 Add TypeKind.CONSTANTARRAY, from Anders Waldenborg! by Douglas Gregor · 13 years ago
  37. 9d342ab Fix error message for unknown type kind, from Anders Waldenborg! by Douglas Gregor · 13 years ago
  38. 2abfec3 This new field was introduced in clang-c in r141277 by Douglas Gregor · 13 years ago
  39. 1368e58 Fix pr9789, assert-on-invalid while instantiating an (invalid) class template with a non-final parameter pack. Also improve the warning for non-final parameter packs in this scenario so it only fires once, rather than once for every template parameter after the non-final parameter pack. by David Blaikie · 13 years ago
  40. ab795d6 Tweak this test to test more directly what we want, and hopefully work around the brokenness of code completion under -fdelayed-template-parsing by Douglas Gregor · 13 years ago
  41. 7c81c2a Don't forget to complete the objc interface before asking for information, by Argyrios Kyrtzidis · 13 years ago
  42. 53e5351 Add a -Wc++98-compat warning for friend functions of class templates which would by Richard Smith · 13 years ago
  43. b9c8c42 Add block information for ObjC @catch blocks. by Eric Christopher · 13 years ago
  44. c328779 Add a new subclass of RunCleanupScopes that also handles creating new by Eric Christopher · 13 years ago
  45. 013e5ce Move static array parameter checks to SemaExpr, per Doug's request by Peter Collingbourne · 13 years ago
  46. 77faa36 -Wc++98-compat: warn if a SFINAE substitution in C++11 suppresses an access by Richard Smith · 13 years ago
  47. b224343 objc: allow class name qualified with protocols in by Fariborz Jahanian · 13 years ago
  48. c9003c8 [analyzer] Move predecessor into the NodeBuilder context. by Anna Zaks · 13 years ago
  49. 4e82d3c [analyzer] Make NodeBuilder and Pred node loosely coupled by Anna Zaks · 13 years ago
  50. 3152b3c [analyzer] Remove StmtNodeBuilder from CheckerContext by Anna Zaks · 13 years ago
  51. 319a918 [analyzer] Subclassing StmtBuilder from the NodeBuilder by Anna Zaks · 13 years ago
  52. 67d9fba [analyzer] Remove dead code. ExprEngineBuilders is not used. by Anna Zaks · 13 years ago
  53. 9a1e3ab [analyzer] Remove redundant method + whitespace. by Anna Zaks · 13 years ago
  54. cd656ca [analyzer] Modularize builder use in processBranch. by Anna Zaks · 13 years ago
  55. ad62dee [analyzer] Pull Pred out of NodeBuilderContext. by Anna Zaks · 13 years ago
  56. 8c90aad [analyzer] Rely only on NodeBuilder inside CheckerContext. by Anna Zaks · 13 years ago
  57. d0b0806 [analyzer] Remove redundant assignment operator. by Anna Zaks · 13 years ago
  58. a19f4af [analyzer] NodeBuilder Refactoring: Subclass BranchNodeBuilder from NodeBuilder. by Anna Zaks · 13 years ago
  59. f05aac8 [analyzer] Node Builder refactoring: Introduce a simple Node Builder responsible for generating the node frontier. by Anna Zaks · 13 years ago
  60. 2dde35b More metaprogramming with builtin types. by John McCall · 13 years ago
  61. c705d25 [libclang] Make sure we do a correct invalid check in clang_getExpansionLocation. by Argyrios Kyrtzidis · 13 years ago
  62. fa43c97 Minor tweak to test by Douglas Gregor · 13 years ago
  63. 6b13022 -Wc++98-compat and -Wc++98-compat-pedantic warnings for Sema, part 2. by Richard Smith · 13 years ago
  64. 097f6b0 Remove unused data member by Douglas Gregor · 13 years ago
  65. 8ca7208 Provide result types for code completions that describe built-in by Douglas Gregor · 13 years ago
  66. eb2ac8b Add a __has_feature check for arc_cf_code_audited. by John McCall · 13 years ago
  67. e0a22d0 Macro metaprogramming for builtin types. by John McCall · 13 years ago
  68. ebaf0e6 -Wc++98-compat and -Wc++98-compat-pedantic warnings for Sema, part 1. by Richard Smith · 13 years ago
  69. 024f4be Frontend: Support -iframework. by Daniel Dunbar · 13 years ago
  70. dd67723 Simplify RecordDeclCXX::setBases slightly. No functional change. by Richard Smith · 13 years ago
  71. f4072ae objc: more changes in use of IBOutletCollection attribute. by Fariborz Jahanian · 13 years ago
  72. 4467901 [arcmt] Rewrite attributes in extensions as well. rdar://9992142 by Argyrios Kyrtzidis · 13 years ago
  73. b98ffde Set the objc "property attributes as written" for extension properties as well. by Argyrios Kyrtzidis · 13 years ago
  74. f106f0e In C++11, a class's members are allowed to be nominated as friends. by Richard Smith · 13 years ago
  75. 0282c5a Implements alignment for long long and double types in va_arg on ARM AAPCS. by Rafael Espindola · 13 years ago
  76. c19981c [driver] Make the driver to link the simulator arclite lib when passing -mios-simulator-version-min. by Argyrios Kyrtzidis · 13 years ago
  77. 7a81e41 objc: diagnose invalid argument to an by Fariborz Jahanian · 13 years ago
  78. 46d1ea4 [libclang] Since an objc extension semantically continues the interface of the class by Argyrios Kyrtzidis · 13 years ago
  79. 341350e Make it possible to compute the type of 'this' without capturing by Douglas Gregor · 13 years ago
  80. a50216c Add code completions for C++0x expressions by Douglas Gregor · 13 years ago
  81. aca19be [libclang] Index implicit property references. by Argyrios Kyrtzidis · 13 years ago
  82. c0f5b75 [libclang] When printing the diagnostic print it with a new line. by Argyrios Kyrtzidis · 13 years ago
  83. 9fbbf14 [libclang] Index method references. by Argyrios Kyrtzidis · 13 years ago
  84. 474202f Use llvm::Triple's methods to parse FreeBSD version numbers. by Benjamin Kramer · 13 years ago
  85. 36e7608 Another attempt at fixing format-strings-fixit.c. by Hans Wennborg · 13 years ago
  86. 4886e32 Disable the ssize_t test in format-strings-fixit.c. by Hans Wennborg · 13 years ago
  87. a7da215 Suggest %zu for size_t args to printf. by Hans Wennborg · 13 years ago
  88. 5f31f08 Switch to the C++11 warning flags in tests. Patch by Ahmed Charles! by David Blaikie · 13 years ago
  89. 5090e9f Update documentation to use "C++11" instead of "C++0x" by David Blaikie · 13 years ago
  90. ee1c68a Don't format the code completion for parameters of block literal by Douglas Gregor · 13 years ago
  91. 2dc7ece Add -Wc++11-compat warning for an inline specifier on an explicit instantiation. by Richard Smith · 13 years ago
  92. 4e8ea0b When transforming the arguments for a C++ "new" expression, make sure by Douglas Gregor · 13 years ago
  93. 3e2e91e Refactor the checking for explicit template instantiations being performed in by Richard Smith · 13 years ago
  94. d80d90d Argyrios says this change is required for safety under PTH. Me, I believe him. by John McCall · 13 years ago
  95. 66f2846 Revert accidental commit. by Eli Friedman · 13 years ago
  96. 97c0aef Rewrite parts of MS ABI C++ layout. Based on work by r4start; I ended up doing this while I was trying to review his patch. by Eli Friedman · 13 years ago
  97. 3eff321 Fix several bugs with #pragma clang arc_cf_code_audited and macros. by John McCall · 13 years ago
  98. dceb11f Revert r142311, -mios-simulator-version-min does not work correctly. by Argyrios Kyrtzidis · 13 years ago
  99. 85def35 In hasPlaceholderType(Kind) and isSpecificPlaceholderType(Kind), assert by John McCall · 13 years ago
  100. b56e6ad Remove the hack where we sniff the __IPHONE_OS_VERSION_MIN_REQUIRED define. by Argyrios Kyrtzidis · 13 years ago