Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
4a28d5deeba33722aa009eab488591fb9055cc7e
/
lib
/
AST
/
ParentMap.cpp
b1b9f68
Add ParentMap:getParentIgnoreParens().
by Ted Kremenek
· 16 years ago
ade9eca
Fix subtle bug in ParentMap::isConsumedExpr(): correctly ignore *parents* that
by Ted Kremenek
· 16 years ago
24ae89a
Another ParentMap bug: only the right side of a comma expression is consumed.
by Ted Kremenek
· 16 years ago
e42ac98
Fix bug in ParentMap::isConsumedExpr. A BinaryOperator always "consumes" the
by Ted Kremenek
· 16 years ago
b930d7a
Fix: <rdar://problem/6740387>. Sending nil to an object that returns a struct
by Ted Kremenek
· 16 years ago
7f5fce7
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
· 16 years ago
acc5f3e
More #include cleaning
by Daniel Dunbar
· 16 years ago
f8e32cf
Added ParentMap, a class to represent a lazily constructed mapping from child to parents.
by Ted Kremenek
· 16 years ago