Skip to content
Commit 6fea4023 authored by shartte's avatar shartte Committed by Steven Perron
Browse files

When clang is used as a MSVC frontend (clang-cl.exe) it does not behave...

When clang is used as a MSVC frontend (clang-cl.exe) it does not behave exactly as GCC would. I.e. -Wall translates to /Wall, which is an alias for -Weverything. This causes massive C++98 compat warnings logspam. (#1808)
parent 508df9a3
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment