[PATCH] D83436: [clangd] Fix error handling in config.yaml parsing.
Haojian Wu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jul 8 23:19:09 PDT 2020
hokein accepted this revision.
hokein added a comment.
This revision is now accepted and ready to land.
thanks.
================
Comment at: clang-tools-extra/clangd/ConfigYAML.cpp:36
// meaningfully recover (e.g. YAML syntax error broke the stream).
// The private parse() helpers follow the same pattern.
bool parse(Fragment &F, Node &N) {
----------------
nit: the comment is stale.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D83436/new/
https://reviews.llvm.org/D83436
More information about the cfe-commits
mailing list