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
/
refactor
/
Rename.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
NFC: Fix trivial typos in comments
Kazuaki Ishizaki
2020-01-04
1
-1
/
+1
*
[clangd] targetDecl() returns only NamedDecls.
Sam McCall
2020-01-03
1
-6
/
+3
*
Revert "[clangd] Reapply b60896fad926 Fall back to selecting token-before-cur...
Sam McCall
2019-12-16
1
-2
/
+1
*
[clangd] Reapply b60896fad926 Fall back to selecting token-before-cursor if t...
Sam McCall
2019-12-16
1
-1
/
+2
*
Revert "[clangd] Reapply b60896fad926 Fall back to selecting token-before-cur...
Sam McCall
2019-12-16
1
-2
/
+1
*
[clangd] Reapply b60896fad926 Fall back to selecting token-before-cursor if t...
Sam McCall
2019-12-16
1
-1
/
+2
*
[NFC] Fix typos in Clangd and Clang
Kirill Bobyrev
2019-12-16
1
-2
/
+2
*
Revert "[clangd] Fall back to selecting token-before-cursor if token-after-cu...
Nico Weber
2019-12-14
1
-2
/
+1
*
[clangd] Fall back to selecting token-before-cursor if token-after-cursor fails.
Sam McCall
2019-12-13
1
-1
/
+2
*
[clangd] Rename constructors and destructors in cross-file case
Kirill Bobyrev
2019-12-12
1
-24
/
+28
*
[clangd] Deduplicate refs from index for cross-file rename.
Haojian Wu
2019-12-11
1
-3
/
+12
*
[clangd] Implement range patching heuristics for cross-file rename.
Haojian Wu
2019-12-09
1
-2
/
+162
*
[clangd] NFC, add getLangOpts helper to ParsedAST
Alex Lorenz
2019-12-04
1
-3
/
+2
*
[NFC] Slightly improve wording in the comments
Kirill Bobyrev
2019-12-03
1
-18
/
+18
*
Remove extraneous semicolon.
Bill Wendling
2019-12-02
1
-1
/
+1
*
[clangd] Fix a regression issue in local rename.
Haojian Wu
2019-12-02
1
-6
/
+12
*
[clangd] Correct the file path in Edit::replacements when generating the rena...
Haojian Wu
2019-11-29
1
-4
/
+6
*
[clangd] Don't perform rename when the refs result from index is incomplete.
Haojian Wu
2019-11-28
1
-13
/
+23
*
[clangd] Tweak the no-index error message for rename, NFC.
Haojian Wu
2019-11-28
1
-1
/
+1
*
[clangd] Speed up when building rename edit.
Haojian Wu
2019-11-26
1
-34
/
+56
*
[clangd] Implement cross-file rename.
Haojian Wu
2019-11-26
1
-67
/
+267
*
Reland "[clangd] Implement rename by using SelectionTree and findExplicitRefe...
Haojian Wu
2019-11-19
1
-32
/
+103
*
Revert "[clangd] Implement rename by using SelectionTree and findExplicitRefe...
Wolfgang Pieb
2019-11-18
1
-103
/
+32
*
[clangd] Implement rename by using SelectionTree and findExplicitReferences.
Haojian Wu
2019-11-18
1
-32
/
+103
*
[clangd] Replace getLangOpts().isHeaderFile usage with isHeaderFile helper.
Haojian Wu
2019-11-15
1
-1
/
+1
*
[clangd] NFC, use URI::resolve to simplify the code.
Haojian Wu
2019-10-29
1
-9
/
+5
*
[clangd] Bail out early if we are sure that the symbol is used outside of the...
Haojian Wu
2019-10-02
1
-1
/
+5
*
[clangd] Fix a crash when renaming operator.
Haojian Wu
2019-09-16
1
-0
/
+4
*
[clangd] Remove macro-expansion-location from getBeginningOfIdentifier. Inlin...
Sam McCall
2019-09-04
1
-2
/
+3
*
[clangd] Rename ClangdUnit.h -> ParsedAST.h. NFC
Sam McCall
2019-09-04
1
-1
/
+1
*
[clangd] Move getBeginningOfIdentifier from ClangdUnit to SourceCode. Drop de...
Sam McCall
2019-09-03
1
-2
/
+4
*
[clangd] Use raw rename functions to implement the rename.
Haojian Wu
2019-08-09
1
-60
/
+45
*
[clangd] cleanup: unify the implemenation of checking a location is inside ma...
Haojian Wu
2019-07-19
1
-2
/
+1
*
[clangd] Show better message when we rename macros.
Haojian Wu
2019-07-01
1
-18
/
+25
*
[clangd] Fix a case where we fail to detect a header-declared symbol in rename.
Haojian Wu
2019-06-27
1
-12
/
+13
*
[clangd] Don't rename the namespace.
Haojian Wu
2019-06-26
1
-0
/
+5
*
[clangd] Narrow rename to local symbols.
Haojian Wu
2019-06-25
1
-1
/
+107
*
[clangd] Add missing license for rename.cpp, NFC.
Haojian Wu
2019-05-31
1
-1
/
+9
*
[clangd] Add SourceManager accessor to ParsedAST. NFC
Sam McCall
2019-05-28
1
-4
/
+3
*
[clangd] Add test that r360116 accidentally fixed a duplicate-edits bug in re...
Sam McCall
2019-05-07
1
-0
/
+2
*
[clangd] Move Rename into its own file, and add unit test. NFC
Sam McCall
2019-05-07
1
-0
/
+79