1. 2b1b025 [analyzer] Improve arrow locations for PseudoObjectExprs. by Jordan Rose · 12 years ago
  2. e215ba1 Fix crash in analyzer diagnostic generation involving subexpressions of OpaqueValueExpr not appearing in the ParentMap. Fixes <rdar://problem/10797980>. by Ted Kremenek · 12 years ago
  3. 18fd0c6 [arcmt] More automatic transformations and safety improvements; rdar://9615812 : by Argyrios Kyrtzidis · 13 years ago
  4. f85e193 Automatic Reference Counting. by John McCall · 13 years ago
  5. 7502c1d Give some convenient idiomatic accessors to Stmt::child_range and by John McCall · 13 years ago
  6. f4e532b Don't emit a dead store for '++' operations unless it occurs with a return statement. We've never seen any other cases that were real bugs. by Ted Kremenek · 13 years ago
  7. d6543f8 Add method ParentMap::addStmt(). by Ted Kremenek · 14 years ago
  8. 2de56d1 GCC didn't care for my attempt at API compatibility, so brute-force everything by John McCall · 14 years ago
  9. 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
  10. b1b9f68 Add ParentMap:getParentIgnoreParens(). by Ted Kremenek · 15 years ago
  11. ade9eca Fix subtle bug in ParentMap::isConsumedExpr(): correctly ignore *parents* that by Ted Kremenek · 15 years ago
  12. 24ae89a Another ParentMap bug: only the right side of a comma expression is consumed. by Ted Kremenek · 15 years ago
  13. e42ac98 Fix bug in ParentMap::isConsumedExpr. A BinaryOperator always "consumes" the by Ted Kremenek · 15 years ago
  14. b930d7a Fix: <rdar://problem/6740387>. Sending nil to an object that returns a struct by Ted Kremenek · 15 years ago
  15. 7f5fce7 Dead stores checker: Fix <rdar://problem/6506065> by being more selective when say that a store is dead even though the computed value is used in the enclosing expression. by Ted Kremenek · 16 years ago
  16. acc5f3e More #include cleaning by Daniel Dunbar · 16 years ago
  17. f8e32cf Added ParentMap, a class to represent a lazily constructed mapping from child to parents. by Ted Kremenek · 16 years ago