Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
e0ac7454bae910ab3d67a92f6e2e5046d3bb8c1a
/
lib
/
Analysis
/
CFGStmtMap.cpp
f1d10d9
Constify the result of CFGStmt::getStmt().
by Ted Kremenek
· 13 years ago
3c0349e
In preparation for fixing PR 6884, rework CFGElement to have getAs<> return pointers instead of fresh CFGElements.
by Ted Kremenek
· 14 years ago
b36cd3e
Introduce new CFGElement hierarchy to support C++ CFG, based on Marcin's patch
by Zhongxing Xu
· 14 years ago
b5049d8
Fix a bug where child statements could not be identified as being in a CFGBlock in CFGStmtMap::getBlock.
by Tom Care
· 14 years ago
eea0d93
Remove bonehead redeclaration.
by Ted Kremenek
· 14 years ago
a6d6930
Add CFGStmtMap, which defines a mapping from Stmt* to CFGBlock*. The immediate intended use is in the unreachable code analysis.
by Ted Kremenek
· 14 years ago