1. f57a2aa Fix regression where "looping back to the head of" PathDiagnosticEvents by Ted Kremenek · 12 years ago
  2. 44ca53f Teach -Wuninitialized to recognize __attribute__((analyzer_noreturn)) by Ted Kremenek · 12 years ago
  3. 9a4db03 PR13811: Add a FunctionParmPackExpr node to handle references to function by Richard Smith · 12 years ago
  4. 2b6eb9d Make clang emit a flag for DW_AT_object_pointer for the artificial by Eric Christopher · 12 years ago
  5. 80da77e [ms-inline asm] isDef/NumDefs in this context only refer to register definitions, not memory definitions. by Chad Rosier · 12 years ago
  6. 8742d7c [ms-inline asm] As of r163657 this check is unnecessary. by Chad Rosier · 12 years ago
  7. fb70026 [ms-inline asm] Don't consider tokens or immediates when computing clobbers, inputs and outputs. by Chad Rosier · 12 years ago
  8. f9ee0ba Thread-safety analysis: fix bug in expression matching code. by DeLesley Hutchins · 12 years ago
  9. 10d65cd objective-C: warn if selector has nothing but bare by Fariborz Jahanian · 12 years ago
  10. e9f1f23 Revert "[analyzer] Disable STL inlining. Blocked by PR13724." by Jordan Rose · 12 years ago
  11. b0b8a96 Comment parsing: handle non-builtin commands correctly. After semantic by Dmitri Gribenko · 12 years ago
  12. 19d5886 [analyzer] Use the static type for a virtual call if the dynamic type is worse. by Jordan Rose · 12 years ago
  13. c9e418c Fix warning from r163642 by DeLesley Hutchins · 12 years ago
  14. 24a6c94 Thread safety analysis: fix bug related to lock_returned attribute on templates. by DeLesley Hutchins · 12 years ago
  15. 92faee7 objective-C: warn under a flag if missing argument by Fariborz Jahanian · 12 years ago
  16. c6baadc [analyzer] Disable STL inlining. Blocked by PR13724. by Anna Zaks · 12 years ago
  17. a13cdf4 Switch a SmallPtrSet/SmallVector pair over to SetVector. by Douglas Gregor · 12 years ago
  18. 04992c7 Remove unused macro definition by Douglas Gregor · 12 years ago
  19. 1b5c336 Remove some redundancy from constant aggregate emission. No functionality change. by Richard Smith · 12 years ago
  20. 59cabd7 [libclang] Fix getting a cursor inside an angled #include directive. by Argyrios Kyrtzidis · 12 years ago
  21. 85f90bd Update comment and space. by Eric Christopher · 12 years ago
  22. 3ed6b91 The type of the self and cmd variables should be artificial. (Note by Eric Christopher · 12 years ago
  23. 4de9716 [ms-inline asm] Add $$ before numeric constants in the IR. by Chad Rosier · 12 years ago
  24. 116bb09 Fix buffer overflow. by Eli Friedman · 12 years ago
  25. 00b4f64 [analyzer] Member function calls that use qualified names are non-virtual. by Jordan Rose · 12 years ago
  26. e08dcbe [analyzer] Turn stl inlining back on. by Anna Zaks · 12 years ago
  27. 4ea9b89 [analyzer] Do not count calls to small functions when computing stack depth. by Anna Zaks · 12 years ago
  28. 73c87d0 [PCH] Add a null check to avoid crashing. by Argyrios Kyrtzidis · 12 years ago
  29. 57330ee [analyzer] Add an option to enable/disable objc inlining. by Anna Zaks · 12 years ago
  30. 7229d00 [analyzer] Add ipa-always-inline-size option (with 3 as the default). by Anna Zaks · 12 years ago
  31. 654f1d5 Fix PR13784: instantiation of an abstract class in a conditional operator. by David Blaikie · 12 years ago
  32. b22b0a5 Move the null check outside of the loop, no functionality change. by Argyrios Kyrtzidis · 12 years ago
  33. 22cd9ac [PCH] When loading fields from external storage make sure to also by Argyrios Kyrtzidis · 12 years ago
  34. 978869a [analyzer] Make the defaults explicit for each of the new config options. by Jordan Rose · 12 years ago
  35. 81fb50e [analyzer] For now, don't inline C++ standard library functions. by Jordan Rose · 12 years ago
  36. 1ad23d6 Remove redundant semicolons which are null statements. by Dmitri Gribenko · 12 years ago
  37. e4330a3 Comment AST: TableGen'ize all command lists in CommentCommandTraits.cpp. by Dmitri Gribenko · 12 years ago
  38. 3f0ec52 Thread-safety analysis: differentiate between two forms of analysis; a precise by DeLesley Hutchins · 12 years ago
  39. 15f9f74 Fix another case where we should be using isBeforeInTranslationUnit(). by Ted Kremenek · 12 years ago
  40. d727d39 Add a few more cases where we should be using isBeforeInTranslationUnit(). by Ted Kremenek · 12 years ago
  41. 6f93860 More tweaking and test cases for call to super annotations. // rdar://6386358 by Fariborz Jahanian · 12 years ago
  42. 9f55983 objective-C: Improving diagnostocs for missing call to by Fariborz Jahanian · 12 years ago
  43. 0cb8939 Allow vector types in pseudo-destructor expressions. Fixes PR13798. by Douglas Gregor · 12 years ago
  44. acc714b Revert "Revert Ted's r163489 and r163490, due to breakage." by Ted Kremenek · 12 years ago
  45. da88536 Make helper functions static. by Benjamin Kramer · 12 years ago
  46. a92983d Wrong crtbegin/crtend pair used for PIE on Android. by Evgeniy Stepanov · 12 years ago
  47. 2343b3d Revert Ted's r163489 and r163490, due to breakage. by NAKAMURA Takumi · 12 years ago
  48. 89d83ff MIPS: Use -march=arch option to select either generic MIPS ISA, by Simon Atanasyan · 12 years ago
  49. c265cdd Use isBeforeInTranslationUnitThan() instead of operator<. by Ted Kremenek · 12 years ago
  50. 4dfd141 Take another crack at stabilizing the emission order of analyzer by Ted Kremenek · 12 years ago
  51. 7c06f03 Indent the "message" key in analyzer plist output. by Ted Kremenek · 12 years ago
  52. 4a66557 RawCommentList: don't copy the whole new RawComment to LastComment each time. by Dmitri Gribenko · 12 years ago
  53. ce15cce Remove dead method ProgramState::MarshalState(). by Ted Kremenek · 12 years ago
  54. 762f159 Added missing const. by Abramo Bagnara · 12 years ago
  55. e75bb61 Fixed support for disabled wchar_t and added an appropriate test. by Abramo Bagnara · 12 years ago
  56. 8b0703d Do not construct StringRef from NULL argument. by Anton Korobeynikov · 12 years ago
  57. 70a5cca Provide some ACLE C defines. This should fix PR13796 by Anton Korobeynikov · 12 years ago
  58. 22505ef Fix bug in BugReporter::RemoveUneededCalls() where "prunable" by Ted Kremenek · 12 years ago
  59. e5f0588 When a bad UTF-8 encoding or bogus escape sequence is encountered in a by Richard Smith · 12 years ago
  60. 0187a1b Attempt (again) to stabilize the order of the emission of diagnostics by Ted Kremenek · 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. 7ac9ef1 -fcatch-undefined-behavior: Factor emission of the creation of, and branch to, by Richard Smith · 12 years ago
  64. 82f2ad4 [analyzer] ObjCSelfInitChecker should always clean up in postCall checks. by Jordan Rose · 12 years ago
  65. a435e69 [analyzer] Add debug output for ObjCSelfInitChecker's state. by Jordan Rose · 12 years ago
  66. e157ae5 Revert "Attempt to make the PathDiagnostic emission order more deterministic by" by Ted Kremenek · 12 years ago
  67. 62a4563 Revert "Further tweaks to hopefully make the PathDiagnostic emission more deterministic." by Ted Kremenek · 12 years ago
  68. 24c7f98 [analyzer] Remove constraints on dead symbols as part of removeDeadBindings. by Jordan Rose · 12 years ago
  69. f6d05bb [analyzer] Symbolic regions are live if any subregions are live. by Jordan Rose · 12 years ago
  70. 9874f59 [analyzer] Cast the result of a placement new-expression to the correct type. by Jordan Rose · 12 years ago
  71. 9f6ec82 [analyzer] Address John's code review for r163407. by Anna Zaks · 12 years ago
  72. 8410113 objective-C: introduce __attribute((objc_requires_super)) on method by Fariborz Jahanian · 12 years ago
  73. f9fdcc0 In ARC, if we're emitting assembly markers for calls to by John McCall · 12 years ago
  74. ec5fda4 Further tweaks to hopefully make the PathDiagnostic emission more deterministic. by Ted Kremenek · 12 years ago
  75. 47cbd0f Remove ProgramState::getSymVal(). It was being misused by Checkers, by Ted Kremenek · 12 years ago
  76. b4b4523 Attempt to make the PathDiagnostic emission order more deterministic by by Ted Kremenek · 12 years ago
  77. ace64b5 Remove ConstraintManager:isEqual(). It is no longer used. by Ted Kremenek · 12 years ago
  78. 589190b Ampersand goes with identifier. by Chad Rosier · 12 years ago
  79. 9198c71 [analyzer] Use cast<> instead of getAs<> for a CFGElement known to be a CFGStmt. by Jordan Rose · 12 years ago
  80. 258bd59 [analyzer] Fix a false positive in sizeof malloc checker. by Anna Zaks · 12 years ago
  81. 2de4770 Bring buildbots back. Fix scoping issue and coding style from r163397. by Chad Rosier · 12 years ago
  82. b5204ee [analyzer] Don't use the address of a temporary CFGElement. by Jordan Rose · 12 years ago
  83. 0b4db3e Thread-safety analysis: Add support for selectively turning off warnings by DeLesley Hutchins · 12 years ago
  84. 99d68e9 [analyzer] Explain why we need condition 8. by Anna Zaks · 12 years ago
  85. f651381 Link to crtend.S when PIE in the FreeBSD driver. Patch by Brooks Davis! by Roman Divacky · 12 years ago
  86. 76dafa7 Change the behavior of the isDerivedFrom-matcher to not match on the by Daniel Jasper · 12 years ago
  87. 579b120 Implements hasAncestor. by Manuel Klimek · 12 years ago
  88. 2ab012a Fix off-by-one bug in diagnostic prose of ObjCContainersASTChecker. by Ted Kremenek · 12 years ago
  89. 62bde3e ExplodedGraph::shouldCollectNode() should not collect nodes for non-Expr Stmts by Ted Kremenek · 12 years ago
  90. c47dc1b Fix bug in ConditionBRVisitor where for C++ (and not C) we were not ignoring by Ted Kremenek · 12 years ago
  91. 6964b3f PR9023: A template template parameter whose template parameter list contains an by Richard Smith · 12 years ago
  92. 8f0d0fe [analyzer] Fail gracefully when the dynamic type is outside the hierarchy. by Jordan Rose · 12 years ago
  93. 061707a Teach RetainCountChecker that CFPlugInInstanceCreate does not by Ted Kremenek · 12 years ago
  94. 5601c9a [analyzer] Don't crash if we cache out while evaluating an ObjC message. by Jordan Rose · 12 years ago
  95. ec9f36e Refine diagnostics for leaks reported when returning an object by Ted Kremenek · 12 years ago
  96. 2827f5a Tweak DeadStoresChecker to not warn about dead stores to variables that by Ted Kremenek · 12 years ago
  97. 8123b6e Clarified diagnostics for range-based for loops with invalid ranges by Sam Panzer · 12 years ago
  98. 200fa2e [analyzer] Don't attempt to devirtualize calls to base class destructors. by Jordan Rose · 12 years ago
  99. c691649 [ms-inline asm] Output empty asm statements for the directives we don't by Chad Rosier · 12 years ago
  100. acc22b6 [ms-inline asm] The IR representation of inline assembly enumerates the input by Chad Rosier · 12 years ago