[PATCH] D74643: [Parse] Consider attributes in `TryParsePtrOperatorSeq`.

Michele Scandale via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Feb 23 22:15:02 PST 2020


michele.scandale updated this revision to Diff 246139.
michele.scandale added a comment.
Herald added a subscriber: jfb.

Tests for `__attribute__(())` syntax + attribute arguments + fix for `_Atomic` qualifier.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D74643/new/

https://reviews.llvm.org/D74643

Files:
  clang/include/clang/Parse/Parser.h
  clang/lib/Parse/ParseTentative.cpp
  clang/test/CXX/dcl.decl/p4-0x.cpp
  clang/test/Parser/cxx-ambig-decl-expr.cpp
  clang/test/Parser/cxx-attributes.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74643.246139.patch
Type: text/x-patch
Size: 5377 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200224/7ace258e/attachment.bin>


More information about the cfe-commits mailing list