[c++1z] Permit constant evaluation of a call through a function pointer whose
type differs from the type of the actual function due to having a different exception specification. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@289754 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- include/clang/AST/ASTContext.h 4 additions, 0 deletionsinclude/clang/AST/ASTContext.h
- lib/AST/ASTContext.cpp 8 additions, 0 deletionslib/AST/ASTContext.cpp
- lib/AST/ExprConstant.cpp 4 additions, 1 deletionlib/AST/ExprConstant.cpp
- lib/Sema/SemaDecl.cpp 10 additions, 21 deletionslib/Sema/SemaDecl.cpp
- test/SemaCXX/constant-expression-cxx1z.cpp 2 additions, 0 deletionstest/SemaCXX/constant-expression-cxx1z.cpp
Loading
Please register or sign in to comment