[PATCH] D82906: [flang][openmp] Use common Directive and Clause enum from llvm/Frontend
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 1 18:23:09 PDT 2020
MaskRay added a comment.
In D82906#2127047 <https://reviews.llvm.org/D82906#2127047>, @clementval wrote:
> Fix for warning
I find clang better at -Wswitch related warnings than GCC. Might be nice building llvm-project with clang and testing with `check-clang`.
If you don't mind `curl | sh`, `curl -s https://raw.githubusercontent.com/chromium/chromium/master/tools/clang/scripts/update.py | python - --output-dir=path/to/bin` gives you a stable and newer clang+lld+other utilities.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D82906/new/
https://reviews.llvm.org/D82906
More information about the llvm-commits
mailing list