1. bf71ba2 Revamp indentation behavior for complex binary expressions. by Daniel Jasper · 11 years ago
  2. 5696884 Thread safety analysis: turn on checking within lock and unlock functions. by DeLesley Hutchins · 11 years ago
  3. 1bd077b fixes a typo in my last patch. // rdar://12379114 by Fariborz Jahanian · 11 years ago
  4. b6e8a86 In the comparison, both clang and GCC are popular and widely adopted. This is no longer a win of GCC. by Chris Lattner · 11 years ago
  5. cac9ee0 doce parsing: adding few more headerdoc tags. // rdar://12379114 by Fariborz Jahanian · 11 years ago
  6. 6f96f4b <rdar://problem/13540921> Cope with instantiations of the C++11 range-based for loop that end up being Objective-C fast enumeration loops. by Douglas Gregor · 11 years ago
  7. 1cd1f73 <rdar://problem/13540921> Cope with deduced 'auto' in a C++11 for-range loop that is actually an Objective-C fast enumeration loop. by Douglas Gregor · 11 years ago
  8. f34cb3d Tweak warning text for nil value in ObjC container warning. by Ted Kremenek · 11 years ago
  9. 36ec9c2 Test case for r179030. by Chad Rosier · 11 years ago
  10. 109f5fc <rdar://problem/12806802> Propagate access specifiers for conversion functions to the conversion function set eagerly. by Douglas Gregor · 11 years ago
  11. abe9223 Add matcher for NamespaceDecls. by Daniel Jasper · 11 years ago
  12. b3c8817 Remove outdated part of help message. by Daniel Jasper · 11 years ago
  13. 65622aa Revert accidental commit r179015. by Daniel Jasper · 11 years ago
  14. c4ff769 x by Daniel Jasper · 11 years ago
  15. efac8da Sema: Don't crash when trying to emit a warning for a duplicate value in an invalid enum. by Benjamin Kramer · 11 years ago
  16. 6797204 Remove nondeterminism introduced in r178950. by Richard Smith · 11 years ago
  17. 0024937 When an internal-linkage function or variable is declared within an extern "C" by Richard Smith · 11 years ago
  18. 3e5ebf1 [analyzer] When creating a trimmed graph, preserve whether a node is a sink. by Jordan Rose · 11 years ago
  19. ecc271f [objcmt] Fix a mishandled conversion to objc directory literal. by Argyrios Kyrtzidis · 11 years ago
  20. 29a11f4 <rdar://problem/13325066> Destroy std::initializer_list temporaries whose lifetime has been extended by reference binding. by Douglas Gregor · 11 years ago
  21. 68eb4c2 [analyzer] Shorten the malloc checker’s leak message by Anna Zaks · 11 years ago
  22. cb34439 Rework how ObjC method inherit deprecated/availability. by Ted Kremenek · 11 years ago
  23. 24cac5a [analyzer] Reword error messages for nil keys and values of NSMutableDictionary. by Anna Zaks · 11 years ago
  24. ea7b481 [analyzer] Remove another redundancy from trackNullOrUndef by Anna Zaks · 11 years ago
  25. 4b69feb [analyzer] Fix null tracking for the given test case, by using the proper state and removing redundant code. by Anna Zaks · 11 years ago
  26. f608aff When -Woverloaded-virtual is triggered, call HandleFunctionTypeMismatch to add by Richard Trieu · 11 years ago
  27. 516143b [libclang] Fix cursor visitation to not ignore template arguments in out-of-line member functions. by Argyrios Kyrtzidis · 11 years ago
  28. 8aa86d1 Add an error to check that all program scope variables are in the constant address space in OpenCL. by Tanya Lattner · 11 years ago
  29. 5238e40 doce parsing: adding few more headerdoc tags. // rdar://12379114 by Fariborz Jahanian · 11 years ago
  30. a3989b8 [analyzer] Eliminates all the cases with unknown family. by Anton Yartsev · 11 years ago
  31. c80e031 Try to appease the atom buildbots by Manman Ren · 11 years ago
  32. e449edc [analyzer] Re-enable cplusplus.NewDelete (but not NewDeleteLeaks). by Jordan Rose · 11 years ago
  33. e85deb3 [analyzer] Split new/delete checker into use-after-free and leaks parts. by Jordan Rose · 11 years ago
  34. 6b119d6 Allow breaking after 'class' for classes with looong names. by Daniel Jasper · 11 years ago
  35. 27b91cc Fix bad formatting of overloaded operator definitions. by Daniel Jasper · 11 years ago
  36. 3a16331 Add triple to testing case to appease poewrpc64 buildbots by Manman Ren · 11 years ago
  37. b801837 Add test case for r178881. by Chad Rosier · 11 years ago
  38. 7320295 Proper prefix for doxygen comments by Eli Bendersky · 11 years ago
  39. dabcbf9 AArch64: bring predefines in line with most recent ACLE document by Tim Northover · 11 years ago
  40. a3ae937 [analyzer] Path notes for the MismatchedDeallocator checker. by Anton Yartsev · 11 years ago
  41. 0c2b104 [analyzer] Better name for the test. by Anton Yartsev · 11 years ago
  42. adc0f09 Improve formatting of multi-variable DeclStmts. by Daniel Jasper · 11 years ago
  43. 50f9de5 Allow EmitConstantInit() to emit constant initializers for objects with trivial constructors and non-trivial destructors. Test that such objects are ignored by init-order checker. by Alexey Samsonov · 11 years ago
  44. 418780f [analyzer] Check allocation family more precise. by Anton Yartsev · 11 years ago
  45. c845431 [analyzer] Corrected the switch statement. by Anton Yartsev · 11 years ago
  46. 610f79c [analyzer] Show path diagnostic for C++ initializers by Anna Zaks · 11 years ago
  47. 5a15b9d Add a module testcase with a using declaration. by Rafael Espindola · 11 years ago
  48. 6e22712 [analyzer] Updated the testcase. by Anton Yartsev · 11 years ago
  49. 9c6bbb3 [analyzer] Fully-covered switch for families in isTrackedFamily() by Anton Yartsev · 11 years ago
  50. b3cced9 Add testing case for r178797 by Manman Ren · 11 years ago
  51. d1b3394 Add support for __GCC_HAVE_SYNC_COMPARE_AND_SWAP_{1,2,4,8} on x86. by Michael J. Spencer · 11 years ago
  52. 648cb71 [analyzer] Reduced the unwanted correlations between checkers living inside MallocChecker.cpp by Anton Yartsev · 11 years ago
  53. b0eb771 Revert 178811 until I fix the unit tests. by Tanya Lattner · 11 years ago
  54. 98bb788 Add an error to check that all program scope variables are in the constant address space in OpenCL. by Tanya Lattner · 11 years ago
  55. b11a908 [analyzer] Enable destructor inlining by default (c++-inlining=destructors). by Jordan Rose · 11 years ago
  56. e45dfd1 Add some documentation for PNaClABIInfo. by Eli Bendersky · 11 years ago
  57. 0b60283 [libclang] Add some checks to make sure the given CXTranslationUnit is not null, before using it. by Argyrios Kyrtzidis · 11 years ago
  58. 44405b7 [analyzer] RetainCountChecker: refactor annotation handling. by Jordan Rose · 11 years ago
  59. b37a73d Initial support for struct-path aware TBAA. by Manman Ren · 11 years ago
  60. 7cc0a11 revert r178784 since it does not have a commit message by Manman Ren · 11 years ago
  61. ea4b111 Don't patch the storage class of static data members. by Rafael Espindola · 11 years ago
  62. 8cfa0ba XFAIL example-dynarray.cpp test for Hexagon as some of the header files by Jyotsna Verma · 11 years ago
  63. ab4ffe2 Index: include/clang/Driver/CC1Options.td by Manman Ren · 11 years ago
  64. ea65cb1 Remove the unused MemoryBuffers, no functionality change. by Argyrios Kyrtzidis · 11 years ago
  65. abfc9c1 Fix bug discovered with address sanitizer. by Daniel Jasper · 11 years ago
  66. 740991b Objective-C: Issue deprecated warning when using a by Fariborz Jahanian · 11 years ago
  67. 0cc6f59 Add test case to show that 'availability' and 'deprecated' do *not* inherit when redeclaring ObjC properties. by Ted Kremenek · 11 years ago
  68. 29c41b5 Use isExternalLinkage instead of hasExternalLinkage. by Rafael Espindola · 11 years ago
  69. a83297b Make helpers static & 80 cols. by Benjamin Kramer · 11 years ago
  70. ba2bfa0 Fix a recent linkage regression. by Rafael Espindola · 11 years ago
  71. 32d2a65 Propagate path to ASan/MSan symbolizer into test environment to produce useful reports on errors. by Alexey Samsonov · 11 years ago
  72. 3105627 Plumb through the -fsplit-stack option using the existing backend support. by Eric Christopher · 11 years ago
  73. d9802dc Revert r177948. We decided that we do not want ObjC property redeclarations to inherit "deprecated". by Ted Kremenek · 11 years ago
  74. c855ce7 Add hasExternalLinkageUncached back with the test that Richard provided, but by Rafael Espindola · 11 years ago
  75. 98735a9 Don't build this test with modules for now, it's causing buildbot failures. by Richard Smith · 11 years ago
  76. 6a7664c Avoid computing the linkage instead of avoiding caching it. by Rafael Espindola · 11 years ago
  77. 4a3c6c6 Add tests that build modules for our builtin headers, and fix two buglets exposed by doing so. by Richard Smith · 11 years ago
  78. 80a8689 Fix linkage related crash. by Rafael Espindola · 11 years ago
  79. d613ac9 Fix 41 of the 61 tests which fail with modules enabled: we were computing and by Richard Smith · 11 years ago
  80. b846381 Be sure to check ARC conventions on the implicit method declarations by John McCall · 11 years ago
  81. d08f595 cmake: mark clang as needing exported symbol. by Rafael Espindola · 11 years ago
  82. 527842f Protect the values of array and dictionary literals from the by John McCall · 11 years ago
  83. e145bfd Make the ObjC attributes diagnostics a bit more informative. by Nico Weber · 11 years ago
  84. d1cc514 Update OpenCL comments to mention spec section and version. by Tanya Lattner · 11 years ago
  85. 96df356 <rdar://problem/13560075> Teach name lookup for builtin names to find hidden declarations. by Douglas Gregor · 11 years ago
  86. 5b8d0af Revert accidental commit. by Richard Smith · 11 years ago
  87. 4382867 Pare back r164351 somewhat. The problem that change was addressing was that we by Richard Smith · 11 years ago
  88. 702077f [analyzer] Allow tracknullOrUndef look through the ternary operator even when condition is unknown by Anna Zaks · 11 years ago
  89. 4ad33d0 [preprocessor] Minor optimization following r178671. by Argyrios Kyrtzidis · 11 years ago
  90. 78037ac Complain about attempts to befriend declarations via a using by John McCall · 11 years ago
  91. 08291a9 [analyzer] Correctly handle destructors for lifetime-extended temporaries. by Jordan Rose · 11 years ago
  92. 88530f8 [analyzer] Rename “Mac OS X API”, “Mac OS API” -> “API Misuse (Apple)” by Anna Zaks · 11 years ago
  93. 841f168 [analyzer] Warn when nil receiver results in forming null reference by Anna Zaks · 11 years ago
  94. cabc3fd [analyzer] make peelOffOuterExpr in BugReporterVisitors recursively peel off select Exprs by Anna Zaks · 11 years ago
  95. c1bef56 [analyzer] Properly handle the ternary operator in trackNullOrUndefValue by Anna Zaks · 11 years ago
  96. 3d3fb90 [analyzer] Fix typo. by Anna Zaks · 11 years ago
  97. d2615cc Add 178663 back. by Rafael Espindola · 11 years ago
  98. 4f8a3eb Revert 178663. by Rafael Espindola · 11 years ago
  99. f9f3079 Objective-C modern rewriter. Fixes a bug by Fariborz Jahanian · 11 years ago
  100. bd25ff8 [preprocessor] Allow comparing two macro definitions syntactically instead of only lexically. by Argyrios Kyrtzidis · 11 years ago