[PATCH] D151683: [clang] Enable C++11-style attributes in all language modes

Nikolas Klauser via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon May 29 22:28:14 PDT 2023


philnik added inline comments.
Herald added subscribers: Michael137, JDevlieghere.


================
Comment at: clang/test/ParserHLSL/group_shared.hlsl:14
-// expected-error at +1 {{expected expression}}
 float groupshared [[]] i = 12;
 
----------------
Should this also get an extension warning/should attributes be disabled for HLSL?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D151683



More information about the cfe-commits mailing list