1. 1370d37 -iframework should allow separate arguments. by Douglas Gregor · 12 years ago
  2. b09de51 Introduce builtin macros to determine whether we're building a by Douglas Gregor · 12 years ago
  3. 4c6d6dc Fix failing test/Sema/wchar.c on ARM. by Hans Wennborg · 12 years ago
  4. ecd03b4 When performing a ::delete of an object with a virtual destructor, by John McCall · 12 years ago
  5. 0e33dcd clang/test/CodeGenCXX/microsoft-*: Fix for -Asserts. by NAKAMURA Takumi · 12 years ago
  6. 9653ab5 Implement Mike Herrick's proposed noexcept mangling. by John McCall · 12 years ago
  7. bd31574 In the MS ABI, ctors return 'this'. Patch by Dmitry Sokolov. by John McCall · 12 years ago
  8. ea30e2f Add the Microsoft __is_interface_class type trait. Patch by Andy Gibbs! by John McCall · 12 years ago
  9. e402e72 Fix for r163013 regression and further __interface enhancement. by John McCall · 12 years ago
  10. 9f357de During jump-scope checking, build an ExprWithCleanups immediately by John McCall · 12 years ago
  11. e49ff3e Fix crash when a decltype expression in a trailing return type refers to the by Richard Smith · 12 years ago
  12. 54b3ba8 Don't produce diagnostics for missing ctor-initializers during template by Richard Smith · 12 years ago
  13. 6319917 Handle C++ functional casts in a similar way to C-style casts in by Eli Friedman · 12 years ago
  14. 9b760e8 objective-C: use 'instance variables' as plural when referring to the feature. by Fariborz Jahanian · 12 years ago
  15. 59ed9e4 objective-C: remove use of 'ivar' in favor of by Fariborz Jahanian · 12 years ago
  16. dd15261 More tests for r164545 (change extension warning about 'long long'). by Dmitri Gribenko · 12 years ago
  17. b0f6b9c Replace an assertion with an error for empty __asm statements. by Bob Wilson · 12 years ago
  18. e3b136b Change the wording of the extension warning from by Dmitri Gribenko · 12 years ago
  19. 70e5b57 [analyzer] Really turn on dynamic-bifurcation on by default. by Anna Zaks · 12 years ago
  20. 68bf16f Use an explicit target to test that source fortification is off when building for Darwin with -faddress-sanitizer. by Alexander Potapenko · 12 years ago
  21. c07a9cb Update the Clang tests which run with a full optimization pipeline for by Chandler Carruth · 12 years ago
  22. 7707262 Use pipes. by Rafael Espindola · 12 years ago
  23. d0364fb Use FileCheck. by Rafael Espindola · 12 years ago
  24. 0bd9838 Comment sema: warn when comment has \deprecated but declaration does not have a by Dmitri Gribenko · 12 years ago
  25. 0d8ecf3 Use FileCheck. by Rafael Espindola · 12 years ago
  26. 6f009b6 Fix pr13749. There is still a lot of code using getArchName that should be by Rafael Espindola · 12 years ago
  27. 2ad11cd Avoid multiple atomic builtin declaration. by Abramo Bagnara · 12 years ago
  28. b9d4e5e [analyzer] Suppress bugs whose paths go through the return of a null pointer. by Jordan Rose · 12 years ago
  29. 53221da [analyzer] Track a null value back through FindLastStoreBRVisitor. by Jordan Rose · 12 years ago
  30. 6686b66 [analyzer] Look through OpaqueValueExprs when tracking a nil value. by Jordan Rose · 12 years ago
  31. 85e9937 [analyzer] Better path notes for null pointers passed as arguments. by Jordan Rose · 12 years ago
  32. 991bcb4 [analyzer] Check that an ObjCIvarRefExpr's base is non-null even as an lvalue. by Jordan Rose · 12 years ago
  33. dd1d7d8 [analyzer] Check that a member expr is valid even when the result is an lvalue. by Jordan Rose · 12 years ago
  34. 5d99a25 Fix bug which sometimes resulted in further diagnostics being produced after a by Richard Smith · 12 years ago
  35. fd09088 objective-C: when diagnosing deprecated/unavailable usage of by Fariborz Jahanian · 12 years ago
  36. 022301b Call CGM.SetLLVMFunctionAttributesForDefinition on thunks so that they get by Rafael Espindola · 12 years ago
  37. 8e1c598 Add four new command line options for MIPS CPU selection: by Simon Atanasyan · 12 years ago
  38. d2f3882 Thread-safety analysis: better handling of unreachable blocks. Fixes a bug by DeLesley Hutchins · 12 years ago
  39. 7821e07 Make warnings about uninitialized fields include the field name. by Hans Wennborg · 12 years ago
  40. b6b5b97 PR13890: Warn on abstract final classes. by David Blaikie · 12 years ago
  41. 1f94124 [PCH] After deserializing a DeclContext, if it has external lexical decls but not by Argyrios Kyrtzidis · 12 years ago
  42. cc85d21 Add faux-body support for dispatch_once(). by Ted Kremenek · 12 years ago
  43. a43df95 Implement faux-body-synthesis of well-known functions in the static analyzer when by Ted Kremenek · 12 years ago
  44. 67d45ec Serialize the 'IsConstexpr' bit of VarDecls. Fixes <rdar://problem/12328814>. by Douglas Gregor · 12 years ago
  45. 60ff198 Thread-safety analysis: fix bug where shared trylock was treated as exclusive. by DeLesley Hutchins · 12 years ago
  46. 186af2d Thread safety analysis: properly canonicalize calls to virtual methods within by DeLesley Hutchins · 12 years ago
  47. 8b533d9 If the range in a for range statement doesn't have a viable begin/end function, by Richard Smith · 12 years ago
  48. a193f20 Improvements to my patch in r164143 per Richard's comments. // rdar://12202422 by Fariborz Jahanian · 12 years ago
  49. d4a282b Make the wchar_t promotion test consistent across different hosts by specifying a target triple. by David Blaikie · 12 years ago
  50. 0008c0c Remove a test that is non-portable (cannot be execute on cross builds, for example) by David Blaikie · 12 years ago
  51. a405b25 Include types when a definition's type differs from a prior declaration. by David Blaikie · 12 years ago
  52. a0a3c90 StmtPrinter: Print floating point literals with the right suffix to disambiguate them from integers. by Benjamin Kramer · 12 years ago
  53. 9620aa8 clang/test/Analysis: Fix the declaration of strlen() for 32 bit targets. by NAKAMURA Takumi · 12 years ago
  54. 087c65f Disable source fortification on Darwin with AddressSanitizer. by Alexander Potapenko · 12 years ago
  55. 2d9cc13 test/Analysis/malloc-interprocedural.c: Mark it as XFAIL: cygwin,mingw,msvc for now. Investigating. by NAKAMURA Takumi · 12 years ago
  56. 9c61137 The keywords "true" and "false" shouldn't warn under -Wundef. by Eli Friedman · 12 years ago
  57. c20c727 [analyzer] MallocChecker should not do post-call checks on inlined functions. by Jordan Rose · 12 years ago
  58. 8e289bb Revert "[analyzer] Remove constraints on dead symbols as part of removeDeadBindings." by Jordan Rose · 12 years ago
  59. 7c3c6bc Handle lambdas where the lambda-declarator is an explicit "(void)". PR13854. by Eli Friedman · 12 years ago
  60. d6f80da Per C++11 [class.friend]p3, the 'friend' keyword must appear first in a by Richard Smith · 12 years ago
  61. 561e3c6 PR13881: Add -Wzero-length-array for zero length array extension, and move it into -Wgnu. by Richard Smith · 12 years ago
  62. 407c847 Fix a small FIXME involving template partial ordering and by Eli Friedman · 12 years ago
  63. 9cef006 Fix function template partial ordering rules for static vs. non-static by Eli Friedman · 12 years ago
  64. 28e3c99 Handle a captured this for the debug information as well. by Eric Christopher · 12 years ago
  65. 2a237e0 Thread-safety analysis: Fix warning when EXCLUSIVE_LOCKS_REQUIRED by DeLesley Hutchins · 12 years ago
  66. 5b280f2 Thread-safety analysis: fix ICE when EXCLUSIVE_LOCKS_REQUIRED or by DeLesley Hutchins · 12 years ago
  67. 1deeedb Fix ABI dependent tests by providing an explicit target triple. by David Blaikie · 12 years ago
  68. 4d09f59 Fix test better way. by Fariborz Jahanian · 12 years ago
  69. 11267a3 Test for r164186. by Eli Friedman · 12 years ago
  70. bf4c7a8 Add the freescale_ppc64_tree that should have been included in r164177. by Hal Finkel · 12 years ago
  71. 02014b4 Add C/C++ header locations for the Freescale SDK. by Hal Finkel · 12 years ago
  72. 7de3296 Add e500mc and e5500 to the list of valid PPC CPU names. by Hal Finkel · 12 years ago
  73. 97c6739 Fix a small bug in the way we handle builtin candidates for by Eli Friedman · 12 years ago
  74. 9cd5b24 Add an extra check for invalid decls in the lambda semantic analysis to avoid a crash. PR13860. by Eli Friedman · 12 years ago
  75. 3ba0252 Remove invalid double colon in test case was previously ignored by FileCheck. by Benjamin Kramer · 12 years ago
  76. 15a9356 c: warn when an integer value comparison with an by Fariborz Jahanian · 12 years ago
  77. 471f985 Warn about self references in in-class initializers. by Hans Wennborg · 12 years ago
  78. ea104cd Disable some tests that fail when the x86 backend isn't built. by Benjamin Kramer · 12 years ago
  79. 4b08242 If a comma operator is followed by a token which unambiguously indicates the by Richard Smith · 12 years ago
  80. 43f8c40 Per discussion on cfe-dev, remove -Wunique-enums entirely. There by Ted Kremenek · 12 years ago
  81. f224fb5 objective-C: don't warn about class extension property's by Fariborz Jahanian · 12 years ago
  82. fa1ed8e objective-C: add Doug's test for my last patch. by Fariborz Jahanian · 12 years ago
  83. 03ebd3b objective-C: improve on warnings about misplacement of method by Fariborz Jahanian · 12 years ago
  84. 6defd9f objective-C: peroform property attribute consistency by Fariborz Jahanian · 12 years ago
  85. 0860235 objective-C: issue warning when there is no whitespace by Fariborz Jahanian · 12 years ago
  86. 5fc1d0c [analyzer] Teach the analyzer about implicit initialization of statics by Anna Zaks · 12 years ago
  87. 1fac58a -Warc-retain-cycles: look through [^{...} copy] and Block_copy(^{...}) by Jordan Rose · 12 years ago
  88. ec504e0 Comment parsing: don't treat typedef to a typedef to a function as a by Dmitri Gribenko · 12 years ago
  89. 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
  90. e10f4d3 -Warc-retain-cycles: warn at variable initialization as well as assignment. by Jordan Rose · 12 years ago
  91. 7f18633 [libclang] When loading an AST file, make sure to apply the language options by Argyrios Kyrtzidis · 12 years ago
  92. 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
  93. 15dfcbf Test removed. by Fariborz Jahanian · 12 years ago
  94. 6f5a2ec objective-C arc: remove -Warc-abi in its entirety. // rdar://10554025 by Fariborz Jahanian · 12 years ago
  95. 867c179 Add missing test from r163874. by Douglas Gregor · 12 years ago
  96. 388a594 Comment parsing: support the "\invariant" command. by Dmitri Gribenko · 12 years ago
  97. 7a91888 Do not use "lib32" directory to create a library/object files by Simon Atanasyan · 12 years ago
  98. 6db351a In debugger mode, allow comparisons between pointers and integers by Douglas Gregor · 12 years ago
  99. dd08427 As we do with base and member initializers in a dependent class, delay by Douglas Gregor · 12 years ago
  100. 82bad6b Fix thunk emission for covariant virtual functions in cases which require by Eli Friedman · 12 years ago