[PATCH] D98941: [cmake] Enable Clang warnings about redundant semicolons

Nick Desaulniers via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 30 16:58:04 PDT 2021


nickdesaulniers added a comment.

I think one of the buildbots is failing with this IIUC?
https://lab.llvm.org/buildbot/#/builders/4/builds/8255
/b/1/openmp-gcc-x86_64-linux-debian/llvm.src/openmp/runtime/src/kmp_i18n.h:173:2: warning: extra ';' outside of a function is incompatible with C++98 [-Wc++98-compat-extra-semi]

Looks like a straightforward fix, though that code hasn't changed recently, and this change went in over a month ago.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D98941



More information about the llvm-commits mailing list