Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
clang
/
lib
/
Analysis
/
CFGStmtMap.cpp
6907ce2
Remove trailing space
by Fangrui Song
· 7 years ago
2554294
[C++11] Use 'nullptr'. Analysis edition.
by Craig Topper
· 11 years ago
00be69a
Remove the CFGElement "Invalid" state.
by David Blaikie
· 13 years ago
2a01f5d
Replace CFGElement llvm::cast support to be well-defined.
by David Blaikie
· 13 years ago
adfb445
Constify the result of CFGStmt::getStmt().
by Ted Kremenek
· 14 years ago
96a7a59
In preparation for fixing PR 6884, rework CFGElement to have getAs<> return pointers instead of fresh CFGElements.
by Ted Kremenek
· 15 years ago
2cd7a78
Introduce new CFGElement hierarchy to support C++ CFG, based on Marcin's patch
by Zhongxing Xu
· 15 years ago
ec389da
Fix a bug where child statements could not be identified as being in a CFGBlock in CFGStmtMap::getBlock.
by Tom Care
· 15 years ago
8a297e9
Remove bonehead redeclaration.
by Ted Kremenek
· 15 years ago
0950212
Add CFGStmtMap, which defines a mapping from Stmt* to CFGBlock*. The immediate intended use is in the unreachable code analysis.
by Ted Kremenek
· 15 years ago