[llvm-dev] How to print what -Wall represents?

Peng Yu via llvm-dev llvm-dev at lists.llvm.org
Sun Mar 28 14:00:06 PDT 2021


Hi,

gcc -Wall -Q --help=warnings | grep enabled

gcc allows this to print what -Wall represents.

Is there a way to do the same in clang? Thanks.

-- 
Regards,
Peng


More information about the llvm-dev mailing list