[cfe-commits] r60618 - in /cfe/trunk: Driver/PrintParserCallbacks.cpp include/clang/AST/ExprCXX.h include/clang/AST/StmtNodes.def include/clang/Parse/Action.h lib/AST/ExprCXX.cpp lib/AST/StmtPrinter.cpp lib/AST/StmtSerialization.cpp lib/Parse/ParseExpr.cpp lib/Sema/Sema.h lib/Sema/SemaExpr.cpp lib/Sema/SemaOverload.cpp test/SemaCXX/type-dependent-exprs.cpp

Sebastian Redl sebastian.redl at getdesigned.at
Sat Dec 6 04:51:03 PST 2008


Douglas Gregor wrote:
> GCC actually produces a nice error message when you make this
> mistake, and even offers to compile your code with -fpermissive. I'll
> do the former next, but I don't plan to do the latter.
>   
I agree. Feels unnecessary.

Sebastian



More information about the cfe-commits mailing list