[all-commits] [llvm/llvm-project] 8b68e0: [clang] Remove commas at the end of enumerator lis...
Jie Fu (傅杰) via All-commits
all-commits at lists.llvm.org
Mon Aug 5 16:04:23 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8b68e06731e0033ed3f8d6fe6292ae671611cfa1
https://github.com/llvm/llvm-project/commit/8b68e06731e0033ed3f8d6fe6292ae671611cfa1
Author: Jie Fu <jiefu at tencent.com>
Date: 2024-08-06 (Tue, 06 Aug 2024)
Changed paths:
M clang/include/clang-c/Index.h
Log Message:
-----------
[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.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list