]> granicus.if.org Git - clang/commit
Suppress bogus "use of undefined constexpr function" error if the function body
authorRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 14 May 2013 05:18:44 +0000 (05:18 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 14 May 2013 05:18:44 +0000 (05:18 +0000)
commitf039e3eb0ffa87aae0e38cec48f367ee179b4de6
treea8dd1ae8bc567222723711e7faea00bdc3b75ca4
parent69db555a7a4d0aa11d65001ffc25669c354a5de0
Suppress bogus "use of undefined constexpr function" error if the function body
was erroneous and got discarded.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@181758 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/ExprConstant.cpp
test/SemaCXX/constant-expression-cxx11.cpp
test/SemaCXX/enum-unscoped-nonexistent.cpp