1. 80ecf5e [driver] Add support for the -fno-fast-math option. rdar://12299433 by Chad Rosier · 12 years ago
  2. 4d7e0ce Macro history (de-)serialization. Deserialization currently reads only the latest macro definition. Needs more work. by Alexander Kornienko · 12 years ago
  3. 1370d37 -iframework should allow separate arguments. by Douglas Gregor · 12 years ago
  4. b09de51 Introduce builtin macros to determine whether we're building a by Douglas Gregor · 12 years ago
  5. 9158a56 A minor doc fix. by Alexander Kornienko · 12 years ago
  6. ea30e2f Add the Microsoft __is_interface_class type trait. Patch by Andy Gibbs! by John McCall · 12 years ago
  7. e402e72 Fix for r163013 regression and further __interface enhancement. by John McCall · 12 years ago
  8. e49ff3e Fix crash when a decltype expression in a trailing return type refers to the by Richard Smith · 12 years ago
  9. 9b760e8 objective-C: use 'instance variables' as plural when referring to the feature. by Fariborz Jahanian · 12 years ago
  10. 59ed9e4 objective-C: remove use of 'ivar' in favor of by Fariborz Jahanian · 12 years ago
  11. 374b383 StringRef'ize Preprocessor::CreateString(). by Dmitri Gribenko · 12 years ago
  12. b0f6b9c Replace an assertion with an error for empty __asm statements. by Bob Wilson · 12 years ago
  13. c12906e Make sure that we don't end up making an #undef'd macro visible after by Douglas Gregor · 12 years ago
  14. 5e02f65 [libclang] Bring CXCursor_AsmStmt back as an alias for CXCursor_GCCAsmStmt. by Argyrios Kyrtzidis · 12 years ago
  15. 7145589 Include 'long long' extension warning in the LongLong group so that it can be by Dmitri Gribenko · 12 years ago
  16. e3b136b Change the wording of the extension warning from by Dmitri Gribenko · 12 years ago
  17. 8cd3f15 [analyzer] Remove unused. by Anna Zaks · 12 years ago
  18. fc97ea2 Small cleanup of literal semantic analysis: hiding 'char *' pointers behind by Dmitri Gribenko · 12 years ago
  19. 03a8638 Implement ToolChain::IsUnwindTablesDefault to reduce code duplication a bit. by Rafael Espindola · 12 years ago
  20. 0bd9838 Comment sema: warn when comment has \deprecated but declaration does not have a by Dmitri Gribenko · 12 years ago
  21. 4bc38d6 Remove superfluous \namespace command. by Dmitri Gribenko · 12 years ago
  22. b9d4e5e [analyzer] Suppress bugs whose paths go through the return of a null pointer. by Jordan Rose · 12 years ago
  23. 8347d3d [analyzer] Allow a BugReport to be marked "invalid" during path generation. by Jordan Rose · 12 years ago
  24. 615a092 Use llvm::getOrdinalSuffix to print ordinal numbers in diagnostics. by Jordan Rose · 12 years ago
  25. 5d99a25 Fix bug which sometimes resulted in further diagnostics being produced after a by Richard Smith · 12 years ago
  26. fd09088 objective-C: when diagnosing deprecated/unavailable usage of by Fariborz Jahanian · 12 years ago
  27. 8e1c598 Add four new command line options for MIPS CPU selection: by Simon Atanasyan · 12 years ago
  28. 72d54e1 Update comment. by Chad Rosier · 12 years ago
  29. 490dd9c Use MapVectors to make the order we mark virtual functions used by a vtable by Rafael Espindola · 12 years ago
  30. 7821e07 Make warnings about uninitialized fields include the field name. by Hans Wennborg · 12 years ago
  31. ddc0c48 Simplify getRuntimeDefinition() back to taking no arguments. by Ted Kremenek · 12 years ago
  32. b6b5b97 PR13890: Warn on abstract final classes. by David Blaikie · 12 years ago
  33. 4c919eb ARM: Use a dedicated intrinsic for vector bitwise select. by Jim Grosbach · 12 years ago
  34. a43df95 Implement faux-body-synthesis of well-known functions in the static analyzer when by Ted Kremenek · 12 years ago
  35. 445895a Constify method. by Ted Kremenek · 12 years ago
  36. cca300a Ensure that the Decl* wrapped by an AnalysisDeclContext cannot be changed after by Ted Kremenek · 12 years ago
  37. 2025503 Remove unused fields. by Ted Kremenek · 12 years ago
  38. 8b533d9 If the range in a for range statement doesn't have a viable begin/end function, by Richard Smith · 12 years ago
  39. a193f20 Improvements to my patch in r164143 per Richard's comments. // rdar://12202422 by Fariborz Jahanian · 12 years ago
  40. a405b25 Include types when a definition's type differs from a prior declaration. by David Blaikie · 12 years ago
  41. b54b764 Add some matchers for basic AST nodes. by Daniel Jasper · 12 years ago
  42. 34af5a2 Be more consistent about ending suggestions with a '?' by Nico Weber · 12 years ago
  43. b327816 Provide better error messages for incorrect matchers. by Daniel Jasper · 12 years ago
  44. 7c3c6bc Handle lambdas where the lambda-declarator is an explicit "(void)". PR13854. by Eli Friedman · 12 years ago
  45. d6f80da Per C++11 [class.friend]p3, the 'friend' keyword must appear first in a by Richard Smith · 12 years ago
  46. 561e3c6 PR13881: Add -Wzero-length-array for zero length array extension, and move it into -Wgnu. by Richard Smith · 12 years ago
  47. 3bd762d Add some typedefs for clarity. by Rafael Espindola · 12 years ago
  48. 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
  49. 8da8a66 Add the TypeSourceInfo for the lambda call operator to the lambda's by Eli Friedman · 12 years ago
  50. 15a9356 c: warn when an integer value comparison with an by Fariborz Jahanian · 12 years ago
  51. e6d2a96 Add missing matcher for C-style cast expressions. by Daniel Jasper · 12 years ago
  52. 3680b4f Make all VariadicDynCast-Expr-matchers StatementMatchers by Daniel Jasper · 12 years ago
  53. 6bd4e2b Remove an unused private field exposed by the recent LLVM_DELETED_FUNCTION changes. by Craig Topper · 12 years ago
  54. 1a1e995 Remove an unused private field exposed by the recent LLVM_DELETED_FUNCTION changes. by Craig Topper · 12 years ago
  55. be2fa7e Mark unimplemented copy constructors and copy assignment operators with LLVM_DELETED_FUNCTION. by Craig Topper · 12 years ago
  56. 4b08242 If a comma operator is followed by a token which unambiguously indicates the by Richard Smith · 12 years ago
  57. 43f8c40 Per discussion on cfe-dev, remove -Wunique-enums entirely. There by Ted Kremenek · 12 years ago
  58. 03ebd3b objective-C: improve on warnings about misplacement of method by Fariborz Jahanian · 12 years ago
  59. 0860235 objective-C: issue warning when there is no whitespace by Fariborz Jahanian · 12 years ago
  60. 5fc1d0c [analyzer] Teach the analyzer about implicit initialization of statics by Anna Zaks · 12 years ago
  61. 6944e20 Open up a few higher-level functions for tools. by Axel Naumann · 12 years ago
  62. 19ec962 Comment parsing: support \namespace like other commands that contain just a by Dmitri Gribenko · 12 years ago
  63. f56faa0 Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments. by Dmitri Gribenko · 12 years ago
  64. ec1b330 Make PTHManager properly noncopyable. by Dmitri Gribenko · 12 years ago
  65. d11aa85 Address a long-standing FIXME: remove an unused copy constructor and make by Dmitri Gribenko · 12 years ago
  66. 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
  67. e10f4d3 -Warc-retain-cycles: warn at variable initialization as well as assignment. by Jordan Rose · 12 years ago
  68. 6f5a2ec objective-C arc: remove -Warc-abi in its entirety. // rdar://10554025 by Fariborz Jahanian · 12 years ago
  69. 388a594 Comment parsing: support the "\invariant" command. by Dmitri Gribenko · 12 years ago
  70. ae19fbb Don't perform template argument deduction against invalid templates; by Douglas Gregor · 12 years ago
  71. abcf0dc Comment parsing: handle \deprecated command. It is a block command, but it by Dmitri Gribenko · 12 years ago
  72. 7537945 Promote the warning about extra qualification on a declaration from a by Douglas Gregor · 12 years ago
  73. 7604023 ASTMatchersMacros.h: Appease msvc. by NAKAMURA Takumi · 12 years ago
  74. a756443 Create initial support for matching and binding NestedNameSpecifier(Loc)s. by Daniel Jasper · 12 years ago
  75. 1824d54 Fix Doxygen misuse: refer to parameter names in paragraphs correctly (\arg is by Dmitri Gribenko · 12 years ago
  76. 30c8a1f Add missing accessor. by Manuel Klimek · 12 years ago
  77. 127ff2e Conditionally parse documentation comments in system headers by by Ted Kremenek · 12 years ago
  78. 670941c Format strings: offer a fixit for Darwin's %D/%U/%O to ISO %d/%u/%o. by Jordan Rose · 12 years ago
  79. 275b6f5 Format strings: %D, %U, and %O are valid on Darwin (same as %d, %u, %o). by Jordan Rose · 12 years ago
  80. 5f7c0ad [analyzer] Don't reimplement an existing function. by Anna Zaks · 12 years ago
  81. 4ef1920 Refactor logic in ExprEngine for detecting 'noreturn' methods by Ted Kremenek · 12 years ago
  82. e6f18c3 Add two new functions to Qualifiers. by Richard Trieu · 12 years ago
  83. 16e6a7c [analyzer] Do not report use of undef on "return foo();" when the return type is void. by Anna Zaks · 12 years ago
  84. 522fc21 [analyzer] Teach UndefOrNullArgVisitor to track parent regions. by Anna Zaks · 12 years ago
  85. 63d8872 Rename isA to isSameOrDerivedFrom. by Daniel Jasper · 12 years ago
  86. 0841a07 Comment parsing: recognize more Doxygen commands by Dmitri Gribenko · 12 years ago
  87. e23fb90 Fix a couple of Doxygen issues pointed out by -Wdocumentation. by Dmitri Gribenko · 12 years ago
  88. b648cf0 Revert "objective-C: warn under a flag if missing argument" by Ted Kremenek · 12 years ago
  89. e62b129 Revert "objective-C: warn if selector has nothing but bare" by Ted Kremenek · 12 years ago
  90. 9a4db03 PR13811: Add a FunctionParmPackExpr node to handle references to function by Richard Smith · 12 years ago
  91. 10d65cd objective-C: warn if selector has nothing but bare by Fariborz Jahanian · 12 years ago
  92. b0b8a96 Comment parsing: handle non-builtin commands correctly. After semantic by Dmitri Gribenko · 12 years ago
  93. 92faee7 objective-C: warn under a flag if missing argument by Fariborz Jahanian · 12 years ago
  94. fb7669e Fix typo in comment by Douglas Gregor · 12 years ago
  95. 00b4f64 [analyzer] Member function calls that use qualified names are non-virtual. by Jordan Rose · 12 years ago
  96. 4ea9b89 [analyzer] Do not count calls to small functions when computing stack depth. by Anna Zaks · 12 years ago
  97. 57330ee [analyzer] Add an option to enable/disable objc inlining. by Anna Zaks · 12 years ago
  98. 7229d00 [analyzer] Add ipa-always-inline-size option (with 3 as the default). by Anna Zaks · 12 years ago
  99. 978869a [analyzer] Make the defaults explicit for each of the new config options. by Jordan Rose · 12 years ago
  100. 81fb50e [analyzer] For now, don't inline C++ standard library functions. by Jordan Rose · 12 years ago