[cfe-commits] [clang-tools-extra] r172097 - /clang-tools-extra/trunk/clang-format/ClangFormat.cpp

Nico Weber nicolasweber at gmx.de
Thu Jan 10 11:48:54 PST 2013


Author: nico
Date: Thu Jan 10 13:48:53 2013
New Revision: 172097

URL: http://llvm.org/viewvc/llvm-project?rev=172097&view=rev
Log:
Remove FIXME fixed by djasper in r172066.

Modified:
    clang-tools-extra/trunk/clang-format/ClangFormat.cpp

Modified: clang-tools-extra/trunk/clang-format/ClangFormat.cpp
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/clang-format/ClangFormat.cpp?rev=172097&r1=172096&r2=172097&view=diff
==============================================================================
--- clang-tools-extra/trunk/clang-format/ClangFormat.cpp (original)
+++ clang-tools-extra/trunk/clang-format/ClangFormat.cpp Thu Jan 10 13:48:53 2013
@@ -64,7 +64,6 @@
     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);





More information about the cfe-commits mailing list