From: Alexey Samsonov Date: Tue, 11 Feb 2014 08:07:54 +0000 (+0000) Subject: Fix self-hosted -Werror build: delete comma at the end of enumerator list X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4cb28d91b6ff21ff927731f89dfbcae1442e3a12;p=clang Fix self-hosted -Werror build: delete comma at the end of enumerator list git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@201135 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Sema/Sema.h b/include/clang/Sema/Sema.h index 85d29da35a..78a19d1af1 100644 --- a/include/clang/Sema/Sema.h +++ b/include/clang/Sema/Sema.h @@ -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.