Files
clang-p2996/clang/include/clang-c
Jinsong Ji 8182f8176e [NFC] Fix c++ style comment in c file (#112814)
This is one of the many PRs to fix errors with LLVM_ENABLE_WERROR=on.
Built by GCC 11.

Fix warnings:
llvm-project/clang/include/clang-c/Index.h:2983:3: error: C++ style
comments are not allowed in ISO C90 [-Werror]
 2983 |   // HLSL Types
2024-10-18 12:51:29 -04:00
..