MaskRay added inline comments.
Comment at: clang/lib/Sema/SemaOpenMP.cpp:741
+llvm::omp::TraitProperty Top = ConstructTraits.pop_back_val();
+assert(Top == Trait && "Something left a trait on the stack!");
+ }
I fixed -Wunused-variable in c5f
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG976d474bec35: [OpenMP] Support construct trait set for Clang
(authored by cchen).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
jdoerfert accepted this revision.
jdoerfert added a comment.
This revision is now accepted and ready to land.
LGTM, thanks :)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D109635/new/
https://reviews.llvm.org/D109635
__