[llvm-dev] Official documentation of -x of clang
Andrzej Warzynski via llvm-dev
llvm-dev at lists.llvm.org
Wed Apr 14 09:37:59 PDT 2021
+cfe-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.
>
More information about the llvm-dev
mailing list