]> granicus.if.org Git - clang/commit
Add a test to make sure that -Wdeprecated doesn't warn on use of 'throw()' in system...
authorRichard Smith <richard-llvm@metafoo.co.uk>
Mon, 30 Oct 2017 18:05:10 +0000 (18:05 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Mon, 30 Oct 2017 18:05:10 +0000 (18:05 +0000)
commit1c7bbb9e3c20aac63ad2056f54ab8be32253c2af
tree2bb1f754e3e0f9d738f10f1cee434841746bf953
parent1416d5328a4350d5514ac8ec793acd461e6a38c5
Add a test to make sure that -Wdeprecated doesn't warn on use of 'throw()' in system headers (deprecated in C++17).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@316935 91177308-0d34-0410-b5e6-96231b3b80d8
test/SemaCXX/cxx1z-noexcept-function-type.cpp
test/SemaCXX/deprecated.cpp