[cfe-commits] r127568 - in /cfe/trunk: include/clang/AST/ASTContext.h include/clang/AST/ExprCXX.h include/clang/AST/Type.h lib/AST/ASTContext.cpp lib/AST/Expr.cpp lib/AST/ExprCXX.cpp lib/AST/Type.cpp lib/Analysis/CFG.cpp lib/CodeGen/CGCall.cpp lib/CodeGen/CGExprCXX.cpp lib/Sema/SemaDeclCXX.cpp lib/Sema/SemaExceptionSpec.cpp lib/Sema/SemaExprCXX.cpp

John McCall rjmccall at apple.com
Sun Mar 13 11:57:04 PDT 2011


On Mar 13, 2011, at 10:09 AM, Sebastian Redl wrote:
> Author: cornedbee
> Date: Sun Mar 13 12:09:40 2011
> New Revision: 127568
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=127568&view=rev
> Log:
> Instead of storing an ASTContext* in FunctionProtoTypes with computed noexcept specifiers, unique FunctionProtoTypes with a ContextualFoldingSet, as suggested by John McCall.

Thanks!

John.



More information about the cfe-commits mailing list