Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[clang] Remove commas at the end of enumerator lists [NFC]
/llvm-project/clang/include/clang-c/Index.h:2984:28: error: commas at the end of enumerator lists are a C99-specific feature [-Werror,-Wc99-extensions] CXType_HLSLResource = 179, ^ 1 error generated.
- Loading branch information