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