]> granicus.if.org Git - clang/commit
Warn that the [] spelling of uuid(...) is deprecated.
authorNico Weber <nicolasweber@gmx.de>
Fri, 5 May 2017 17:05:56 +0000 (17:05 +0000)
committerNico Weber <nicolasweber@gmx.de>
Fri, 5 May 2017 17:05:56 +0000 (17:05 +0000)
commit4b565c44e9cad8c62d100fe67c39a68cfb065253
tree18fca70fd81d5000e5f669ecafce61cfa87f66e0
parent90500c1350ce925c24aa3da49b42657140999764
Warn that the [] spelling of uuid(...) is deprecated.

https://reviews.llvm.org/D32879

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@302255 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td
lib/Parse/ParseDeclCXX.cpp
lib/Sema/SemaDeclAttr.cpp
test/Parser/MicrosoftExtensions.cpp
test/Parser/ms-square-bracket-attributes.mm
test/SemaCXX/ms-uuid.cpp