summaryrefslogtreecommitdiffstats
path: root/lib/AST/ParentMap.cpp
Commit message (Expand)AuthorAgeFilesLines
* [arcmt/objcmt] Fix ParentMap crash with invalid code.Argyrios Kyrtzidis2016-07-141-0/+2
* Switch users of the 'for (StmtRange range = stmt->children(); range; ++range)...Benjamin Kramer2015-07-021-6/+6
* [C++11] Use 'nullptr'. AST edition.Craig Topper2014-05-121-4/+4
* [analyzer; new edges] Simplify edges in a C++11 for-range loop.Jordan Rose2013-06-061-0/+7
* [analyzer] Look through ExprWithCleanups to see if an expr's consumed.Jordan Rose2013-06-061-2/+4
* Removed invalid character.Serge Pavlov2013-05-181-1/+1
* [analyzer] "Fix" ParentMap to handle non-syntactic OpaqueValueExprs.Jordan Rose2013-05-181-3/+14
* Revert "[analyzer; alternate edges] improve support for edges with PseudoObje...Jordan Rose2013-05-181-17/+13
* [analyzer; alternate edges] improve support for edges with PseudoObjectExprs.Ted Kremenek2013-05-171-13/+17
* ParentMap: Restore the ability to update an existing map.Jordan Rose2012-10-061-14/+55
* [analyzer] Improve arrow locations for PseudoObjectExprs.Jordan Rose2012-08-061-3/+10
* Fix crash in analyzer diagnostic generation involving subexpressions of Opaqu...Ted Kremenek2012-02-181-0/+4
* [arcmt] More automatic transformations and safety improvements; rdar://9615812 :Argyrios Kyrtzidis2011-07-271-0/+8
* Automatic Reference Counting.John McCall2011-06-151-0/+9
* Give some convenient idiomatic accessors to Stmt::child_range andJohn McCall2011-02-131-1/+1
* Don't emit a dead store for '++' operations unless it occurs with a return st...Ted Kremenek2011-02-121-0/+9
* 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