1. 33337ca Update aosp/master clang for rebase to r235153 by Pirama Arumuga Nainar · 9 years ago
  2. 3ea9e33 Update aosp/master clang for rebase to r233350 by Pirama Arumuga Nainar · 9 years ago
  3. 0e2c34f Update aosp/master clang for rebase to r230699. by Stephen Hines · 9 years ago
  4. 176edba Update aosp/master Clang for rebase to r222490. by Stephen Hines · 9 years ago
  5. c568f1e Update Clang for rebase to r212749. by Stephen Hines · 10 years ago
  6. 6bcf27b Update Clang for 3.5 rebase (r209713). by Stephen Hines · 10 years ago
  7. 651f13c Updated to Clang 3.5a. by Stephen Hines · 10 years ago
  8. 6df32e2 Merging r196599: by Bill Wendling · 10 years ago
  9. dd9e9ce Merging r196593: by Bill Wendling · 10 years ago
  10. 3eb52bb Merging r195174: by Bill Wendling · 11 years ago
  11. b7a747b [analyzer] Better modeling of memcpy by the CStringChecker (PR16731). by Anton Yartsev · 11 years ago
  12. fda9dbf [analyzer] Silence warnings coming from allocators used by std::basic_string. by Jordan Rose · 11 years ago
  13. 6973a27 [analyzer] Treat MSVC's _wassert as noreturn. by Jordan Rose · 11 years ago
  14. 9a7a568 [analyzer] Add IdenticalExprChecker, to find copy-pasted code. by Jordan Rose · 11 years ago
  15. 219103d [analyzer] Track whether an ObjC for-in loop had zero iterations. by Jordan Rose · 11 years ago
  16. 64cc0c3 [analyzer] Specialize "loop executed 0 times" for for-in and for-range loops. by Jordan Rose · 11 years ago
  17. 7638cf0 Fix test that wasn't testing anything by Alp Toker · 11 years ago
  18. 741c541 [analyzer] Track the count of NSOrderedSet similarly to other fast enumerations. by Anna Zaks · 11 years ago
  19. bdc0bf3 [analyzer] Suppress warnings coming out of std::basic_string. by Anna Zaks · 11 years ago
  20. 2a64816 [analyzer] Don't crash when a path goes through a 'delete' destructor call. by Jordan Rose · 11 years ago
  21. bb17ff9 Switch %clang -cc1 tests to %clang_cc1 by Alp Toker · 11 years ago
  22. 8686d85 [analyzer] Don't emit an "Assuming x is <OP> y" if it's not a comparison op. by Jordan Rose · 11 years ago
  23. 1dc31f5 [analyzer] Generate a LazyCompoundVal when loading from a union-typed region. by Jordan Rose · 11 years ago
  24. 3f5b4de CFG: Properly print delegating initializer CFG elements. by Jordan Rose · 11 years ago
  25. d661d50 Revert r193073 and the attempt to fix it in r193170. by Chandler Carruth · 11 years ago
  26. fb90266 Fix to PR8880 (clang dies processing a for loop). by Serge Pavlov · 11 years ago
  27. d3d0dcf [analyzer] Don't draw edges to C++11 in-class member initializers. by Jordan Rose · 11 years ago
  28. 391165f [analyzer] RetainCountChecker: add support for CFAutorelease. by Jordan Rose · 11 years ago
  29. d000b85 [analyzer] Add new debug helper clang_analyzer_warnIfReached. by Jordan Rose · 11 years ago
  30. 7453624 [analyzer] Add missing return after function pointer null check. by Jordan Rose · 11 years ago
  31. 04fa7a3 Per latest drafting, switch to implementing init-captures as if by declaring by Richard Smith · 11 years ago
  32. 9b072b3 [analyzer] Make inlining decisions based on the callee being variadic. by Jordan Rose · 11 years ago
  33. 14f9889 Replace -fobjc-default-synthesize-properties with disable-objc-default-synthesize-properties. by Rafael Espindola · 11 years ago
  34. 8155722 [analyzer] Handle destructors for the argument to C++ 'delete'. by Jordan Rose · 11 years ago
  35. d76cec5 [analyzer] Don't even try to convert floats to booleans for now. by Jordan Rose · 11 years ago
  36. 73fa252 [analyzer] Stop tracking the objects with attribute cleanup in the RetainCountChecker. by Anna Zaks · 11 years ago
  37. 2440fb1 Add error checking to reject neon_vector_type attribute on targets without NEON. by Amara Emerson · 11 years ago
  38. 3084518 New message for cases when ownership is taken: by Anton Yartsev · 11 years ago
  39. 8a1fdfc PR16054: Slight strengthening for -Wsometimes-uninitialized: if we use a by Richard Smith · 11 years ago
  40. d8dfae6 [analyzer] Handle zeroing constructors for fields of structs with empty bases. by Jordan Rose · 11 years ago
  41. a7be2f4 Fix a crash introduced in r189828. by Matt Beaumont-Gay · 11 years ago
  42. 1ae7484 Avoid double edges when constructing CFGs by Pavel Labath · 11 years ago
  43. e768c97 [analyzer] Restructure a test file by Pavel Labath · 11 years ago
  44. 36d558d Add an implicit dtor CFG node just before C++ 'delete' expressions. by Jordan Rose · 11 years ago
  45. 95ab9e3 [analyzer] Add very limited support for temporary destructors by Pavel Labath · 11 years ago
  46. bf3d71e [analyzer] Treat the rvalue of a forward-declared struct as Unknown. by Jordan Rose · 11 years ago
  47. 66ea35d Sema: avoid reuse of Exprs when synthesizing operator= by Pavel Labath · 11 years ago
  48. 3c114f7 [analyzer] Fix handling of "empty" structs with base classes by Pavel Labath · 11 years ago
  49. 3aa6f43 [analyzer] Add support for testing the presence of weak functions. by Jordan Rose · 11 years ago
  50. f18bfd4 [analyzer] Assume new returns non-null even under -fno-exceptions by Pavel Labath · 11 years ago
  51. 2450b82 Make the information about disabled ARCMT/Rewriter/StaticAnalyzer available by Roman Divacky · 11 years ago
  52. 6a556a4 [analyzer] Refactor conditional expression evaluating code by Pavel Labath · 11 years ago
  53. 13fca0e [analyzer] Add a triple to test/Analysis/cfg.cpp by Jordan Rose · 11 years ago
  54. 51718e3 [analyzer] Don't run unreachable code checker on inlined functions. by Jordan Rose · 11 years ago
  55. a728e92 [analyzer] Assume that strings are no longer than SIZE_MAX/4. by Jordan Rose · 11 years ago
  56. 7d0dcd2 Omit arguments of __builtin_object_size from the CFG. by Jordan Rose · 11 years ago
  57. 5fba5a7 [analyzer] Merge TextPathDiagnostics and ClangDiagPathDiagConsumer. by Jordan Rose · 11 years ago
  58. 68502e5 [analyzer] If realloc fails on an escaped region, that region doesn't leak. by Jordan Rose · 11 years ago
  59. 931a4fe Fix FileCheck --check-prefix lines. by Tim Northover · 11 years ago
  60. 6ebe9df [analyzer] Enable usage of temporaries in InitListExprs by Pavel Labath · 11 years ago
  61. fa220f5 [analyzer] Warn when using 'delete' on an uninitialized variable. by Jordan Rose · 11 years ago
  62. d8188f8 [analyzer] Don't process autorelease counts in synthesized function bodies. by Jordan Rose · 11 years ago
  63. cd007b1 [analyzer] Silently drop all reports within synthesized bodies. by Jordan Rose · 11 years ago
  64. 99b3cc6 Fix tests on targets that don't support thread_local by Pavel Labath · 11 years ago
  65. 68ffe15 Add a triple. Should fix the windows bots. by Rafael Espindola · 11 years ago
  66. 76b5dd4 [analyzer] Fix FP warnings when binding a temporary to a local static variable by Pavel Labath · 11 years ago
  67. 062ef6e [analyzer] Add regression test for the crash in PR16664. by Jordan Rose · 11 years ago
  68. 0aaa57d [analyzer] Weaken assertion to account for pointer-to-integer casts. by Jordan Rose · 11 years ago
  69. c2294ef Remove line number from test/Analysis/crash-trace.c. by Jordan Rose · 11 years ago
  70. 371aad5 Mark test/Analysis/crash-trace.c as requiring crash recovery. by Jordan Rose · 11 years ago
  71. 8424852 Run %clang_cc1, it is the one that actually crashes. by Rafael Espindola · 11 years ago
  72. fee1622 [analyzer] Enable pseudo-destructor expressions. by Jordan Rose · 11 years ago
  73. 413c572 [analyzer] Add test for crash tracing (r186639) by Jordan Rose · 11 years ago
  74. 9815ec0 Revert "[analyzer] Add very limited support for temporary destructors" by Jordan Rose · 11 years ago
  75. bccda13 [analyzer] Handle C++11 member initializer expressions. by Jordan Rose · 11 years ago
  76. df70700 [analyzer] Handle C string default values for const char * arguments. by Jordan Rose · 11 years ago
  77. be2e1b1 [analyzer] Treat std::initializer_list as opaque rather than aborting. by Jordan Rose · 11 years ago
  78. 046e79a [analyzer] Add very limited support for temporary destructors by Pavel Labath · 11 years ago
  79. 78c2ec4 [analyzer] Treat nullPtrType as a location type. by Anna Zaks · 11 years ago
  80. 7c0a8b5 [analyzer] Add support for __builtin_addressof. by Jordan Rose · 11 years ago
  81. 8f6134c [analyzer] Remove bogus assert: in C++11, 'new' can do list-initialization. by Jordan Rose · 11 years ago
  82. e600d4be [analyzer] Fixup for r185609: actually do suppress warnings coming out of std::list. by Anna Zaks · 11 years ago
  83. 0dfdfb5 Add a test case for r185707/PR16547. by Benjamin Kramer · 11 years ago
  84. d029cbb Replace 'grep foo | count 0' with 'not grep foo'. by Rafael Espindola · 11 years ago
  85. 8b625a3 [analyzer] Suppress reports reported in std::list by Anna Zaks · 11 years ago
  86. 7f79b78 [analyzer] Make sure that inlined defensive checks work on div by zero. by Anna Zaks · 11 years ago
  87. 2a02f4d [analyzer] Improve handling of noreturn destructors by Pavel Labath · 11 years ago
  88. 3302315 [analyzer] Pointers-to-members are (currently) Locs, not NonLocs. by Jordan Rose · 11 years ago
  89. ed2e2de Teach static analyzer about AttributedStmts by Pavel Labath · 11 years ago
  90. be35df1 [analyzer] Handle zeroing CXXConstructExprs. by Jordan Rose · 11 years ago
  91. 1fc9111 [analyzer] Don't initialize virtual base classes more than once. by Jordan Rose · 11 years ago
  92. dbcc756 Check the canonical parameter type with getAs<>() in a static checker by Reid Kleckner · 11 years ago
  93. 2ffcd18 [analyzer] Use output form collections’ count to decide if ObjC for loop should be entered by Anna Zaks · 11 years ago
  94. 053c88b Revert "[analyzer] Handle zeroing CXXConstructExprs." by Jordan Rose · 11 years ago
  95. 9812328 [analyzer] Handle zeroing CXXConstructExprs. by Jordan Rose · 11 years ago
  96. 9122025 Fix static analyzer crash when casting from an incomplete type by Pavel Labath · 11 years ago
  97. 37926da Fix a crash in the static analyzer (bug #16307) by Pavel Labath · 11 years ago
  98. bd34520 [analyzer] Do not create a CompoundVal for lvalue InitListExprs. by Anna Zaks · 11 years ago
  99. 52810c5 [analyzer] Do not report uninitialized value warnings inside swap functions. by Anna Zaks · 11 years ago
  100. a3f5a5a [analyzer; alternate edges] Fix the edge locations in presence of macros. by Anna Zaks · 11 years ago