[PATCH] D12375: [PATCH] Relax parse ordering rules for attributes

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 27 06:22:01 PDT 2015


aaron.ballman updated this revision to Diff 33318.
aaron.ballman added a comment.

I've updated the patch to disallow reordering of C++11 attributes with relation to other attribute syntaxes. Additionally, if there is a reordering issue found, we now warn the user.


http://reviews.llvm.org/D12375

Files:
  include/clang/Basic/DiagnosticParseKinds.td
  include/clang/Parse/Parser.h
  lib/Parse/ParseDecl.cpp
  lib/Parse/ParseDeclCXX.cpp
  lib/Parse/ParseExprCXX.cpp
  lib/Parse/Parser.cpp
  test/Parser/attr-order.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D12375.33318.patch
Type: text/x-patch
Size: 15917 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20150827/37e47469/attachment-0001.bin>


More information about the cfe-commits mailing list