Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
f96ae684c4be9c08901bde63b0df8ef5210e6aff
/
clang
/
lib
/
AST
/
ParentMap.cpp
43f5069
Add method ParentMap::addStmt().
by Ted Kremenek
· 15 years ago
e302792
GCC didn't care for my attempt at API compatibility, so brute-force everything
by John McCall
· 15 years ago
11289f4
Remove tabs, and whitespace cleanups.
by Mike Stump
· 16 years ago
d4dacb0
Add ParentMap:getParentIgnoreParens().
by Ted Kremenek
· 16 years ago
90a6145
Fix subtle bug in ParentMap::isConsumedExpr(): correctly ignore *parents* that
by Ted Kremenek
· 17 years ago
042befd
Another ParentMap bug: only the right side of a comma expression is consumed.
by Ted Kremenek
· 17 years ago
d43aaad
Fix bug in ParentMap::isConsumedExpr. A BinaryOperator always "consumes" the
by Ted Kremenek
· 17 years ago
8b0dba3
Fix: <rdar://problem/6740387>. Sending nil to an object that returns a struct
by Ted Kremenek
· 17 years ago
e5fe617
Dead stores checker: Fix <rdar://problem/6506065> by being more selective when say that a store is dead even though the computed value is used in the enclosing expression.
by Ted Kremenek
· 17 years ago
56fdb6a
More #include cleaning
by Daniel Dunbar
· 17 years ago
99ecdd1
Added ParentMap, a class to represent a lazily constructed mapping from child to parents.
by Ted Kremenek
· 17 years ago