[clangd] Remove a stale FIXME, NFC.
authorHaojian Wu <hokein.wu@gmail.com>
Mon, 20 Jan 2020 11:06:37 +0000 (12:06 +0100)
committerHaojian Wu <hokein.wu@gmail.com>
Mon, 20 Jan 2020 11:07:30 +0000 (12:07 +0100)
clang-tools-extra/clangd/refactor/Rename.cpp

index 9984891..80917e1 100644 (file)
@@ -335,8 +335,6 @@ findOccurrencesOutsideFile(const NamedDecl &RenameDecl,
 // as the file content we rename on, and fallback to file content on disk if
 // there is no dirty buffer.
 //
-// FIXME: Add range patching heuristics to detect staleness of the index, and
-// report to users.
 // FIXME: Our index may return implicit references, which are not eligible for
 // rename, we should filter out these references.
 llvm::Expected<FileEdits> renameOutsideFile(