]> granicus.if.org Git - clang/commitdiff
Remove trailing comma in enum list.
authorJohn McCall <rjmccall@apple.com>
Wed, 13 Mar 2013 05:02:21 +0000 (05:02 +0000)
committerJohn McCall <rjmccall@apple.com>
Wed, 13 Mar 2013 05:02:21 +0000 (05:02 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@176926 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CGValue.h

index b7591a76fb461fe0765e4cd7c307df762345e949..0657fdca3672815f8069dd662c502666073695f3 100644 (file)
@@ -99,7 +99,7 @@ public:
 
 /// Does an ARC strong l-value have precise lifetime?
 enum ARCPreciseLifetime_t {
-  ARCImpreciseLifetime, ARCPreciseLifetime,
+  ARCImpreciseLifetime, ARCPreciseLifetime
 };
 
 /// LValue - This represents an lvalue references.  Because C/C++ allow