[all-commits] [llvm/llvm-project] b5a16b: [Clang] [Parser] Support [[omp::assume]] (#84582)
Sirraide via All-commits
all-commits at lists.llvm.org
Tue Mar 12 05:43:05 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b5a16b6d8ad51df7c14cd696f3dc1f98b6984905
https://github.com/llvm/llvm-project/commit/b5a16b6d8ad51df7c14cd696f3dc1f98b6984905
Author: Sirraide <aeternalmail at gmail.com>
Date: 2024-03-12 (Tue, 12 Mar 2024)
Changed paths:
M clang/docs/ReleaseNotes.rst
M clang/include/clang/Basic/Attr.td
M clang/lib/Basic/Attributes.cpp
M clang/lib/Parse/ParseDeclCXX.cpp
A clang/test/OpenMP/attr-assume.cpp
Log Message:
-----------
[Clang] [Parser] Support [[omp::assume]] (#84582)
This pr implements the `[[omp::assume]]` spelling for the `__attribute__((assume))` attribute. It does not change anything about how that attribute is handled by the rest of Clang.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list