1. e178e70 put back diagnostics when flexible members are captured in lambdas. by Fariborz Jahanian · 12 years ago
  2. b20eb10 Fix typo (again). by Fariborz Jahanian · 12 years ago
  3. 4b3040f Remove lambda from my last patch. by Fariborz Jahanian · 12 years ago
  4. 456cfc0 Fixes typo in comment. by Fariborz Jahanian · 12 years ago
  5. 9c0816f objectiveC blocks: It is impractical to capture by Fariborz Jahanian · 12 years ago
  6. a6d2020 Move loop variable update. Thanks to Dmitri Gribenko for the suggestion. by Rafael Espindola · 12 years ago
  7. b9725cf Mark all subsequent decls used. by Rafael Espindola · 12 years ago
  8. cbb99ef Don't warn about undefined varargs argument behavior in unreachable code. by Ted Kremenek · 12 years ago
  9. 7a83421 Scalar shifts in the OpenCL specification (as of v. 1.2) are defined to be by David Tweed · 12 years ago
  10. 4e24f0f s/CXX0X/CXX11/g, except for __GNU_EXPERIMENTAL_CXX0X__, and update a few nearby 'C++0x' comments. by Richard Smith · 12 years ago
  11. 80ad52f s/CPlusPlus0x/CPlusPlus11/g by Richard Smith · 12 years ago
  12. 0f46e64 Improve diagnostic wording for when an implicitly-deleted special member by Richard Smith · 12 years ago
  13. d3292c8 Tweak Sema::CheckLiteralKind() to also include block literals by Ted Kremenek · 12 years ago
  14. f530ff7 Change checkUnsafeAssignLiteral() to use the new Sema::CheckLiteralKind(). by Ted Kremenek · 12 years ago
  15. 3ee069b Hoist logic for classifying Objective-C literals into Sema (proper) for use with other diagnostics. by Ted Kremenek · 12 years ago
  16. 87aa2fb Remove duplicate includes. by Roman Divacky · 12 years ago
  17. 5cf1589 Fix regression in r170489: when instantiating a direct initializer which is a by Richard Smith · 12 years ago
  18. 4242740 Sema: Don't emit a warning when __func__ is used in a lambda outside of a function. by Benjamin Kramer · 12 years ago
  19. 55fc873 Sort all of Clang's files under 'lib', and fix up the broken headers uncovered. by Chandler Carruth · 12 years ago
  20. 464a01a Fix the determination of whether a capture refers to an enclosing by Douglas Gregor · 12 years ago
  21. 8b8a09e Merge function types in C. by Rafael Espindola · 12 years ago
  22. 8426890 Reject uses of __int128 on platforms that don't support it. Also move the ugly by Richard Smith · 12 years ago
  23. 82c458e objective-C arc: load of a __weak object happens via call to by Fariborz Jahanian · 12 years ago
  24. 426391c A step towards sorting out handling of triviality of special members in C++11. by Richard Smith · 12 years ago
  25. ebbcd1d Fix DiagnoseBitwisePrecedence so it doesn't cast "-1" to the type by Eli Friedman · 12 years ago
  26. accaf19 s/tranform/transform/ by Benjamin Kramer · 12 years ago
  27. b8a8de3 Accept and pass arguments to __unknown_anytype in argument by John McCall · 12 years ago
  28. 87da0b7 -Wobjc-literal-compare: look through implicit casts. by Jordan Rose · 12 years ago
  29. ce2661f PR11851 (and duplicates): Whenever a constexpr function is referenced, by Richard Smith · 12 years ago
  30. 713c287 When rebuilding a DependentScopeDeclRefExpr, perform a lookup into the scope by Richard Smith · 12 years ago
  31. efeeccf Unrevert r166268, reverted in r166272, with a fix for the issue which Nick by Richard Smith · 12 years ago
  32. b687f3b Fix __builtin_va_arg assertion failure in ARM AAPCS. by Logan Chien · 12 years ago
  33. 5016a70 DR1472: A reference isn't odr-used if it has preceding initialization, by Richard Smith · 12 years ago
  34. 5f531a4 Clarify wording of -Wshift-op-parentheses. by David Blaikie · 12 years ago
  35. 79cf161 Revert r166268, this fix for a crash-on-invalid introduced a rejects-valid. by Nick Lewycky · 12 years ago
  36. 80ddc31 PR14124: When performing template instantiation of a qualified-id outside of a by Richard Smith · 12 years ago
  37. 1c9a2da Minor tweak to last patch along with a test case. // rdar://12491143 by Fariborz Jahanian · 12 years ago
  38. 9f5933a fixes an objc crash involving objc bool literal on by Fariborz Jahanian · 12 years ago
  39. 7a0c064 Un-revert r164907 and r164902 (+ follow-ups), 10.6 build fix to follow. by Daniel Dunbar · 12 years ago
  40. dc0d4e2 Revert r164907 and r164902 (+ follow-ups). They broke building on 10.6. by Nico Weber · 12 years ago
  41. 6952c01 Fix typo correction of one qualified name to another. by David Blaikie · 12 years ago
  42. abeadfb Provide a fixit when taking the address of an unqualified member function. by David Blaikie · 12 years ago
  43. 04bec39 Move Sema::PropertyIfSetterOrGetter to ObjCMethodDecl::findPropertyDecl. by Jordan Rose · 12 years ago
  44. 6b34c17 Use a single note diagnostic for all the precedent/parentheses warnings. by David Blaikie · 12 years ago
  45. 0bea863 StringRef-ify Binary/UnaryOperator::getOpcodeStr by David Blaikie · 12 years ago
  46. b3f55c5 Implement -Wshift-op-parentheses for: a << b + c by David Blaikie · 12 years ago
  47. 3f001ff objective-C arc: Warn under arc about a use of an ivar inside a block by Fariborz Jahanian · 12 years ago
  48. be9af12 Add FP_CONTRACT support for clang. by Lang Hames · 12 years ago
  49. 7a27048 -Warc-repeated-use-of-weak: check ivars and variables as well. by Jordan Rose · 12 years ago
  50. 58b6bdc Add a warning (off by default) for repeated use of the same weak property. by Jordan Rose · 12 years ago
  51. 80bfa3d Fix an edge case of mangling involving the combination of a lambda and typeid. by Eli Friedman · 12 years ago
  52. e3b136b Change the wording of the extension warning from by Dmitri Gribenko · 12 years ago
  53. fc97ea2 Small cleanup of literal semantic analysis: hiding 'char *' pointers behind by Dmitri Gribenko · 12 years ago
  54. fd09088 objective-C: when diagnosing deprecated/unavailable usage of by Fariborz Jahanian · 12 years ago
  55. e10f4d3 -Warc-retain-cycles: warn at variable initialization as well as assignment. by Jordan Rose · 12 years ago
  56. 6db351a In debugger mode, allow comparisons between pointers and integers by Douglas Gregor · 12 years ago
  57. 3359fa3 refactoring + objective-C specific test for my last patch. // rdar://12233989 by Fariborz Jahanian · 12 years ago
  58. 2d40d9e c: make __attribute__((unused)) transitive. by Fariborz Jahanian · 12 years ago
  59. a6c66ce Change the representation of builtin functions in the AST by Eli Friedman · 12 years ago
  60. 9617130 objective-C: clang must implicitly convert by Fariborz Jahanian · 12 years ago
  61. a414a2f objective-C: make -Widiomatic-parentheses work by Fariborz Jahanian · 12 years ago
  62. 3b6bef9 Push ArrayRef through the Expr hierarchy. by Benjamin Kramer · 12 years ago
  63. 5354e77 Now that ASTMultiPtr is nothing more than a array reference, make it a MutableArrayRef. by Benjamin Kramer · 12 years ago
  64. 3fe198b Rip out remnants of move semantic emulation and smart pointers in Sema. by Benjamin Kramer · 12 years ago
  65. 27bec77 Don't do jump-scope checking when code completion is enabled. It's by Douglas Gregor · 12 years ago
  66. 50800fc Implement warning for integral null pointer constants other than the literal 0. by David Blaikie · 12 years ago
  67. ed6662d objc: Include all types when issuing warning under -Wdirect-ivar-access. by Fariborz Jahanian · 12 years ago
  68. b25466e objc-arc: Make -Wdirect-ivar-access accessible to all by Fariborz Jahanian · 12 years ago
  69. cff863f objective-c: Exclude -Wdirect-ivar-access for arc. by Fariborz Jahanian · 12 years ago
  70. c69d735 objective-c: Implement gcc's -Wdirect-ivar-access option. // rdar://6505197 by Fariborz Jahanian · 12 years ago
  71. 71f55f7 Refactor checks for unevaluated contexts into a common utility function. by David Blaikie · 12 years ago
  72. 1503f0d Introduce new queries on ObjCRuntime for how to interpret subscripts by John McCall · 12 years ago
  73. b9d0b76 Final piece of core issue 1330: delay computing the exception specification of by Richard Smith · 12 years ago
  74. adb1d4c PR12917: Remove incorrect assumption that lambda mangling information cannot by Richard Smith · 12 years ago
  75. ddcfbc9 For varargs, diagnose passing ObjC objects by value like other non-POD types. by Jordan Rose · 12 years ago
  76. 251c449 Handle the case where the base type is not dependent, but the derived one is. by Rafael Espindola · 12 years ago
  77. 379b281 Issue warning when assigning out-of-range integer values to enums. by Fariborz Jahanian · 12 years ago
  78. d5209ae -Wobjc-literal-compare: don't warn when comparing against nil. by Jordan Rose · 12 years ago
  79. eec207f Add -Wobjc-string-compare under -Wobjc-literal-compare. by Jordan Rose · 12 years ago
  80. 8d872ca Now that -Wobjc-literal-compare is a warning, put the fixit on a note. by Jordan Rose · 12 years ago
  81. 7e54fb5 PR13365: Fix code which was trying to treat an array of DeducedTemplateArgument by Richard Smith · 12 years ago
  82. 6deae7c Downgrade the "direct comparison" error for ObjC literals to a warning. by Jordan Rose · 12 years ago
  83. ab91ef1 PR9793: Treat substitution as an instantiation step for the purpose of the by Richard Smith · 12 years ago
  84. 7c81b43 Rename -Wself-assign-memvar to -Wself-assign-field to improve local consistency a bit. by Nico Weber · 12 years ago
  85. 7dd900e In blocks, only pretend that enum constants have enum type if necessary. by Jordan Rose · 12 years ago
  86. d68615f Change condition to be the same as in SemaTemplateInstantiate. by Nico Weber · 12 years ago
  87. 43bb179 Warn on self-assignment to member variables. PR13104. by Nico Weber · 12 years ago
  88. e1971a1 Refactoring after r159290: don't hold onto and check a misleading QualType. by Richard Smith · 12 years ago
  89. 83ea530 Check for non-POD vararg argument type after default argument promotion, not by Richard Smith · 12 years ago
  90. 8d852e3 Implement John McCall's review of r159212 other than the this pointer not by Rafael Espindola · 12 years ago
  91. 0713d99 Fix a crash I introduced in r159212. by Rafael Espindola · 12 years ago
  92. 0b4fe50 During codegen of a virtual call we would extract any casts in the expression by Rafael Espindola · 12 years ago
  93. 831421f Unrevert r158887, reverted in r158949, along with a fix for the bug which by Richard Smith · 12 years ago
  94. 28ad063 Support L__FUNCTION__ in microsoft mode, PR11789 by Nico Weber · 12 years ago
  95. 94c4d61 Show fixit for unqualified calls to methods of dependent bases by Nico Weber · 12 years ago
  96. 4e294ee Revert r158887. This fixes pr13168. by Rafael Espindola · 12 years ago
  97. 0523327 Don't warn for -Wstatic-in-inline if the used function is also inline. by Jordan Rose · 12 years ago
  98. 7d96f61 If an object (such as a std::string) with an appropriate c_str() member function by Richard Smith · 12 years ago
  99. 4b554f4 Allow unqualified lookup of non-dependent member functions by Nico Weber · 12 years ago
  100. 33c0f37 Remove -Winternal-linkage-in-inline in C++. by Jordan Rose · 12 years ago