1. e7ce709 Factor duplicated implicit memcpy call generation code out of copy/move by Richard Smith · 12 years ago
  2. 6ceb377 Finish reverting r167761, it's causing test failures. by Eric Christopher · 12 years ago
  3. 3a9fefe Fix more try scoping bugs introduced by r167650. by David Blaikie · 12 years ago
  4. 5ece32e Don't test for incomplete types. by Bill Wendling · 12 years ago
  5. 3078353 Per discussion on cfe-dev, re-enable suppression of -Wimplicit-fallthrough on C, but also include dialects of C++ earlier than C++11. by Ted Kremenek · 12 years ago
  6. 68fd608 Check that the input size is correct for the given constraint. by Bill Wendling · 12 years ago
  7. 229d47a Rework my implementation of circular-reference finding to not use by Douglas Gregor · 12 years ago
  8. 3e77351 Revert "Disable -Wimplicit-fallthrough when not using C++.", pending further discussion on cfe-dev. by Ted Kremenek · 12 years ago
  9. 6e3ceb5 Disable -Wimplicit-fallthrough when not using C++. by Ted Kremenek · 12 years ago
  10. 3d512d8 Handle redeclarations of catch variables in catch blocks. by David Blaikie · 12 years ago
  11. d777e28 Diagnostic circular inheritance involving dependent base classes. We by Douglas Gregor · 12 years ago
  12. c4027c8 PR14296: function parameter name collisions in function try/catch by David Blaikie · 12 years ago
  13. 87da0b7 -Wobjc-literal-compare: look through implicit casts. by Jordan Rose · 12 years ago
  14. a67d503 PR13788: Don't perform checks on the initializer of a dependently-typed by Richard Smith · 12 years ago
  15. 1a52a4d Use isInvalidDecl() instead of isStatic() as suggested by dblaikie. by Nico Weber · 12 years ago
  16. e0ff690 Don't crash on calling static member overloaded operator, PR14120 by Nico Weber · 12 years ago
  17. 45a37da Fix a bug I found while preparing my devmtg talk: When passing NULL to a by Matt Beaumont-Gay · 12 years ago
  18. 88adb98 Avoid to write function name in comment. Thanks to Dmitri Gribenko. by Abramo Bagnara · 12 years ago
  19. eae859a Readded line removed by mistake. by Abramo Bagnara · 12 years ago
  20. 4c5750e Fixed converted ConstantArrayTypeLoc range. Added a missing testcase for ConstructorDecl source range. by Abramo Bagnara · 12 years ago
  21. e81b43b PR14284: crash on ext-valid returning NULL from a void function by David Blaikie · 12 years ago
  22. 7b89ab7 Reduce nesting. No functionality change. by Nico Weber · 12 years ago
  23. 910515b When template deduction fails on a derived class, try a template deduction on by Richard Trieu · 12 years ago
  24. ce2661f PR11851 (and duplicates): Whenever a constexpr function is referenced, by Richard Smith · 12 years ago
  25. b68ec6b Add missing check to warning for packed attribute. PR14259. by Eli Friedman · 12 years ago
  26. 5305641 PR13552: Fix the end location of a CXXNewExpr. by David Blaikie · 12 years ago
  27. 70a0189 Fix assertion failure with auto and nested initializer list; PR14272. by Eli Friedman · 12 years ago
  28. 4b7631b Put the usage-directive inside the nearest namespace or TU decl. We don't want by Nick Lewycky · 12 years ago
  29. b57ce4e Address review comments for r167358: explicitly check for CK_BitCast instead of by Dmitri Gribenko · 12 years ago
  30. 5a24980 Handle CK_NullToPointer casts in -Wtype-safety properly. Fixes PR14249. by Dmitri Gribenko · 12 years ago
  31. aee56fa Update the front end to use minsize attribute by Quentin Colombet · 12 years ago
  32. 889b99e Correctly reject gotos in function-level try blocks. PR14225. by Eli Friedman · 12 years ago
  33. e63aedd Address Jordan's review: comments, spaces. by Anna Zaks · 12 years ago
  34. 8e68ef0 Revert commit r166946 by Quentin Colombet · 12 years ago
  35. 9568f0c Partially roll back r166898; it exposed a bug in the standard. by Richard Smith · 12 years ago
  36. ba927d9 Make forcesizeopt attribute available to the end user by Quentin Colombet · 12 years ago
  37. c0e4445 -Warc-repeated-use-of-weak: allow single reads in loops from local variables. by Jordan Rose · 12 years ago
  38. c36e359 Revert functional part of r166896 and just suppress -Wunneeded-internal-declaration for reference types for now. This needs more work; the cases we currently miss are a bit random. by Richard Smith · 12 years ago
  39. 1432a43 When determining whether to try evaluating the initializer of a variable, check by Richard Smith · 12 years ago
  40. 623ef4b In -Wunneeded-internal-declaration, suppress the warning for variables which by Richard Smith · 12 years ago
  41. 644e90a Fix invalid jump scopes again. This time without trying to find out if an by Rafael Espindola · 12 years ago
  42. a92afb6 Revert 166876 while I debug a bootstrap problem. by Rafael Espindola · 12 years ago
  43. ff8f967 Reapply 166855 with an early exit on null QualTypes. by Rafael Espindola · 12 years ago
  44. 029d284 Revert r166855. I can reproduce the bootstrap failure and have a testcase by Rafael Espindola · 12 years ago
  45. 76b5d24 Fix cases where we were not producing an error when a computed goto could by Rafael Espindola · 12 years ago
  46. 50d46ca Recommit Eric's code to validate ASM string's constraints and modifiers. by Bill Wendling · 12 years ago
  47. 802f937 [ms-inline asm] Add support for field lookup in the SemaCallback. Patch by Eli. by Chad Rosier · 12 years ago
  48. c6cd9af Revert r166647 to rethink the patch... by Bill Wendling · 12 years ago
  49. a0b9ce0 Add some support for diagnosing possibly mismatched constraint, type size and by Bill Wendling · 12 years ago
  50. e925322 PR14171: Don't crash if we hit one of the paths where GetFullTypeForDeclarator by Richard Smith · 12 years ago
  51. 39e1776 Fix false positive in -Wunused-variable when a ctor call make involve cleanups. by David Blaikie · 12 years ago
  52. dc7b641 Use a .def file for most of the diagnostic options. by Douglas Gregor · 12 years ago
  53. 6a6bb28 Objective-C: check that when a category method is being implemented, by Fariborz Jahanian · 12 years ago
  54. e4851f2 Add a new warning -Wmissing-variable-declarations, to warn about variables by Eli Friedman · 12 years ago
  55. 713c287 When rebuilding a DependentScopeDeclRefExpr, perform a lookup into the scope by Richard Smith · 12 years ago
  56. 4d5dd7c [ms-inline asm] Update for r166433. by Chad Rosier · 12 years ago
  57. 5f1385b [ms-inline-asm] Add handling for errors coming out of the backend. by Eli Friedman · 12 years ago
  58. b5b37d1 Ugly ugly hack for libstdc++-4.6 and libstdc++-4.7 compatibility. These by Richard Smith · 12 years ago
  59. efeeccf Unrevert r166268, reverted in r166272, with a fix for the issue which Nick by Richard Smith · 12 years ago
  60. c6f84cf Move private classes into anonymous namespaces. by Benjamin Kramer · 12 years ago
  61. 444d384 Rework implementation of DR1492: Apply the resolution to operator delete too, by Richard Smith · 12 years ago
  62. b687f3b Fix __builtin_va_arg assertion failure in ARM AAPCS. by Logan Chien · 12 years ago
  63. 5016a70 DR1472: A reference isn't odr-used if it has preceding initialization, by Richard Smith · 12 years ago
  64. 793c405 [ms-inline asm] Set the SemaCallback in the TargetAsmParser. by Chad Rosier · 12 years ago
  65. 5f531a4 Clarify wording of -Wshift-op-parentheses. by David Blaikie · 12 years ago
  66. cf81cd2 [ms-inline asm] Set the MCTargetAsmParser as paring MS-style inline asm. by Chad Rosier · 12 years ago
  67. 535a5d0 Allow objc_requires_super to be used to check class methods as well. by Jordan Rose · 12 years ago
  68. 79cf161 Revert r166268, this fix for a crash-on-invalid introduced a rejects-valid. by Nick Lewycky · 12 years ago
  69. 80ddc31 PR14124: When performing template instantiation of a qualified-id outside of a by Richard Smith · 12 years ago
  70. 5f75068 Handle diamond inheritance in -Woverloaded-virtual. by David Blaikie · 12 years ago
  71. c337d14 [ms-inline asm] Add a size argument to the LookupInlineAsmIdentifier() callback, by Chad Rosier · 12 years ago
  72. 9a14db3 Fix Objective-C implicit property synthesis for C++ classes so we use valid by Eli Friedman · 12 years ago
  73. d052ebf [ms-inline asm] Have the LookupInlineAsmIdentifier() callback function return a by Chad Rosier · 12 years ago
  74. b36ea37 Factor CollectClassPropertyImplementations out of Sema into AST by Anna Zaks · 12 years ago
  75. 0ec56b7 From Vassil Vassilev: enable Sema to deal with multiple ExternalSemaSources. by Axel Naumann · 12 years ago
  76. b1502bc DR1442: In a range-based for statement, namespace 'std' is not an associated by Richard Smith · 12 years ago
  77. 3d5cf5e PR14021: Copy lookup results to ensure safe iteration. by David Blaikie · 12 years ago
  78. 7fd00b1 [ms-inline asm] Move most of the AsmParsing logic in clang back into the MC by Chad Rosier · 12 years ago
  79. 6678a05 Tests for DR1507. by Richard Smith · 12 years ago
  80. bd2f1f0 Update comment to match DR1502. by Richard Smith · 12 years ago
  81. 76398e5 Fix -Woverloaded-virtual when the using statement refers to a base declaration of a virtual function. by David Blaikie · 12 years ago
  82. d654f2d DR1528: C++11 doesn't allow repeated cv-qualifiers in declarators after all. by Richard Smith · 12 years ago
  83. 5708c18 Implement C++ 10.3p16 - overrides involving deleted functions must match. by David Blaikie · 12 years ago
  84. 708f69b DR1492: In a definition of a destructor, the exception specification must be by Richard Smith · 12 years ago
  85. 263366f Add pnaclcall convention to Native Client targets. by Derek Schuff · 12 years ago
  86. e54cba1 [ms-inline asm] Move some logic around to simplify the interface between the by Chad Rosier · 12 years ago
  87. 9b29f4f Implement GCC's -Wint-to-pointer-cast. by David Blaikie · 12 years ago
  88. 1c9a2da Minor tweak to last patch along with a test case. // rdar://12491143 by Fariborz Jahanian · 12 years ago
  89. 9f5933a fixes an objc crash involving objc bool literal on by Fariborz Jahanian · 12 years ago
  90. 7a0c064 Un-revert r164907 and r164902 (+ follow-ups), 10.6 build fix to follow. by Daniel Dunbar · 12 years ago
  91. 6cf7d7d Fixed CXXNamedCast right paren location propagation to instantiations. by Abramo Bagnara · 12 years ago
  92. ac70278 Fixed LabelDecl source range. by Abramo Bagnara · 12 years ago
  93. dc0d4e2 Revert r164907 and r164902 (+ follow-ups). They broke building on 10.6. by Nico Weber · 12 years ago
  94. d9b56ed [ms-inline asm] Rework the front-end to use the API introduced in r165946. by Chad Rosier · 12 years ago
  95. 67bd78f Update for r165858. by Chad Rosier · 12 years ago
  96. de31b28 [ms-inline asm] Remove a bunch of parsing code from the front-end. by Chad Rosier · 12 years ago
  97. 5f608ae Make -mms-bitfields behave consistently. by Eli Friedman · 12 years ago
  98. 106ddc1 Update for r165833. by Chad Rosier · 12 years ago
  99. 6c500b1 Fix warnings introduced by r165826. by DeLesley Hutchins · 12 years ago
  100. 3ce9fae Thread-safety analysis: support multiple thread-safety attributes on by DeLesley Hutchins · 12 years ago