[clang] [clang] Add support for new loop attribute [[clang::code_align()]] (PR #70762)
Erich Keane via cfe-commits
cfe-commits at lists.llvm.org
Wed Nov 1 10:18:11 PDT 2023
================
@@ -0,0 +1,124 @@
+// RUN: %clang_cc1 -fsyntax-only -verify=expected,c-local %s
+// RUN: %clang_cc1 -fsyntax-only -verify=expected,cpp-local -pedantic -x c++ -std=c++11 %s
+
+// Add diagnostics tests for Loop attribute: [[clang::code_align()]].
----------------
erichkeane wrote:
This comment doesn't really add anything
https://github.com/llvm/llvm-project/pull/70762
More information about the cfe-commits
mailing list