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;
 


_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to