[llvm-branch-commits] [cfe-branch] r155117 - /cfe/branches/tooling/include/clang/Tooling/Refactoring.h
Manuel Klimek
klimek at google.com
Thu Apr 19 04:13:31 PDT 2012
Author: klimek
Date: Thu Apr 19 06:13:30 2012
New Revision: 155117
URL: http://llvm.org/viewvc/llvm-project?rev=155117&view=rev
Log:
Fix whitespace
Modified:
cfe/branches/tooling/include/clang/Tooling/Refactoring.h
Modified: cfe/branches/tooling/include/clang/Tooling/Refactoring.h
URL: http://llvm.org/viewvc/llvm-project/cfe/branches/tooling/include/clang/Tooling/Refactoring.h?rev=155117&r1=155116&r2=155117&view=diff
==============================================================================
--- cfe/branches/tooling/include/clang/Tooling/Refactoring.h (original)
+++ cfe/branches/tooling/include/clang/Tooling/Refactoring.h Thu Apr 19 06:13:30 2012
@@ -83,7 +83,7 @@
};
private:
- void setFromSourceLocation(SourceManager &Sources, SourceLocation Start,
+ void setFromSourceLocation(SourceManager &Sources, SourceLocation Start,
unsigned Length, llvm::StringRef ReplacementText);
void setFromSourceRange(SourceManager &Sources, const CharSourceRange &Range,
llvm::StringRef ReplacementText);
More information about the llvm-branch-commits
mailing list