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)
commitf86b5dc7009e7686fc31ff0d1e8a7bff138607cd
tree6dee061eaa69cd0598714e34018d7e50a95c1d2e
parentc88e40450d38533980387c8ed0c9ecd9b7e287c4
PR14550: If a system header contains a bogus constexpr function definition,
don't mark the function as invalid, since we suppress the error.

llvm-svn: 169689
clang/include/clang/Basic/DiagnosticSemaKinds.td
clang/lib/Sema/SemaDeclCXX.cpp
clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/p5.cpp