]> granicus.if.org Git - clang/commitdiff
Fix a warning about commas at the end of enumerator lists.
authorChad Rosier <mcrosier@codeaurora.org>
Mon, 23 Nov 2015 21:05:04 +0000 (21:05 +0000)
committerChad Rosier <mcrosier@codeaurora.org>
Mon, 23 Nov 2015 21:05:04 +0000 (21:05 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@253914 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang-c/Index.h

index b8314814d6db04160a292dc27634effdcefeb6d9..e0c623e883da5d8b186f9d1e9c3099eb17807d71 100644 (file)
@@ -2481,7 +2481,7 @@ enum CXVisibilityKind {
   /** \brief Symbol seen by the linker but resolves to a symbol inside this object. */
   CXVisibility_Protected,
   /** \brief Symbol seen by the linker and acts like a normal symbol. */
-  CXVisibility_Default,
+  CXVisibility_Default
 };
 
 CINDEX_LINKAGE enum CXVisibilityKind clang_getCursorVisibility(CXCursor cursor);