]> granicus.if.org Git - clang/commit
PR14550: If a system header contains a bogus constexpr function definition,
authorRichard Smith <richard-llvm@metafoo.co.uk>
Sun, 9 Dec 2012 05:55:43 +0000 (05:55 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Sun, 9 Dec 2012 05:55:43 +0000 (05:55 +0000)
commitafee0ff915b87f92e8c07c72d31c3165aacf6fa8
tree2fed8ddc743f0cd0d4e38687a14033531b4c3438
parent569cdc82c1a99fe1e950a1ddbe5ff82df0b13f3d
PR14550: If a system header contains a bogus constexpr function definition,
don't mark the function as invalid, since we suppress the error.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@169689 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td
lib/Sema/SemaDeclCXX.cpp
test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/p5.cpp