]> granicus.if.org Git - clang/commit
[c++1z] Permit constant evaluation of a call through a function pointer whose
authorRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 15 Dec 2016 02:35:39 +0000 (02:35 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 15 Dec 2016 02:35:39 +0000 (02:35 +0000)
commit5d99c394241eeb23ce3829a3e317d18bad5cc773
treea726cfed01c0c4640142a81079fe5f1ea74285d0
parent26a006d892da9adf66feda475a2cf5f62973269d
[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
include/clang/AST/ASTContext.h
lib/AST/ASTContext.cpp
lib/AST/ExprConstant.cpp
lib/Sema/SemaDecl.cpp
test/SemaCXX/constant-expression-cxx1z.cpp