summaryrefslogtreecommitdiffstats
path: root/include/clang/AST/ParentMap.h
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-1/+1
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-1/+1
* Header guard canonicalization, clang part.Benjamin Kramer2014-08-131-2/+2
* [C++11] Use 'nullptr'Craig Topper2014-05-061-1/+1
* [analyzer; new edges] Simplify edges in a C++11 for-range loop.Jordan Rose2013-06-061-0/+5
* Revert "[analyzer; alternate edges] improve support for edges with PseudoObje...Jordan Rose2013-05-181-2/+1
* [analyzer; alternate edges] improve support for edges with PseudoObjectExprs.Ted Kremenek2013-05-171-1/+2
* [arcmt] More automatic transformations and safety improvements; rdar://9615812 :Argyrios Kyrtzidis2011-07-271-0/+1
* Automatic Reference Counting.John McCall2011-06-151-0/+1
* Don't emit a dead store for '++' operations unless it occurs with a return st...Ted Kremenek2011-02-121-0/+5
* Add method ParentMap::addStmt().Ted Kremenek2010-11-151-0/+5
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-5/+5
* Add ParentMap:getParentIgnoreParens().Ted Kremenek2009-05-111-2/+7
* Fix: <rdar://problem/6740387>. Sending nil to an object that returns a structTed Kremenek2009-04-011-0/+7
* Add missing header file change.Ted Kremenek2009-03-271-1/+5
* Fix inverted logic in ParentMap::hasParent()Ted Kremenek2009-01-301-1/+1
* Dead stores checker: Fix <rdar://problem/6506065> by being more selective whe...Ted Kremenek2009-01-201-2/+0
* Added ParentMap, a class to represent a lazily constructed mapping from child...Ted Kremenek2008-06-201-0/+36