1. c80ca02 Fixed http://llvm.org/bugs/show_bug.cgi?id=13777 by Alexander Kornienko · 12 years ago
  2. 47cbd0f Remove ProgramState::getSymVal(). It was being misused by Checkers, by Ted Kremenek · 12 years ago
  3. b4b4523 Attempt to make the PathDiagnostic emission order more deterministic by by Ted Kremenek · 12 years ago
  4. 526b4a6 Add default implementation of ConstraintManager::getSymVal() and a doxygen comment. by Ted Kremenek · 12 years ago
  5. ace64b5 Remove ConstraintManager:isEqual(). It is no longer used. by Ted Kremenek · 12 years ago
  6. 2308436 Add plist output for retain-release.m in addition to -verify checking. by Ted Kremenek · 12 years ago
  7. 589190b Ampersand goes with identifier. by Chad Rosier · 12 years ago
  8. 9198c71 [analyzer] Use cast<> instead of getAs<> for a CFGElement known to be a CFGStmt. by Jordan Rose · 12 years ago
  9. 9366a5a Moved back getCharAndSizeNoWarn to public area. by Abramo Bagnara · 12 years ago
  10. 258bd59 [analyzer] Fix a false positive in sizeof malloc checker. by Anna Zaks · 12 years ago
  11. c957319 Add test case for <rdar://problem/12075238>, which recently got fixed by changes to RegionStore. by Ted Kremenek · 12 years ago
  12. 3d074c3 Whitespace. by Chad Rosier · 12 years ago
  13. 2de4770 Bring buildbots back. Fix scoping issue and coding style from r163397. by Chad Rosier · 12 years ago
  14. b5204ee [analyzer] Don't use the address of a temporary CFGElement. by Jordan Rose · 12 years ago
  15. 0b4db3e Thread-safety analysis: Add support for selectively turning off warnings by DeLesley Hutchins · 12 years ago
  16. 99d68e9 [analyzer] Explain why we need condition 8. by Anna Zaks · 12 years ago
  17. 8c6a057 Attempt to pacify Windows buildbots. by Roman Divacky · 12 years ago
  18. f651381 Link to crtend.S when PIE in the FreeBSD driver. Patch by Brooks Davis! by Roman Divacky · 12 years ago
  19. a4728e5 Adds a first iteration of the basic AST matcher documentation landing page. by Manuel Klimek · 12 years ago
  20. 67619ff Introduces anchors into LibASTMatchersReference.html. by Manuel Klimek · 12 years ago
  21. 76dafa7 Change the behavior of the isDerivedFrom-matcher to not match on the by Daniel Jasper · 12 years ago
  22. 579b120 Implements hasAncestor. by Manuel Klimek · 12 years ago
  23. 971073b Revert "Rework the retain-release.m test to use FileCheck and the "text" output" by Ted Kremenek · 12 years ago
  24. 2ab012a Fix off-by-one bug in diagnostic prose of ObjCContainersASTChecker. by Ted Kremenek · 12 years ago
  25. 62bde3e ExplodedGraph::shouldCollectNode() should not collect nodes for non-Expr Stmts by Ted Kremenek · 12 years ago
  26. 689268a Rework the retain-release.m test to use FileCheck and the "text" output by Ted Kremenek · 12 years ago
  27. c47dc1b Fix bug in ConditionBRVisitor where for C++ (and not C) we were not ignoring by Ted Kremenek · 12 years ago
  28. 6964b3f PR9023: A template template parameter whose template parameter list contains an by Richard Smith · 12 years ago
  29. 8f0d0fe [analyzer] Fail gracefully when the dynamic type is outside the hierarchy. by Jordan Rose · 12 years ago
  30. 061707a Teach RetainCountChecker that CFPlugInInstanceCreate does not by Ted Kremenek · 12 years ago
  31. 5601c9a [analyzer] Don't crash if we cache out while evaluating an ObjC message. by Jordan Rose · 12 years ago
  32. 1edeed3 [analyzer] Assert that StmtPoint should be created with a non-null Stmt. by Anna Zaks · 12 years ago
  33. 817ce3d [analyzer] testing: add a build mode to allow C++11 testing. by Anna Zaks · 12 years ago
  34. ec9f36e Refine diagnostics for leaks reported when returning an object by Ted Kremenek · 12 years ago
  35. 2827f5a Tweak DeadStoresChecker to not warn about dead stores to variables that by Ted Kremenek · 12 years ago
  36. 8123b6e Clarified diagnostics for range-based for loops with invalid ranges by Sam Panzer · 12 years ago
  37. 200fa2e [analyzer] Don't attempt to devirtualize calls to base class destructors. by Jordan Rose · 12 years ago
  38. c691649 [ms-inline asm] Output empty asm statements for the directives we don't by Chad Rosier · 12 years ago
  39. acc22b6 [ms-inline asm] The IR representation of inline assembly enumerates the input by Chad Rosier · 12 years ago
  40. 3359fa3 refactoring + objective-C specific test for my last patch. // rdar://12233989 by Fariborz Jahanian · 12 years ago
  41. cddbc1d Don't try to check override control for invalid member functions. Fixes a crash in a corner case. Patch by Olivier Goffart! by Richard Smith · 12 years ago
  42. 9ed63f8 Use custom ABIInfo for le32/PNaCl argument codegen by Derek Schuff · 12 years ago
  43. 2675b8e Enabling the UTF conversion routines that were previously conditionally ifdef'ed out. This change is required to support enhancements in the LLDB data formatters by Enrico Granata · 12 years ago
  44. 2d234d73 Fixing the return type information for objc_sync_enter and objc_sync_exit. Patch thanks to Joe Ranieri! by Aaron Ballman · 12 years ago
  45. 2d40d9e c: make __attribute__((unused)) transitive. by Fariborz Jahanian · 12 years ago
  46. 8e5264f Tighten up regexps some more. by Jakob Stoklund Olesen · 12 years ago
  47. 1014ecf Remove unused typedefs. Found by gcc48. by Roman Divacky · 12 years ago
  48. 31ba613 Dont cast away const needlessly. Found by gcc48 -Wcast-qual. by Roman Divacky · 12 years ago
  49. a8ee441 Update AddressSanitizer docs by Alexey Samsonov · 12 years ago
  50. a285e7d Fix a mistake in an HTML example code snippet. by Jordan Rose · 12 years ago
  51. 69e4826 PR13775: When checking for a tag type being shadowed by some other declaration, by Richard Smith · 12 years ago
  52. 9b925ac [analyzer] Enhance the member expr tracking to account for references. by Anna Zaks · 12 years ago
  53. faadf48 Continue including temporary destructors in the CFG used for warnings. by Jordan Rose · 12 years ago
  54. ec08735 Format strings: suggest casts for NS(U)Integer and [SU]Int32 on Darwin. by Jordan Rose · 12 years ago
  55. 614a865 Format string checking: change long if-statement to early returns. by Jordan Rose · 12 years ago
  56. 5a1ffe9 [analyzer] Always include destructors in the analysis CFG. by Jordan Rose · 12 years ago
  57. 352c657 [analyzer] Fix a crash PR13762. by Anna Zaks · 12 years ago
  58. d91696e [analyzer] NullOrUndef diagnostics: track symbols binded to regions. by Anna Zaks · 12 years ago
  59. 9bc1e6d [analyzer] Remove unneeded code. by Anna Zaks · 12 years ago
  60. 758c30c Add test missed in previous commit. by Eric Christopher · 12 years ago
  61. b60afba Try to fix the windows bots. by Eric Christopher · 12 years ago
  62. c55da4b Apply some driver improvements for freebsd-*-mips*. by Eric Christopher · 12 years ago
  63. 857134e [cindex.py] Make the use of a compatibilty check explicit by Tobias Grosser · 12 years ago
  64. fd0f11c Thread-safety analysis: bugfix for case where a trylock occurs in an by DeLesley Hutchins · 12 years ago
  65. 255793d objective-c++11: c++11 does not change pod-ness when by Fariborz Jahanian · 12 years ago
  66. fcf75a3 Update for r163231. by Chad Rosier · 12 years ago
  67. b197b78 Added missing test. by Abramo Bagnara · 12 years ago
  68. 37c765a c error recovery. treat an invalid redeclaration by Fariborz Jahanian · 12 years ago
  69. e885dd6 [analyzer] Fix bad test from r163220. by Jordan Rose · 12 years ago
  70. 5b86ffd Allow disabling of wchar_t type. by Abramo Bagnara · 12 years ago
  71. 6ebea89 [analyzer] Be more forgiving about calling methods on struct rvalues. by Jordan Rose · 12 years ago
  72. 4e45dba [analyzer] Clean up a couple uses of getPointeeType(). by Jordan Rose · 12 years ago
  73. fd11957 Revert "[analyzer] Treat all struct values as regions (even rvalues)." by Jordan Rose · 12 years ago
  74. a78d0d6 Introduces DynTypedMatcher as a new concept that replaces the UntypedBaseMatcher and TypedMatcher. by Manuel Klimek · 12 years ago
  75. 3d35a54 New clang-check vim integration script by Alexander Kornienko · 12 years ago
  76. 536afbe Do not add using directives to a function decl context when instantiating. by Abramo Bagnara · 12 years ago
  77. 4f216d38 Fixed lexical decl context of out of line class template instantiations. by Abramo Bagnara · 12 years ago
  78. 45e4e08 Changing of type checking order on InitListExpr by Jin-Gu Kang · 12 years ago
  79. 8cdd8a9 Update for r163187. by Chad Rosier · 12 years ago
  80. 1524de1 [ms-inline asm] Update test case for r163181. by Chad Rosier · 12 years ago
  81. 790cbd8 [ms-inline asm] Set the inline assembly dialect in CodeGen. by Chad Rosier · 12 years ago
  82. d21c964 Fix indentation. by Ted Kremenek · 12 years ago
  83. ef5c554 [ms-inline asm] Remove the Inline Asm Non-Standard Dialect attribute. This by Chad Rosier · 12 years ago
  84. 2ab7d43 Minor cleanup to improve code readability. No functional change intended. by Chad Rosier · 12 years ago
  85. 791dd0a [analyzer] Don't use makeIntVal to create a floating-point value. by Jordan Rose · 12 years ago
  86. 568ba87 Revert r163083 per chandlerc's request. by Joao Matos · 12 years ago
  87. 4c5fa42 Revert r163099 per chandlerc's request. by Joao Matos · 12 years ago
  88. 5d9cb1b Revert r163076 per chandlerc's request. by Joao Matos · 12 years ago
  89. 679fc93 Revert r163078 per chandlerc's request. by Joao Matos · 12 years ago
  90. 21a3704 [ms-inline asm] The MCInstrDesc only tracks register definitions. For now, by Chad Rosier · 12 years ago
  91. 12603e2 [ms-inline asm] Fix an illegal index and an 80-column violation. by Chad Rosier · 12 years ago
  92. d5eb585 Fix 80-column violation. by Chad Rosier · 12 years ago
  93. 1b497f2 [ms-inline asm] Use the new GetMCInstOperandNum() interface in the front-end. by Chad Rosier · 12 years ago
  94. fcbc0fb [cindex.py] Allow to configure the path of libclang by Tobias Grosser · 12 years ago
  95. ccbbac8 test/Driver/android-standalone.cpp: Fix test failure on Windowns, again. by NAKAMURA Takumi · 12 years ago
  96. 9a134af Improved the warning for the #@ Microsoft charizing operator. The existing one misspelled the token as "@#" and didn't capitalize Microsoft. by Joao Matos · 12 years ago
  97. 6de9ede Fix test failure on Windowns. by Evgeniy Stepanov · 12 years ago
  98. e972cb4 Follow-up on r163110 - forgot to commit some new tests... by Timur Iskhodzhanov · 12 years ago
  99. a04ca5c Fix PR13444 - wrong mangling of "const char * const *" and friends with "-cxx-abi microsoft" by Timur Iskhodzhanov · 12 years ago
  100. 1d01afe Android standalone toolchain support. by Evgeniy Stepanov · 12 years ago