[clang-tools-extra] r369631 - [clangd] The ClangdServer::EnableHiddenFeatures is not used any more.

Haojian Wu via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 22 02:01:04 PDT 2019


Author: hokein
Date: Thu Aug 22 02:01:04 2019
New Revision: 369631

URL: http://llvm.org/viewvc/llvm-project?rev=369631&view=rev
Log:
[clangd] The ClangdServer::EnableHiddenFeatures is not used any more.

Remove it.

Modified:
    clang-tools-extra/trunk/clangd/ClangdServer.h

Modified: clang-tools-extra/trunk/clangd/ClangdServer.h
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/clangd/ClangdServer.h?rev=369631&r1=369630&r2=369631&view=diff
==============================================================================
--- clang-tools-extra/trunk/clangd/ClangdServer.h (original)
+++ clang-tools-extra/trunk/clangd/ClangdServer.h Thu Aug 22 02:01:04 2019
@@ -324,7 +324,6 @@ private:
   // If this is true, suggest include insertion fixes for diagnostic errors that
   // can be caused by missing includes (e.g. member access in incomplete type).
   bool SuggestMissingIncludes = false;
-  bool EnableHiddenFeatures = false;
 
   std::function<bool(const Tweak &)> TweakFilter;
 




More information about the cfe-commits mailing list