From 089802cabd64a1c4627a11fa67e5af42b4d1bf3e Mon Sep 17 00:00:00 2001 From: Eike Ziller Date: Tue, 15 Jun 2021 11:48:41 +0200 Subject: [PATCH] Remove documentation on ClangRefactoring plugin Change-Id: I33ba1da6eafda1827b54e8ed55de95e1d35a5b8e Reviewed-by: Leena Miettinen --- doc/qtcreator/src/editors/creator-search.qdoc | 35 ------------------- 1 file changed, 35 deletions(-) diff --git a/doc/qtcreator/src/editors/creator-search.qdoc b/doc/qtcreator/src/editors/creator-search.qdoc index 8c79e59700e..303388a66d0 100644 --- a/doc/qtcreator/src/editors/creator-search.qdoc +++ b/doc/qtcreator/src/editors/creator-search.qdoc @@ -168,12 +168,6 @@ \li \uicontrol {Open Documents} searches from all open files. - \if defined(qtcreator) - \li \uicontrol {Clang Query Project} explores the Clang abstract - syntax tree (AST) using AST matcher expressions. For more - information, see \l{Exploring Clang AST}. - \endif - \endlist \li In the \uicontrol {File pattern} field, specify file patterns to @@ -250,33 +244,4 @@ \uicontrol {Search engine} field. \endlist - - \section1 Exploring Clang AST - - You can use the experimental Clang Refactoring plugin to explore the Clang - AST using AST matcher expressions. For more information about constructing - matcher expressions, see - \l {http://clang.llvm.org/docs/LibASTMatchersReference.html} - {AST Matcher Reference}. - - To explore the AST: - - \list 1 - - \li Select \uicontrol Help > \uicontrol {About Plugins} > \uicontrol C++ - > \uicontrol {ClangRefactoring} to enable the plugin. - - \li Select \uicontrol {Restart Now} to restart \QC and load the plugin. - - \li When searching, select \uicontrol {Clang Query Project} in the - \uicontrol {Scope} field. - - \li Enter an AST matcher expression in the \uicontrol {Search for} - field. - - \endlist - - You can view the results of the query as links to code positions in the - \uicontrol {Search Results} output pane. - \endif */