]> granicus.if.org Git - clang/commit
Fix up the -Wc++XX-compat warnings to properly handle C++2a.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 25 Aug 2017 02:25:07 +0000 (02:25 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 25 Aug 2017 02:25:07 +0000 (02:25 +0000)
commitc24064e1e4d27da7ead6a4ddd683a5ecef4cb4b7
treecf97e03eff0b2f76206b6b678f38cdc9a179e83c
parent2154e3806097b6f3056a7c7117872c768e79b631
Fix up the -Wc++XX-compat warnings to properly handle C++2a.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@311750 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticGroups.td
test/SemaCXX/cxx17-compat.cpp [new file with mode: 0644]