projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e4df43e
)
Support/FileSystem.h: Remove a trailing comma in enum file_magic::Impl.
author
NAKAMURA Takumi
<geek4civic@gmail.com>
Tue, 15 Oct 2013 23:01:44 +0000
(23:01 +0000)
committer
NAKAMURA Takumi
<geek4civic@gmail.com>
Tue, 15 Oct 2013 23:01:44 +0000
(23:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@192745
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Support/FileSystem.h
patch
|
blob
|
history
diff --git
a/include/llvm/Support/FileSystem.h
b/include/llvm/Support/FileSystem.h
index 24bb8ea63e0c1b3afe8edf8507b1964dff53b1ec..f52785bb15857ced9dcf71f464998d1a5dfd29d6 100644
(file)
--- a/
include/llvm/Support/FileSystem.h
+++ b/
include/llvm/Support/FileSystem.h
@@
-239,7
+239,7
@@
struct file_magic {
macho_universal_binary, ///< Mach-O universal binary
coff_object, ///< COFF object file
pecoff_executable, ///< PECOFF executable file
- windows_resource
,
///< Windows compiled resource file (.rc)
+ windows_resource
///< Windows compiled resource file (.rc)
};
bool is_object() const {