]> granicus.if.org Git - clang/commitdiff
Fix compile error: comma at end of enumerator list.
authorFrancois Pichet <pichet2000@gmail.com>
Tue, 7 Dec 2010 00:21:00 +0000 (00:21 +0000)
committerFrancois Pichet <pichet2000@gmail.com>
Tue, 7 Dec 2010 00:21:00 +0000 (00:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@121075 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/TypeTraits.h

index 7c67634d9cda9f3ec6ca2069a299ac189490480e..8847d7ad7d88628f9c1ad6876493fda8c1ec2709 100644 (file)
@@ -38,7 +38,7 @@ namespace clang {
 
   /// BinaryTypeTrait - Names for the binary type traits.
   enum BinaryTypeTrait {
-    BTT_IsBaseOf,
+    BTT_IsBaseOf
   };
 }