[clang] [NFC] Factor out common parts of ArraySections into its own class (PR #89639)
Erich Keane via cfe-commits
cfe-commits at lists.llvm.org
Fri Apr 26 06:18:14 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.
----------------
erichkeane wrote:
Thanks, done in bb1a8bbb
https://github.com/llvm/llvm-project/pull/89639
More information about the cfe-commits
mailing list