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);


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to