aboutsummaryrefslogtreecommitdiff
path: root/Sema/SemaUtil.h
AgeCommit message (Expand)Author
2008-03-15Make a major restructuring of the clang tree: introduce a top-levelChris Lattner
2008-02-13Move IgnoreParenCasts to be a method on Expr.Chris Lattner
2008-01-17Added method Expr::IgnoreParens(), which returns the first non-ParenExpr Expr*.Ted Kremenek
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-12-28various cleanups. Use IgnoreParenCasts instead of inlined versions.Chris Lattner
2007-11-25Moved logic for -Wfloat-equal to SemaChecking.cpp.Ted Kremenek