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 c5f480fcbec04f46a9cfcad08914665ff83d8d8a


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D109635/new/

https://reviews.llvm.org/D109635

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to