[PATCH] D63299: [Clang] Parse GNU fallthrough attributes

Aaron Ballman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 18 07:39:34 PDT 2019


aaron.ballman added a comment.

In D63299#1548306 <https://reviews.llvm.org/D63299#1548306>, @xbolva00 wrote:

> Ok, If we peek a few tokens ahead and check attribute if it is stmt attribute and then we call MaybeParseGNUAttr - this probably would work but are you fine with it as a workaround ?


That still seems like the same spooky action at a distance because it means a statement vs declaration attribute will change the parsing behavior.


Repository:
  rC Clang

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

https://reviews.llvm.org/D63299





More information about the cfe-commits mailing list