aboutsummaryrefslogtreecommitdiff
path: root/lib/AST/ParentMap.cpp
AgeCommit message (Expand)Author
2010-11-15Add method ParentMap::addStmt().Ted Kremenek
2010-08-25GCC didn't care for my attempt at API compatibility, so brute-force everythingJohn McCall
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-05-11Add ParentMap:getParentIgnoreParens().Ted Kremenek
2009-05-05Fix subtle bug in ParentMap::isConsumedExpr(): correctly ignore *parents* thatTed Kremenek
2009-04-09Another ParentMap bug: only the right side of a comma expression is consumed.Ted Kremenek
2009-04-08Fix bug in ParentMap::isConsumedExpr. A BinaryOperator always "consumes" theTed Kremenek
2009-04-01Fix: <rdar://problem/6740387>. Sending nil to an object that returns a structTed Kremenek
2009-01-20Dead stores checker: Fix <rdar://problem/6506065> by being more selective whe...Ted Kremenek
2008-08-11More #include cleaningDaniel Dunbar
2008-06-20Added ParentMap, a class to represent a lazily constructed mapping from child...Ted Kremenek