aboutsummaryrefslogtreecommitdiff
path: root/clang-format
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2013-01-10 19:48:53 +0000
committerNico Weber <nicolasweber@gmx.de>2013-01-10 19:48:53 +0000
commit6a37f06ca3ce491daa516016d033d51039b5d726 (patch)
tree7316dd8b53ee41847eb71434f297739fac67b175 /clang-format
parent7ada60e2c9c457e7f4db249e6e3169a7493aa8ee (diff)
Remove FIXME fixed by djasper in r172066.
git-svn-id: https://llvm.org/svn/llvm-project/clang-tools-extra/trunk@172097 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'clang-format')
-rw-r--r--clang-format/ClangFormat.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang-format/ClangFormat.cpp b/clang-format/ClangFormat.cpp
index 21069a49..da63130d 100644
--- a/clang-format/ClangFormat.cpp
+++ b/clang-format/ClangFormat.cpp
@@ -64,7 +64,6 @@ static void format() {
return;
}
FileID ID = createInMemoryFile(Code.get(), Sources, Files);
- // FIXME: Pull this out into a common method and use here and in the tests.
Lexer Lex(ID, Sources.getBuffer(ID), Sources, getFormattingLangOpts());
SourceLocation Start =
Sources.getLocForStartOfFile(ID).getLocWithOffset(Offset);