[cfe-commits] r57935 - in /cfe/trunk: include/clang/AST/Type.h lib/AST/Expr.cpp lib/Sema/Sema.h lib/Sema/SemaExpr.cpp lib/Sema/SemaOverload.cpp lib/Sema/SemaType.cpp test/SemaCXX/decl-expr-ambiguity.cpp test/SemaCXX/qualification-conversion.cpp
Chris Lattner
clattner at apple.com
Wed Oct 22 10:23:45 PDT 2008
On Oct 22, 2008, at 8:04 AM, Doug Gregor wrote:
>> Does this change the behavior of C by adding FunctionDecl?
>
> No, that's dealt with above, but now that we have a static function
> C++ 13.3.3.2p3 bullet 3 I've added the check back.
Thanks Doug!
-Chris
More information about the cfe-commits
mailing list