projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
414a0cd
)
Removing a spurious semi-colon; this macro expands into a namespace.
author
Aaron Ballman
<aaron@aaronballman.com>
Fri, 16 Aug 2013 01:53:58 +0000
(
01:53
+0000)
committer
Aaron Ballman
<aaron@aaronballman.com>
Fri, 16 Aug 2013 01:53:58 +0000
(
01:53
+0000)
llvm-svn: 188525
llvm/unittests/Support/YAMLIOTest.cpp
patch
|
blob
|
history
diff --git
a/llvm/unittests/Support/YAMLIOTest.cpp
b/llvm/unittests/Support/YAMLIOTest.cpp
index eedc5842b633247476ea07e827f50d6cb37081c8..3b4bb9d94eca22226c775f5e5640f9160e9f8fd4 100644
(file)
--- a/
llvm/unittests/Support/YAMLIOTest.cpp
+++ b/
llvm/unittests/Support/YAMLIOTest.cpp
@@
-1305,7
+1305,7
@@
struct OptionalTestSeq {
std::vector<OptionalTest> Tests;
};
-LLVM_YAML_IS_SEQUENCE_VECTOR(OptionalTest)
;
+LLVM_YAML_IS_SEQUENCE_VECTOR(OptionalTest)
namespace llvm {
namespace yaml {
template <>