forked from qt-creator/qt-creator
Clang: Add cursor range to extra token information
Change-Id: Id410c94c79d61b8f4d5b53f937827356272b9f65 Reviewed-by: Marco Bubke <marco.bubke@qt.io>
This commit is contained in:
@@ -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 << ", "
|
||||
|
||||
Reference in New Issue
Block a user