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.


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to