1. b2567dd Allow typo correction to try removing nested name specifiers. by Kaelyn Uhrain · 11 years ago
  2. caa16dd Look for corrections in enclosing namespaces that require a global NestedNameSpecifier. by Kaelyn Uhrain · 11 years ago
  3. 439b701 Fix to PR15826 - clang hits assert in clang::ASTContext::getASTRecordLayout. by Serge Pavlov · 11 years ago
  4. ce9cd91 Suppress "control reaches end of non-void function" warning when compiling with gcc. by Andy Gibbs · 11 years ago
  5. 07369dd Fix mangling for block literals. by Eli Friedman · 11 years ago
  6. fe09f3f Put helper class in anonymous namespace. by Craig Topper · 11 years ago
  7. 3c3af14 PR16502: Fix a dumb bug where we might look past the last initializer in an by Richard Smith · 11 years ago
  8. 0c0b390 Teach -Wunsequenced that the side-effects of a function evaluation are sequenced by Richard Smith · 11 years ago
  9. aa4bc18 Reinstate r185229, reverted in r185256, with a tweak: further ignore the by Richard Smith · 11 years ago
  10. e103979 Compress pairs. No functionality change. by Benjamin Kramer · 11 years ago
  11. 6e428a4 Revert r185229 as it breaks compilation of <windows.h> by Timur Iskhodzhanov · 11 years ago
  12. 5eab8d7 PR7927, PR16247: Reimplement handling of matching extern "C" declarations by Richard Smith · 11 years ago
  13. 5fb478b Fix error recovery with in-class initializer. by Eli Friedman · 11 years ago
  14. b26f012 Fix line endings. by Eli Friedman · 11 years ago
  15. ded9979 Switch Decl instantiation to DeclNodes.inc. by Eli Friedman · 11 years ago
  16. 5771aab Fix nested lifetime extension when a std::initializer_list member is by Richard Smith · 11 years ago
  17. 02a01fa Ensure that debugger calls to signature-less functions default to by John McCall · 11 years ago
  18. 2e236fb Remove unnecessary check. by Eli Friedman · 11 years ago
  19. d943352 Under -fms-extensions, only inject a friend tag name when we didn't see a tag with that name in an enclosing scope. by Douglas Gregor · 11 years ago
  20. 288f76a A bit of program simplification from r185056 by Larisse Voufo · 11 years ago
  21. 7419d01 Fix a conversion to incomplete type bug -- The error message now specifically states that the type is incomplete and points to the forward declaration of the incomplete type. by Larisse Voufo · 11 years ago
  22. 642038d Delete dead code. by Eli Friedman · 11 years ago
  23. 418dd3e PR16467: Teach -Wunsequenced that in C11 (unlike C++11), an assignment's by Richard Smith · 11 years ago
  24. 3b20f58 ObjectiveC: diagnose duplicate declaration of by Fariborz Jahanian · 11 years ago
  25. 7348454 Don't use unnamed local enums as template arguments. Fixes -Werror bootstrap. by Joerg Sonnenberger · 11 years ago
  26. b4f0f3f This patch fixes PR16395, when HandleMSProperty returns null due to a declaration with no name. by Aaron Ballman · 11 years ago
  27. 86648b1 Fix PCH bug with member templates of local classes in nontemplate functions. by Faisal Vali · 11 years ago
  28. dccd04d Don't check for triviality on fields of templated records. We can't know the by Nick Lewycky · 11 years ago
  29. f6a144f Implement DR136 by David Majnemer · 11 years ago
  30. c7e863f PR8302: Check for shadowing a template parameter when declaring a template by Richard Smith · 11 years ago
  31. 87b12b2 Implement DR21 by David Majnemer · 11 years ago
  32. ac83a3c Fix null pointer dereference if we redeclare an unprototyped function. Patch by by Richard Smith · 11 years ago
  33. db2fe73 More of N3652: don't add an implicit 'const' to 'constexpr' member functions when checking for overloads in C++1y. by Richard Smith · 11 years ago
  34. 548fba9 Objective-C: Warn when IBOutletCollection property by Fariborz Jahanian · 11 years ago
  35. f9b4fea Fix regression from r184810. by Eli Friedman · 11 years ago
  36. 72aa4c4 Fix noexcept for delete expressions. by Eli Friedman · 11 years ago
  37. 6e98678 Delete a couple dead checks. by Eli Friedman · 11 years ago
  38. 7652222 Delete dead code. by Eli Friedman · 11 years ago
  39. ea94314 Tweak -Wdeprecated-objc-pointer-introspection to have a subgroup for results of using -performSelectorXXX. by Ted Kremenek · 11 years ago
  40. 12df246 [AST] Introduce a new DecayedType sugar node by Reid Kleckner · 11 years ago
  41. 8d90b4a Add the global namespace (the "::" namespace specifier) to the list of by Kaelyn Uhrain · 11 years ago
  42. 8c0501c [Sema] Call CheckParmForFunctionDef on ObjC method parameters by Reid Kleckner · 11 years ago
  43. 572cf58 ArrayRef'ize Sema::CodeCompleteConstructorInitializer by Dmitri Gribenko · 11 years ago
  44. b1ce929 Fix assert if an attempt is made to explicitly instantiate an alias template. by Richard Smith · 11 years ago
  45. 2f68669 Revert r184401 which reverted r183462. by David Majnemer · 11 years ago
  46. e2a90b8 Extend -Wnon-pod-varargs to check calls made from member pointers. by Richard Trieu · 11 years ago
  47. 0538f0e Extend -Wnon-pod-varargs to more cases, such as function pointers as return by Richard Trieu · 11 years ago
  48. c8fa525 Provide suggested no-arg calls for overloaded member functions missing calls by David Blaikie · 11 years ago
  49. 538fccb Propagate the invalid bit from bases to derived template classes. by Matt Beaumont-Gay · 11 years ago
  50. 9b60195 [ms-cxxabi] Destroy temporary record arguments in the callee by Reid Kleckner · 11 years ago
  51. 8a52dce Delete dead code. by Eli Friedman · 11 years ago
  52. 104f96b Delete dead code. by Eli Friedman · 11 years ago
  53. fc46be9 When building a module, keep *all* declared methods in the global method pool. by Douglas Gregor · 11 years ago
  54. a499377 Add back a condition accidentially removed in r184470. by Richard Trieu · 11 years ago
  55. 3e1aca2 Don't allow __attribute__((common)) in C++. PR16330. by Eli Friedman · 11 years ago
  56. 6747005 Avoid repeatedly evaluating subexpressions when checking for unsequenced by Richard Smith · 11 years ago
  57. cac18ad Lazily provide a __float128 dummy type in -std=gnu++11 mode. by Nico Weber · 11 years ago
  58. f462b01 Extend -Wnon-pod-varargs to check calls made from function pointers. by Richard Trieu · 11 years ago
  59. 4cde94a Clean up warning and add a test. by Eli Friedman · 11 years ago
  60. 040bfc5 Remove dead code. by Eli Friedman · 11 years ago
  61. c2fa6b6 Improved source code fidelity for gcc mode attribute. by Enea Zaffanella · 11 years ago
  62. 62341d3 Temporarily revert r183462: "Implement DR7" by Chandler Carruth · 11 years ago
  63. 850cf51 Fix one place I missed that was memcpy'ing TypeLocs in a way that messes by Eli Friedman · 11 years ago
  64. 87c2932 Add a workaround for a libstdc++-4.2 <tr1/hashtable> bug. This header uses by Richard Smith · 11 years ago
  65. 8db6cc7 Remove dead code. by Eli Friedman · 11 years ago
  66. fa0d3f8 Improve diagnostic for redeclaring static member function. Fixes PR16382. by Eli Friedman · 11 years ago
  67. 08dc71f Delete dead code. (Array element types are always complete in C.) by Eli Friedman · 11 years ago
  68. f67129a [Windows] Fix __declspec(property) when the getter returns a ref by Reid Kleckner · 11 years ago
  69. 3882aed Fix pr16354. by Rafael Espindola · 11 years ago
  70. de7afe0 Silence 'set but not used' warning when building in release mode using gcc. by Andy Gibbs · 11 years ago
  71. c894b32 Delete dead code. by Eli Friedman · 11 years ago
  72. 0601700 Introduce a new mangling for protocol-qualified ObjC types in C++. This allows by Eli Friedman · 11 years ago
  73. e7e8fca When declaring an ObjC interface decl with a @compatibility_alias alias name, change the class name to the "real" one. by Argyrios Kyrtzidis · 11 years ago
  74. 662f41b DR14, DR101, and part of DR1: fix handling of extern "C" declarations in by Richard Smith · 11 years ago
  75. 2243e78 Correctly compute the index of the first string format argument when deciding by Eli Friedman · 11 years ago
  76. cd9c9b5 Objective-C: Fixes a typo correction bug where a by Fariborz Jahanian · 11 years ago
  77. 419245e Objective-C [qoi]: privide typo correction for selectors by Fariborz Jahanian · 11 years ago
  78. 904df3e contextual conversion fix: C++98 compatibility warning. by Larisse Voufo · 11 years ago
  79. 0bb5199 r184100 Fix -- Updated test cases for contextual conversion by Larisse Voufo · 11 years ago
  80. f8421a3 Delete dead code. by Eli Friedman · 11 years ago
  81. b67313d Revert "Updated test cases for contextual conversion" by Rafael Espindola · 11 years ago
  82. 37aba47 Updated test cases for contextual conversion by Larisse Voufo · 11 years ago
  83. 0dcea35 Clean up empty struct/union recognition. by Serge Pavlov · 11 years ago
  84. d395e34 Objective-C [qoi]: Provide fixit hint when message with typo by Fariborz Jahanian · 11 years ago
  85. 9109bf1 C++11: don't warn about the deprecated 'register' keyword if it's combined with by Richard Smith · 11 years ago
  86. 050315b ArrayRef'ize Sema::CodeComplete* by Dmitri Gribenko · 11 years ago
  87. 539470e Updated the support for contextual conversion tweaks (n3323) with a previously overlooked part: implicitly converting array sizes to size_t, rather than contextually converting them to some unique type. by Larisse Voufo · 11 years ago
  88. d570a92 A quick fix to allow return type deduction on member templates by Faisal Vali · 11 years ago
  89. d6b6987 PR16263: Implement current direction of core issue 1376. Binding a reference to by Richard Smith · 11 years ago
  90. 41cb3d9 Fix handling of const_cast from prvalue to rvalue reference: such a cast is by Richard Smith · 11 years ago
  91. ddb5a39 Unify return type checking for functions and ObjC methods. Move all the by Eli Friedman · 11 years ago
  92. 93f32da Fix the warning for divide by zero to be a bit more robust. ;] by Chandler Carruth · 11 years ago
  93. 95099ef Followup to r183931 to fix the lambda conversion-to-block-pointer member. by Eli Friedman · 11 years ago
  94. 38fa961 Fix a small bug in the linkage computation for the lambda conversion-to-function-pointer member. by Eli Friedman · 11 years ago
  95. ad24ad4 Allow clang to build __clear_cache on ARM. by Rafael Espindola · 11 years ago
  96. 36155c1 C++11: If a class has a user-declared copy operation or destructor, the by Richard Smith · 11 years ago
  97. 1b2209f In C++11, promote access declaration diagnostic from warning to error. There by Richard Smith · 11 years ago
  98. 4e47ecb When copy-initializing a temporary for a reference binding, don't allow use of by Richard Smith · 11 years ago
  99. 98a7558 Include the unexpanded packs in the initializer expression when checking a by Nick Lewycky · 11 years ago
  100. d3ff325 Don't suggest putting 'operator new' or 'operator delete' in a namespace to fix a two-phase lookup issue. That's not permitted. by Richard Smith · 11 years ago