[clang] [NFC] Factor out common parts of ArraySections into its own class (PR #89639)

via cfe-commits cfe-commits at lists.llvm.org
Fri Apr 26 04:08:41 PDT 2024


================
@@ -74,12 +74,12 @@ void use() {
   for (int i = 0; i < 10; ++i) {
     // FIXME: Once we have a new array-section type to represent OpenACC as
     // well, change this error message.
----------------
NagyDonat wrote:

This FIXME was resolved by this commit, consider removing it in a trivial follow-up change.

https://github.com/llvm/llvm-project/pull/89639


More information about the cfe-commits mailing list