Clang: Provide all overloads for function definition completion

When we complete a function definition with the parameter list
it is important to have multiple entries to select.

Change-Id: I25e94b58cfe4831387d66eecdec74712addb7ec5
Reviewed-by: Marco Bubke <marco.bubke@qt.io>
This commit is contained in:
Ivan Donchevskii
2018-07-31 11:44:07 +02:00
parent b1f156ab35
commit 0f96f735f0
5 changed files with 153 additions and 83 deletions

View File

@@ -27,7 +27,6 @@
#include <QTextDocument>
#include <QTextBlock>
#include <QTextCursor>
namespace Utils {
namespace Text {