Peng Yu via llvm-dev
2021-Apr-10 19:01 UTC
[llvm-dev] Official documentation of -x of clang
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. -- Regards, Peng
Andrzej Warzynski via llvm-dev
2021-Apr-14 16:37 UTC
[llvm-dev] Official documentation of -x of clang
+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. >