summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clangd/unittests/RenameTests.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix issues reported by -Wrange-loop-analysis when building with latest Clang ...Alexandre Ganea2020-01-071-1/+1
* NFC: Fix trivial typos in commentsKazuaki Ishizaki2020-01-041-3/+3
* [clangd] Rename constructors and destructors in cross-file caseKirill Bobyrev2019-12-121-46/+81
* [clangd] Deduplicate refs from index for cross-file rename.Haojian Wu2019-12-111-11/+63
* [clangd] Fix an incorrect expectedResult usage in rename test.Haojian Wu2019-12-101-4/+5
* [clangd] Implement range patching heuristics for cross-file rename.Haojian Wu2019-12-091-0/+298
* [clangd] More unittests for cross-file rename.Haojian Wu2019-12-051-1/+152
* [clangd] Fix an incorrect comment, NFC.Haojian Wu2019-12-051-1/+1
* [clangd] Fix a regression issue in local rename.Haojian Wu2019-12-021-1/+8
* [clangd] Correct the file path in Edit::replacements when generating the rena...Haojian Wu2019-11-291-3/+5
* [clangd] Don't perform rename when the refs result from index is incomplete.Haojian Wu2019-11-281-0/+28
* [clangd] Speed up when building rename edit.Haojian Wu2019-11-261-0/+27
* [clangd] Implement cross-file rename.Haojian Wu2019-11-261-18/+127
* [clangd] Fix ps4 buildbot failure.Haojian Wu2019-11-191-2/+0
* Reland "[clangd] Implement rename by using SelectionTree and findExplicitRefe...Haojian Wu2019-11-191-16/+356
* Revert "[clangd] Implement rename by using SelectionTree and findExplicitRefe...Wolfgang Pieb2019-11-181-359/+14
* [clangd] Implement rename by using SelectionTree and findExplicitReferences.Haojian Wu2019-11-181-14/+359
* [clangd] Fix diagnostic warnings in the RenameTests, NFC.Haojian Wu2019-11-181-2/+4
* [clangd] Improve the output of rename tests where there are failures.Haojian Wu2019-11-061-64/+54
* [clangd] Bail out early if we are sure that the symbol is used outside of the...Haojian Wu2019-10-021-18/+26
* [clangd] Fix a crash when renaming operator.Haojian Wu2019-09-161-0/+7
* [clangd] Show better message when we rename macros.Haojian Wu2019-07-011-0/+7
* [clangd] Fix a case where we fail to detect a header-declared symbol in rename.Haojian Wu2019-06-271-16/+25
* [clangd] Don't rename the namespace.Haojian Wu2019-06-261-9/+25
* [clangd] Narrow rename to local symbols.Haojian Wu2019-06-251-0/+65
* [clangd] Add test that r360116 accidentally fixed a duplicate-edits bug in re...Sam McCall2019-05-071-20/+65
* [clangd] Move Rename into its own file, and add unit test. NFCSam McCall2019-05-071-0/+47
OpenPOWER on IntegriCloud