https://clang.llvm.org/docs/UsersManual.html
I don't find the official documentation of -x of clang. Where is the
complete list of languages supported by -x? Thanks.
--
Regards,
Peng
_______________________________________________
LLVM Developers mailing list
llvm...@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
I'm not aware of any documentation specifically for `-x`. You could
check the implementation to get an idea:
https://github.com/llvm/llvm-project/blob/main/clang/lib/Frontend/CompilerInvocation.cpp#L2703-L2754
-Andrzej
On 10/04/2021 20:01, Peng Yu via llvm-dev wrote:
> Hi,
>
> https://clang.llvm.org/docs/UsersManual.html
>
> I don't find the official documentation of -x of clang. Where is the
> complete list of languages supported by -x? Thanks.
>