forked from OSchip/llvm-project
Remove FIXME fixed by djasper in r172066.
llvm-svn: 172097
This commit is contained in:
parent
1489ed2b68
commit
e5d643d21c
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue