index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang-tools-extra
/
clangd
/
unittests
/
RenameTests.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix issues reported by -Wrange-loop-analysis when building with latest Clang ...
Alexandre Ganea
2020-01-07
1
-1
/
+1
*
NFC: Fix trivial typos in comments
Kazuaki Ishizaki
2020-01-04
1
-3
/
+3
*
[clangd] Rename constructors and destructors in cross-file case
Kirill Bobyrev
2019-12-12
1
-46
/
+81
*
[clangd] Deduplicate refs from index for cross-file rename.
Haojian Wu
2019-12-11
1
-11
/
+63
*
[clangd] Fix an incorrect expectedResult usage in rename test.
Haojian Wu
2019-12-10
1
-4
/
+5
*
[clangd] Implement range patching heuristics for cross-file rename.
Haojian Wu
2019-12-09
1
-0
/
+298
*
[clangd] More unittests for cross-file rename.
Haojian Wu
2019-12-05
1
-1
/
+152
*
[clangd] Fix an incorrect comment, NFC.
Haojian Wu
2019-12-05
1
-1
/
+1
*
[clangd] Fix a regression issue in local rename.
Haojian Wu
2019-12-02
1
-1
/
+8
*
[clangd] Correct the file path in Edit::replacements when generating the rena...
Haojian Wu
2019-11-29
1
-3
/
+5
*
[clangd] Don't perform rename when the refs result from index is incomplete.
Haojian Wu
2019-11-28
1
-0
/
+28
*
[clangd] Speed up when building rename edit.
Haojian Wu
2019-11-26
1
-0
/
+27
*
[clangd] Implement cross-file rename.
Haojian Wu
2019-11-26
1
-18
/
+127
*
[clangd] Fix ps4 buildbot failure.
Haojian Wu
2019-11-19
1
-2
/
+0
*
Reland "[clangd] Implement rename by using SelectionTree and findExplicitRefe...
Haojian Wu
2019-11-19
1
-16
/
+356
*
Revert "[clangd] Implement rename by using SelectionTree and findExplicitRefe...
Wolfgang Pieb
2019-11-18
1
-359
/
+14
*
[clangd] Implement rename by using SelectionTree and findExplicitReferences.
Haojian Wu
2019-11-18
1
-14
/
+359
*
[clangd] Fix diagnostic warnings in the RenameTests, NFC.
Haojian Wu
2019-11-18
1
-2
/
+4
*
[clangd] Improve the output of rename tests where there are failures.
Haojian Wu
2019-11-06
1
-64
/
+54
*
[clangd] Bail out early if we are sure that the symbol is used outside of the...
Haojian Wu
2019-10-02
1
-18
/
+26
*
[clangd] Fix a crash when renaming operator.
Haojian Wu
2019-09-16
1
-0
/
+7
*
[clangd] Show better message when we rename macros.
Haojian Wu
2019-07-01
1
-0
/
+7
*
[clangd] Fix a case where we fail to detect a header-declared symbol in rename.
Haojian Wu
2019-06-27
1
-16
/
+25
*
[clangd] Don't rename the namespace.
Haojian Wu
2019-06-26
1
-9
/
+25
*
[clangd] Narrow rename to local symbols.
Haojian Wu
2019-06-25
1
-0
/
+65
*
[clangd] Add test that r360116 accidentally fixed a duplicate-edits bug in re...
Sam McCall
2019-05-07
1
-20
/
+65
*
[clangd] Move Rename into its own file, and add unit test. NFC
Sam McCall
2019-05-07
1
-0
/
+47