[cfe-commits] r51164 - /cfe/trunk/lib/AST/Expr.cpp
Eli Friedman
eli.friedman at gmail.com
Thu May 15 14:51:17 PDT 2008
On Thu, May 15, 2008 at 2:49 PM, Ted Kremenek <kremenek at apple.com> wrote:
> Author: kremenek
> Date: Thu May 15 16:49:04 2008
> New Revision: 51164
>
> URL: http://llvm.org/viewvc/llvm-project?rev=51164&view=rev
> Log:
> Removed bogus "return true" in Expr::isConstantExpr that returned true for all
> expressions. This appears to be a regression introduced in r51113 that caused
> many test cases to fail (there is still a test case in the Analysis directory
> that is failing):
Oh, oops, sorry, I didn't mean to commit that.
-Eli
More information about the cfe-commits
mailing list