aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Support/YAMLTraits.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/Support/YAMLTraits.h b/include/llvm/Support/YAMLTraits.h
index a8319a6..98964fc 100644
--- a/include/llvm/Support/YAMLTraits.h
+++ b/include/llvm/Support/YAMLTraits.h
@@ -1069,6 +1069,7 @@ operator<<(Output &yout, T &seq) {
seq.resize(index+1); \
return seq[index]; \
} \
+ static const bool flow = true; \
}; \
} \
}