[PATCH] D61608: YAML parser robustness improvements

Thomas Finch via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 30 14:49:37 PDT 2019


thomasfinch added a comment.

@Bigcheese Thanks! Could you please merge this, I don't have commit access.



================
Comment at: llvm/lib/Support/YAMLParser.cpp:2401
+  case Token::TK_FlowSequenceEnd: {
     return nullptr;
   }
----------------
@Bigcheese should I be calling setError here as well?


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D61608/new/

https://reviews.llvm.org/D61608





More information about the llvm-commits mailing list