summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/ParentMap.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add method ParentMap::addStmt().Ted Kremenek2010-11-151-0/+6
* GCC didn't care for my attempt at API compatibility, so brute-force everythingJohn McCall2010-08-251-1/+1
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-5/+5
* Add ParentMap:getParentIgnoreParens().Ted Kremenek2009-05-111-0/+5
* Fix subtle bug in ParentMap::isConsumedExpr(): correctly ignore *parents* thatTed Kremenek2009-05-051-1/+1
* Another ParentMap bug: only the right side of a comma expression is consumed.Ted Kremenek2009-04-091-2/+2
* Fix bug in ParentMap::isConsumedExpr. A BinaryOperator always "consumes" theTed Kremenek2009-04-081-1/+3
* Fix: <rdar://problem/6740387>. Sending nil to an object that returns a structTed Kremenek2009-04-011-0/+40
* Dead stores checker: Fix <rdar://problem/6506065> by being more selective whe...Ted Kremenek2009-01-201-8/+0
* More #include cleaningDaniel Dunbar2008-08-111-0/+1
* Added ParentMap, a class to represent a lazily constructed mapping from child...Ted Kremenek2008-06-201-0/+54
OpenPOWER on IntegriCloud