]> granicus.if.org Git - clang/commitdiff
Fix self-hosted -Werror build: delete comma at the end of enumerator list
authorAlexey Samsonov <samsonov@google.com>
Tue, 11 Feb 2014 08:07:54 +0000 (08:07 +0000)
committerAlexey Samsonov <samsonov@google.com>
Tue, 11 Feb 2014 08:07:54 +0000 (08:07 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@201135 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Sema/Sema.h

index 85d29da35a36e846e06d4f9d4c872a83781e5e8b..78a19d1af196c8cd4475c1a5aae914fb991154e2 100644 (file)
@@ -266,7 +266,7 @@ public:
     PPTMK_BestCase,
     PPTMK_FullGeneralitySingleInheritance,
     PPTMK_FullGeneralityMultipleInheritance,
-    PPTMK_FullGeneralityVirtualInheritance,
+    PPTMK_FullGeneralityVirtualInheritance
   };
 
   /// \brief Controls member pointer representation format under the MS ABI.