[PATCH] D70139: [clangd] Add bool return type to Index::refs API.

Ilya Biryukov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 13 00:42:56 PST 2019


ilya-biryukov added a comment.

NIT: we could probably add LLVM_NODISCARD attribute to ensure the return value is always consumed?
Another NIT: maybe do this for all methods in the index that have the limit in their request (pretty much all of them, I guess)?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D70139





More information about the cfe-commits mailing list