Introduce Rewriter::IncreaseIndentation() which increase indentations for the...
Introduce Rewriter::IncreaseIndentation() which increase indentations for the lines between the given source range. To determine what the indentation should be, a SourceLocation 'parentIndent' parameter is used that should be at a source location with an indentation one degree lower than the given range. llvm-svn: 129628
Loading
Please register or sign in to comment