From 4cb28d91b6ff21ff927731f89dfbcae1442e3a12 Mon Sep 17 00:00:00 2001 From: Alexey Samsonov Date: Tue, 11 Feb 2014 08:07:54 +0000 Subject: [PATCH] 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 --- include/clang/Sema/Sema.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.40.0