r201135 - Fix self-hosted -Werror build: delete comma at the end of enumerator list

Alexey Samsonov samsonov at google.com
Tue Feb 11 00:07:55 PST 2014


Author: samsonov
Date: Tue Feb 11 02:07:54 2014
New Revision: 201135

URL: http://llvm.org/viewvc/llvm-project?rev=201135&view=rev
Log:
Fix self-hosted -Werror build: delete comma at the end of enumerator list

Modified:
    cfe/trunk/include/clang/Sema/Sema.h

Modified: cfe/trunk/include/clang/Sema/Sema.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Sema/Sema.h?rev=201135&r1=201134&r2=201135&view=diff
==============================================================================
--- cfe/trunk/include/clang/Sema/Sema.h (original)
+++ cfe/trunk/include/clang/Sema/Sema.h Tue Feb 11 02:07:54 2014
@@ -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.





More information about the cfe-commits mailing list