[PATCH] D54894: [clangd] Enable auto-index behind a flag.

Kadir Cetinkaya via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Nov 26 07:00:21 PST 2018


kadircet added inline comments.


================
Comment at: test/clangd/background-index.test:13
+# The background index should allow us to go-to-definition on foo().
+# RUN: clangd -background-index -lit-test < %t/definition.jsonrpc | FileCheck %t/definition.jsonrpc
+
----------------
kadircet wrote:
> shouldn't this one be running ?
Argh, sorry somehow I got confused and thought these were commented-out.. NVM


Repository:
  rCTE Clang Tools Extra

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

https://reviews.llvm.org/D54894





More information about the cfe-commits mailing list