[clang-tools-extra] 61b5634 - [clangd] Remove a stale FIXME, NFC.

Haojian Wu via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 20 03:07:49 PST 2020


Author: Haojian Wu
Date: 2020-01-20T12:07:30+01:00
New Revision: 61b563408012d17e7e619dedfefac5f38dc2d1d9

URL: https://github.com/llvm/llvm-project/commit/61b563408012d17e7e619dedfefac5f38dc2d1d9
DIFF: https://github.com/llvm/llvm-project/commit/61b563408012d17e7e619dedfefac5f38dc2d1d9.diff

LOG: [clangd] Remove a stale FIXME, NFC.

Added: 
    

Modified: 
    clang-tools-extra/clangd/refactor/Rename.cpp

Removed: 
    


################################################################################
diff  --git a/clang-tools-extra/clangd/refactor/Rename.cpp b/clang-tools-extra/clangd/refactor/Rename.cpp
index 9984891f0f5b..80917e1abb27 100644
--- a/clang-tools-extra/clangd/refactor/Rename.cpp
+++ b/clang-tools-extra/clangd/refactor/Rename.cpp
@@ -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(


        


More information about the cfe-commits mailing list