[PATCH] D66226: [clangd] Skip function bodies inside processed files while indexing
Kadir Cetinkaya via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Aug 20 01:37:56 PDT 2019
kadircet accepted this revision.
kadircet added inline comments.
This revision is now accepted and ready to land.
================
Comment at: clang-tools-extra/clangd/index/IndexAction.cpp:194
CI.getDiagnostics().setIgnoreAllWarnings(true);
+ /// Instruct the parser to ask our ASTConsumer if it should skip function
+ /// bodies. The ASTConsumer will take care of skipping only functions inside
----------------
nit: can you make these non-doxygen(just two slashes)?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66226/new/
https://reviews.llvm.org/D66226
More information about the cfe-commits
mailing list