[clang] [Clang][Sema][OpenMP] Allow `thread_limit` to accept multiple expressions (PR #102715)
Kazu Hirata via cfe-commits
cfe-commits at lists.llvm.org
Sat Aug 10 09:25:11 PDT 2024
kazutakahirata wrote:
I've fixed a warning with ac83582a2e7301f7088d14a4c352438e9f62bcf0. We should probably use `for (unsigned I = 0; I != NumVars; ++I)` because the use of `_` requires `(void)_;` and curly braces (or `[[maybe_unused]]`). Will post a patch shortly.
https://github.com/llvm/llvm-project/pull/102715
More information about the cfe-commits
mailing list