CppEditor: Tests: Add initial Follow Symbol Under Cursor tests

Test cases are examples from

    Working Draft, Standard for Programming Language C++
    Document Number: N3242=11-0012

Change-Id: I624c315943d6a00e821abb52eef6e0ff4a40f0d7
Reviewed-by: Przemyslaw Gorszkowski <pgorszkowski@gmail.com>
Reviewed-by: David Schulz <david.schulz@digia.com>
This commit is contained in:
Nikolai Kosjar
2013-04-16 19:20:02 +02:00
committed by David Schulz
parent c702639a8e
commit e6e30c3fd3
6 changed files with 840 additions and 1 deletions

View File

@@ -95,6 +95,9 @@ public:
QString contents() const;
unsigned editorRevision() const;
bool isDocumentBeingUpdated() const;
bool isDocumentScheduledForUpdate() const;
void setExtraDiagnostics(const QString &key,
const QList<CPlusPlus::Document::DiagnosticMessage> &messages);