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)
llvm-svn: 201135

clang/include/clang/Sema/Sema.h

index 85d29da..78a19d1 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.