yvvan added a comment.
@ilya-biryukov I would name this revision "for test purpose". It works at some
extent with the current clangd version and can be used by someone else. But
since we had a discussion about YAML being a temporary solution I never planned
to commit this revision.
So yes, I t
ilya-biryukov added a comment.
JSON is a subset of YAML, do we really need both outputs? I've noticed the
schema for the output is actually different between YAML and JSON, wouldn't
that be confusing?
> Should be compatible with the current index format accepted by clangd
Do we really want th
yvvan updated this revision to Diff 155331.
https://reviews.llvm.org/D49010
Files:
include/clang/Index/IndexRecordReader.h
include/clang/Index/IndexRecordWriter.h
include/indexstore/IndexStoreCXX.h
include/indexstore/indexstore.h
lib/Index/ClangIndexRecordWriter.cpp
lib/Index/IndexRec
yvvan created this revision.
yvvan added a reviewer: nathawes.
Herald added subscribers: ioeric, ilya-biryukov.
Should be compatible with the current index format accepted by clangd
https://reviews.llvm.org/D49010
Files:
include/clang/Index/IndexRecordReader.h
include/clang/Index/IndexRecor