]> granicus.if.org Git - clang/commit
More of N3652: don't add an implicit 'const' to 'constexpr' member functions when...
authorRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 25 Jun 2013 18:46:26 +0000 (18:46 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 25 Jun 2013 18:46:26 +0000 (18:46 +0000)
commitdb2fe739e5aac227d85d149efc9036696997a26f
tree97dd220a477312195ab740ccae4e88e7107ac3a3
parent548fba96250b6624a96459780e30fd459eed1528
More of N3652: don't add an implicit 'const' to 'constexpr' member functions when checking for overloads in C++1y.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@184865 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaOverload.cpp
test/SemaCXX/constant-expression-cxx11.cpp
test/SemaCXX/constant-expression-cxx1y.cpp