hokein added inline comments.

================
Comment at: clang-tools-extra/clangd/refactor/Rename.cpp:171
+    return true;
+  // FIXME: Remove this std symbol list, as they should be covered by the
+  // above isInSystemHeader check.
----------------
kbobyrev wrote:
> Any reason not to do this right now? (if we keep the comment, then it's 
> probably better as "Remove this check because it is redundant in the presence 
> of isInSystemHeader")
We could do it in this patch, I slightly prefer to do it in a followup patch, 
it'd require some changes in the unittests. (this FIXME was added in the last 
minute -- at the very beginning I didn't notice that it could be simplified) 


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D116643/new/

https://reviews.llvm.org/D116643

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to