1. a193f20 Improvements to my patch in r164143 per Richard's comments. // rdar://12202422 by Fariborz Jahanian · 12 years ago
  2. a405b25 Include types when a definition's type differs from a prior declaration. by David Blaikie · 12 years ago
  3. 7c3c6bc Handle lambdas where the lambda-declarator is an explicit "(void)". PR13854. by Eli Friedman · 12 years ago
  4. d6f80da Per C++11 [class.friend]p3, the 'friend' keyword must appear first in a by Richard Smith · 12 years ago
  5. 407c847 Fix a small FIXME involving template partial ordering and by Eli Friedman · 12 years ago
  6. 9cef006 Fix function template partial ordering rules for static vs. non-static by Eli Friedman · 12 years ago
  7. 5b280f2 Thread-safety analysis: fix ICE when EXCLUSIVE_LOCKS_REQUIRED or by DeLesley Hutchins · 12 years ago
  8. 93e4599 Remove Context argument from TemplateDeductionInfo constructor. It was no longer needed after the unused Context member was removed in r164104. by Craig Topper · 12 years ago
  9. 8da8a66 Add the TypeSourceInfo for the lambda call operator to the lambda's by Eli Friedman · 12 years ago
  10. 97c6739 Fix a small bug in the way we handle builtin candidates for by Eli Friedman · 12 years ago
  11. 9cd5b24 Add an extra check for invalid decls in the lambda semantic analysis to avoid a crash. PR13860. by Eli Friedman · 12 years ago
  12. ab4702f minor refactoring of my last check-in. by Fariborz Jahanian · 12 years ago
  13. 15a9356 c: warn when an integer value comparison with an by Fariborz Jahanian · 12 years ago
  14. 471f985 Warn about self references in in-class initializers. by Hans Wennborg · 12 years ago
  15. 43f8c40 Per discussion on cfe-dev, remove -Wunique-enums entirely. There by Ted Kremenek · 12 years ago
  16. f224fb5 objective-C: don't warn about class extension property's by Fariborz Jahanian · 12 years ago
  17. 6defd9f objective-C: peroform property attribute consistency by Fariborz Jahanian · 12 years ago
  18. 1fac58a -Warc-retain-cycles: look through [^{...} copy] and Block_copy(^{...}) by Jordan Rose · 12 years ago
  19. 8f411c3 Don't write uninitialized values even if nobody ever asks for it. by Axel Naumann · 12 years ago
  20. bc57b10 const _Atomic(T) is not an atomic type, so do not allow it as the type 'A' in by Richard Smith · 12 years ago
  21. e10f4d3 -Warc-retain-cycles: warn at variable initialization as well as assignment. by Jordan Rose · 12 years ago
  22. b3cd3c0 Fix some dead stores which the static analyzer warned about. No functionality by Richard Smith · 12 years ago
  23. a6ddea6 When diagnosing multiple mem-initializers in a delegating ctor, point to the delegating initializer, not to the first initializer. For good measure, also highlight the other initializer. by Richard Smith · 12 years ago
  24. 6f5a2ec objective-C arc: remove -Warc-abi in its entirety. // rdar://10554025 by Fariborz Jahanian · 12 years ago
  25. 2c8e81e Fix warning on qualified typedef with 'unused' attribute, from Jason Haslam! by Douglas Gregor · 12 years ago
  26. 6db351a In debugger mode, allow comparisons between pointers and integers by Douglas Gregor · 12 years ago
  27. dd08427 As we do with base and member initializers in a dependent class, delay by Douglas Gregor · 12 years ago
  28. 84dd82e When computing the decltype of an expression, consider Objective-C by Douglas Gregor · 12 years ago
  29. bed51fe Actually rebuild function types properly when adjusting the function by Douglas Gregor · 12 years ago
  30. 2bcb984 Revert r163829. The world (or libstdc++, at least) is not ready. by Richard Smith · 12 years ago
  31. 71074fd When we substitute into the type of a function based on the by Douglas Gregor · 12 years ago
  32. e7ff919 Implement C++11 [conv.prom]p4: an enumeration with a fixed underlying type has by Richard Smith · 12 years ago
  33. ae19fbb Don't perform template argument deduction against invalid templates; by Douglas Gregor · 12 years ago
  34. 9fb6f79 remove duplicate code. by Fariborz Jahanian · 12 years ago
  35. 7537945 Promote the warning about extra qualification on a declaration from a by Douglas Gregor · 12 years ago
  36. ceb0762 Remove speculative fix for C++ core issue 1407, since it was resolved as NAD. by Richard Smith · 12 years ago
  37. a1a32f7 Move back the stuff about missing ownership attribute warning by Fariborz Jahanian · 12 years ago
  38. ca5c4c9 Move no explicit ownership warning to SemaType.cpp. // rdar://12280826 by Fariborz Jahanian · 12 years ago
  39. 127ff2e Conditionally parse documentation comments in system headers by by Ted Kremenek · 12 years ago
  40. 670941c Format strings: offer a fixit for Darwin's %D/%U/%O to ISO %d/%u/%o. by Jordan Rose · 12 years ago
  41. 275b6f5 Format strings: %D, %U, and %O are valid on Darwin (same as %d, %u, %o). by Jordan Rose · 12 years ago
  42. 3ef95a5 Add a few FIXMEs. by Chad Rosier · 12 years ago
  43. b55e602 [ms-inline asm] Handle the enumeration of input and output expressions in a by Chad Rosier · 12 years ago
  44. 0002479 objective-C arc: don't issue no explicit ownership warning when by Fariborz Jahanian · 12 years ago
  45. 7f9678b [ms-inline asm] If we have a single asm operand that maps to multiple by Chad Rosier · 12 years ago
  46. e23fb90 Fix a couple of Doxygen issues pointed out by -Wdocumentation. by Dmitri Gribenko · 12 years ago
  47. 9a4db03 PR13811: Add a FunctionParmPackExpr node to handle references to function by Richard Smith · 12 years ago
  48. 80da77e [ms-inline asm] isDef/NumDefs in this context only refer to register definitions, not memory definitions. by Chad Rosier · 12 years ago
  49. 8742d7c [ms-inline asm] As of r163657 this check is unnecessary. by Chad Rosier · 12 years ago
  50. fb70026 [ms-inline asm] Don't consider tokens or immediates when computing clobbers, inputs and outputs. by Chad Rosier · 12 years ago
  51. c9e418c Fix warning from r163642 by DeLesley Hutchins · 12 years ago
  52. 24a6c94 Thread safety analysis: fix bug related to lock_returned attribute on templates. by DeLesley Hutchins · 12 years ago
  53. 4de9716 [ms-inline asm] Add $$ before numeric constants in the IR. by Chad Rosier · 12 years ago
  54. 654f1d5 Fix PR13784: instantiation of an abstract class in a conditional operator. by David Blaikie · 12 years ago
  55. b22b0a5 Move the null check outside of the loop, no functionality change. by Argyrios Kyrtzidis · 12 years ago
  56. 1ad23d6 Remove redundant semicolons which are null statements. by Dmitri Gribenko · 12 years ago
  57. 3f0ec52 Thread-safety analysis: differentiate between two forms of analysis; a precise by DeLesley Hutchins · 12 years ago
  58. 6f93860 More tweaking and test cases for call to super annotations. // rdar://6386358 by Fariborz Jahanian · 12 years ago
  59. 9f55983 objective-C: Improving diagnostocs for missing call to by Fariborz Jahanian · 12 years ago
  60. 0cb8939 Allow vector types in pseudo-destructor expressions. Fixes PR13798. by Douglas Gregor · 12 years ago
  61. 8be066e Format strings: suggest %lld instead of %qd and %Ld with -Wformat-non-iso. by Jordan Rose · 12 years ago
  62. bbb6bb4 Format strings: %Ld isn't available on Darwin or Windows. by Jordan Rose · 12 years ago
  63. 8410113 objective-C: introduce __attribute((objc_requires_super)) on method by Fariborz Jahanian · 12 years ago
  64. 0b4db3e Thread-safety analysis: Add support for selectively turning off warnings by DeLesley Hutchins · 12 years ago
  65. 6964b3f PR9023: A template template parameter whose template parameter list contains an by Richard Smith · 12 years ago
  66. 8123b6e Clarified diagnostics for range-based for loops with invalid ranges by Sam Panzer · 12 years ago
  67. c691649 [ms-inline asm] Output empty asm statements for the directives we don't by Chad Rosier · 12 years ago
  68. acc22b6 [ms-inline asm] The IR representation of inline assembly enumerates the input by Chad Rosier · 12 years ago
  69. 3359fa3 refactoring + objective-C specific test for my last patch. // rdar://12233989 by Fariborz Jahanian · 12 years ago
  70. cddbc1d Don't try to check override control for invalid member functions. Fixes a crash in a corner case. Patch by Olivier Goffart! by Richard Smith · 12 years ago
  71. 2d40d9e c: make __attribute__((unused)) transitive. by Fariborz Jahanian · 12 years ago
  72. 1014ecf Remove unused typedefs. Found by gcc48. by Roman Divacky · 12 years ago
  73. 31ba613 Dont cast away const needlessly. Found by gcc48 -Wcast-qual. by Roman Divacky · 12 years ago
  74. 69e4826 PR13775: When checking for a tag type being shadowed by some other declaration, by Richard Smith · 12 years ago
  75. faadf48 Continue including temporary destructors in the CFG used for warnings. by Jordan Rose · 12 years ago
  76. ec08735 Format strings: suggest casts for NS(U)Integer and [SU]Int32 on Darwin. by Jordan Rose · 12 years ago
  77. 614a865 Format string checking: change long if-statement to early returns. by Jordan Rose · 12 years ago
  78. 37c765a c error recovery. treat an invalid redeclaration by Fariborz Jahanian · 12 years ago
  79. 536afbe Do not add using directives to a function decl context when instantiating. by Abramo Bagnara · 12 years ago
  80. 4f216d38 Fixed lexical decl context of out of line class template instantiations. by Abramo Bagnara · 12 years ago
  81. 8cdd8a9 Update for r163187. by Chad Rosier · 12 years ago
  82. 568ba87 Revert r163083 per chandlerc's request. by Joao Matos · 12 years ago
  83. 679fc93 Revert r163078 per chandlerc's request. by Joao Matos · 12 years ago
  84. 21a3704 [ms-inline asm] The MCInstrDesc only tracks register definitions. For now, by Chad Rosier · 12 years ago
  85. d5eb585 Fix 80-column violation. by Chad Rosier · 12 years ago
  86. 1b497f2 [ms-inline asm] Use the new GetMCInstOperandNum() interface in the front-end. by Chad Rosier · 12 years ago
  87. 7065c52 Removed unused argument. by Chad Rosier · 12 years ago
  88. be5c3fb [ms-inline asm] Update for the MatchInstruction API change in r163101. by Chad Rosier · 12 years ago
  89. 5be92de Implemented parsing and AST support for the MS __leave exception statement. Also a minor fix to __except printing in StmtPrinter.cpp. Thanks to Aaron Ballman for review. by Joao Matos · 12 years ago
  90. f712c48 Added a diagnostic for mismatched MS inheritance attributes. Also fixed the incomplete type member pointer size calculation under the MS ABI. by Joao Matos · 12 years ago
  91. f143ae9 Changed the remaining dead asserts to llvm_unreachable. by Joao Matos · 12 years ago
  92. 06b3a06 don't warn about unused values when the unused value is a statement expression expanded from a macro. This is of dubious utility in general, but is specifically a major issue for the linux kernel. This resolves PR13747. by Chris Lattner · 12 years ago
  93. 17d35c3 Normalize line endings of r163013 (part 2). by Joao Matos · 12 years ago
  94. 4e4c157 Thread-safety analysis: fix handling of string constants in mutex by DeLesley Hutchins · 12 years ago
  95. 7e2e4c3 objective-C ARC; detect and warn on retain cycle when by Fariborz Jahanian · 12 years ago
  96. 6666ed4 Improved MSVC __interface support by adding first class support for it, instead of aliasing to "struct" which had some incorrect behaviour. Patch by David Robins. by Joao Matos · 12 years ago
  97. 376c432 objective-C: underline name of the missing method by Fariborz Jahanian · 12 years ago
  98. a6c66ce Change the representation of builtin functions in the AST by Eli Friedman · 12 years ago
  99. 918546c objective-C ARC: under -Wexplicit-ownership-type diagnose those by Fariborz Jahanian · 12 years ago
  100. ccc4f28 The presence of a user-*declared* constructor makes the default by Douglas Gregor · 12 years ago