[clang] [Clang] Add diagnostic reasoning for unsatisfied is_destructible trait (PR #167291)
Younan Zhang via cfe-commits
cfe-commits at lists.llvm.org
Mon Nov 10 02:52:27 PST 2025
================
@@ -12137,9 +12140,6 @@ def err_omp_unexpected_schedule_modifier : Error<
"modifier '%0' cannot be used along with modifier '%1'">;
def err_omp_schedule_nonmonotonic_static : Error<
"'nonmonotonic' modifier can only be specified with 'dynamic' or 'guided' schedule kind">;
-def err_omp_incompatible_dyn_groupprivate_modifier
- : Error<"modifier '%0' cannot be used along with modifier '%1' in "
- "dyn_groupprivate">;
----------------
zyn0217 wrote:
Why do you remove their changes?
https://github.com/llvm/llvm-project/pull/167291
More information about the cfe-commits
mailing list