uabelho added a comment.
In D67613#1679879 <https://reviews.llvm.org/D67613#1679879>, @xbolva00 wrote:
> /srv/llvm-buildbot-srcatch/llvm-build-dir/clang-x86_64-debian-fast/llvm.src/tools/clang/tools/extra/modularize/Modularize.cpp:583:13:
> warning: enumeration values 'lang_cxx_11' and 'lang_cxx_14' not handled in
> switch [-Wswitch]
> 1 warning generated.
We also get that warning when compiling with clang 8:
../../clang-tools-extra/modularize/Modularize.cpp:583:13: error: enumeration
values 'lang_cxx_11' and 'lang_cxx_14' not handled in switch [-Werror,-Wswitch]
switch (D->getLanguage()) {
^
1 error generated.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67613/new/
https://reviews.llvm.org/D67613
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits