[PATCH] D32879: Warn that the [] spelling of uuid(...) is deprecated.

2017-05-05 Thread Nico Weber via Phabricator via cfe-commits
thakis closed this revision. thakis added a comment. r302255, thanks! https://reviews.llvm.org/D32879 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Re: [PATCH] D32879: Warn that the [] spelling of uuid(...) is deprecated.

2017-05-04 Thread Aaron Ballman via cfe-commits
On May 4, 2017 4:55 PM, "Nico Weber via Phabricator" < revi...@reviews.llvm.org> wrote: thakis created this revision. Herald added a subscriber: javed.absar. https://reviews.llvm.org/D32879 Files: include/clang/Basic/DiagnosticSemaKinds.td lib/Parse/ParseDeclCXX.cpp lib/Sema/SemaDeclAttr.c

[PATCH] D32879: Warn that the [] spelling of uuid(...) is deprecated.

2017-05-04 Thread Hans Wennborg via Phabricator via cfe-commits
hans accepted this revision. hans added a comment. This revision is now accepted and ready to land. lgtm https://reviews.llvm.org/D32879 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commi

[PATCH] D32879: Warn that the [] spelling of uuid(...) is deprecated.

2017-05-04 Thread Nico Weber via Phabricator via cfe-commits
thakis created this revision. Herald added a subscriber: javed.absar. https://reviews.llvm.org/D32879 Files: include/clang/Basic/DiagnosticSemaKinds.td lib/Parse/ParseDeclCXX.cpp lib/Sema/SemaDeclAttr.cpp test/Parser/MicrosoftExtensions.cpp test/Parser/ms-square-bracket-attributes.mm