summaryrefslogtreecommitdiffstats
path: root/clang/lib/Analysis/CFGStmtMap.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing spaceFangrui Song2018-07-301-6/+6
* [C++11] Use 'nullptr'. Analysis edition.Craig Topper2014-05-201-3/+3
* Remove the CFGElement "Invalid" state.David Blaikie2013-02-231-2/+2
* Replace CFGElement llvm::cast support to be well-defined.David Blaikie2013-02-211-2/+2
* Constify the result of CFGStmt::getStmt().Ted Kremenek2011-08-231-1/+1
* In preparation for fixing PR 6884, rework CFGElement to have getAs<> return p...Ted Kremenek2011-03-011-3/+3
* Introduce new CFGElement hierarchy to support C++ CFG, based on Marcin's patchZhongxing Xu2010-09-161-8/+11
* Fix a bug where child statements could not be identified as being in a CFGBlo...Tom Care2010-08-111-1/+1
* Remove bonehead redeclaration.Ted Kremenek2010-08-051-1/+1
* Add CFGStmtMap, which defines a mapping from Stmt* to CFGBlock*. The immedia...Ted Kremenek2010-08-041-0/+88
OpenPOWER on IntegriCloud