[cfe-users] clang-tidy selects toolchain?

Jonas Toth via cfe-users cfe-users at lists.llvm.org
Wed Jun 20 23:45:09 PDT 2018


I dont think so. What do you want to achieve? Clang-tidy will just build
the AST from Code and do its analysis on it. I do not see a reason for a
different toolchain.


Am 19.06.2018 um 11:30 schrieb kimmyzhang(张亚霏) via cfe-users:
>
> 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 –v
>
>  
>
> Is there an equivalent option for clang-tidy?
>
>  
>
> Thanks.
>
>
>
> _______________________________________________
> cfe-users mailing list
> cfe-users at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-users

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-users/attachments/20180621/994c762f/attachment.html>


More information about the cfe-users mailing list