[PATCH] D53032: [clangd] Minimal implementation of automatic static index, behind a flag.
Eric Liu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Oct 15 06:34:04 PDT 2018
ioeric accepted this revision.
ioeric added a comment.
still lgtm
================
Comment at: clangd/Compiler.cpp:83
+std::string getStandardResourceDir() {
+ static int Dummy; // Just an address in this process.
----------------
Maybe also revert this change?
Repository:
rCTE Clang Tools Extra
https://reviews.llvm.org/D53032
More information about the cfe-commits
mailing list