As is known, clang can select another toolchain through:
clang --gcc-toolchain=/opt/gcc-7.3.0 -v
clang++ --gcc-toolchain=/opt/gcc-7.3.0 �Cv

Is there an equivalent option for clang-tidy?

Thanks.
_______________________________________________
cfe-users mailing list
cfe-users@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-users

Reply via email to