[PATCH] D29451: Add a prototype for clangd v0.1

Alex Lorenz via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Feb 6 03:17:26 PST 2017


arphaman added a comment.

This might be a bad question, but is there any particular reason why you didn't use the YAML Traits API for parsing instead of the raw YAML Stream API? In my experience the traits based API is quite convenient for structured data like various options and parameters in this protocol.


https://reviews.llvm.org/D29451





More information about the cfe-commits mailing list