C++: Support pretty printing of template enclosing scope

Change-Id: Ib228184e1259585eeac61b9196195c39a9550cb9
Reviewed-by: Nikolai Kosjar <nikolai.kosjar@qt.io>
This commit is contained in:
Orgad Shaneh
2016-07-31 23:54:05 +03:00
committed by Orgad Shaneh
parent e919746808
commit e7eac98c7e
4 changed files with 48 additions and 2 deletions

View File

@@ -84,6 +84,7 @@ Overview::Overview()
showFunctionSignatures(true),
showDefaultArguments(true),
showTemplateParameters(false),
showEnclosingTemplate(false),
includeWhiteSpaceInOperatorName(true),
markedArgument(0),
markedArgumentBegin(0),