aboutsummaryrefslogtreecommitdiff
path: root/include/clang/AST/ParentMap.h
AgeCommit message (Expand)Author
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-05-09Remove \brief commands from doxygen comments.Adrian Prantl
2015-06-22Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko
2015-06-22Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko
2014-08-13Header guard canonicalization, clang part.Benjamin Kramer
2014-05-06[C++11] Use 'nullptr'Craig Topper
2013-06-06[analyzer; new edges] Simplify edges in a C++11 for-range loop.Jordan Rose
2013-05-18Revert "[analyzer; alternate edges] improve support for edges with PseudoObje...Jordan Rose
2013-05-17[analyzer; alternate edges] improve support for edges with PseudoObjectExprs.Ted Kremenek
2011-07-27[arcmt] More automatic transformations and safety improvements; rdar://9615812 :Argyrios Kyrtzidis
2011-06-15Automatic Reference Counting.John McCall
2011-02-12Don't emit a dead store for '++' operations unless it occurs with a return st...Ted Kremenek
2010-11-15Add method ParentMap::addStmt().Ted Kremenek
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-05-11Add ParentMap:getParentIgnoreParens().Ted Kremenek
2009-04-01Fix: <rdar://problem/6740387>. Sending nil to an object that returns a structTed Kremenek
2009-03-27Add missing header file change.Ted Kremenek
2009-01-30Fix inverted logic in ParentMap::hasParent()Ted Kremenek
2009-01-20Dead stores checker: Fix <rdar://problem/6506065> by being more selective whe...Ted Kremenek
2008-06-20Added ParentMap, a class to represent a lazily constructed mapping from child...Ted Kremenek