From e5d643d21c09c51eeb876ff0fa82652e3efaaf9c Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Thu, 10 Jan 2013 19:48:53 +0000 Subject: [PATCH] Remove FIXME fixed by djasper in r172066. llvm-svn: 172097 --- clang-tools-extra/clang-format/ClangFormat.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/clang-tools-extra/clang-format/ClangFormat.cpp b/clang-tools-extra/clang-format/ClangFormat.cpp index 21069a495f5e..da63130d4cae 100644 --- a/clang-tools-extra/clang-format/ClangFormat.cpp +++ b/clang-tools-extra/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);