diff options
| author | John McCall <rjmccall@apple.com> | 2013-03-13 05:02:21 +0000 |
|---|---|---|
| committer | John McCall <rjmccall@apple.com> | 2013-03-13 05:02:21 +0000 |
| commit | 4d31b812ad50c6404a59523e096a54784ea38ec8 (patch) | |
| tree | 15a2ee6f7ee23579fb79a25605a5c846f5030387 | |
| parent | 8c25685be7b23fc540dec676c841a86217aee0be (diff) | |
| download | bcm5719-llvm-4d31b812ad50c6404a59523e096a54784ea38ec8.tar.gz bcm5719-llvm-4d31b812ad50c6404a59523e096a54784ea38ec8.zip | |
Remove trailing comma in enum list.
llvm-svn: 176926
| -rw-r--r-- | clang/lib/CodeGen/CGValue.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CGValue.h b/clang/lib/CodeGen/CGValue.h index b7591a76fb4..0657fdca367 100644 --- a/clang/lib/CodeGen/CGValue.h +++ b/clang/lib/CodeGen/CGValue.h @@ -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 |

