Clang: Add cursor range to extra token information

Change-Id: Id410c94c79d61b8f4d5b53f937827356272b9f65
Reviewed-by: Marco Bubke <marco.bubke@qt.io>
This commit is contained in:
Ivan Donchevskii
2018-02-07 13:59:06 +01:00
parent e10b220189
commit 8ffae6a08c
5 changed files with 41 additions and 18 deletions

View File

@@ -79,6 +79,7 @@ QDebug operator<<(QDebug debug, const ExtraInfo &extraInfo)
<< extraInfo.typeSpelling << ", "
<< extraInfo.resultTypeSpelling << ", "
<< extraInfo.semanticParentTypeSpelling << ", "
<< extraInfo.cursorRange << ", "
<< static_cast<uint>(extraInfo.accessSpecifier) << ", "
<< static_cast<uint>(extraInfo.storageClass) << ", "
<< extraInfo.identifier << ", "