summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clangd/refactor/Rename.cpp
Commit message (Expand)AuthorAgeFilesLines
* NFC: Fix trivial typos in commentsKazuaki Ishizaki2020-01-041-1/+1
* [clangd] targetDecl() returns only NamedDecls.Sam McCall2020-01-031-6/+3
* Revert "[clangd] Reapply b60896fad926 Fall back to selecting token-before-cur...Sam McCall2019-12-161-2/+1
* [clangd] Reapply b60896fad926 Fall back to selecting token-before-cursor if t...Sam McCall2019-12-161-1/+2
* Revert "[clangd] Reapply b60896fad926 Fall back to selecting token-before-cur...Sam McCall2019-12-161-2/+1
* [clangd] Reapply b60896fad926 Fall back to selecting token-before-cursor if t...Sam McCall2019-12-161-1/+2
* [NFC] Fix typos in Clangd and ClangKirill Bobyrev2019-12-161-2/+2
* Revert "[clangd] Fall back to selecting token-before-cursor if token-after-cu...Nico Weber2019-12-141-2/+1
* [clangd] Fall back to selecting token-before-cursor if token-after-cursor fails.Sam McCall2019-12-131-1/+2
* [clangd] Rename constructors and destructors in cross-file caseKirill Bobyrev2019-12-121-24/+28
* [clangd] Deduplicate refs from index for cross-file rename.Haojian Wu2019-12-111-3/+12
* [clangd] Implement range patching heuristics for cross-file rename.Haojian Wu2019-12-091-2/+162
* [clangd] NFC, add getLangOpts helper to ParsedASTAlex Lorenz2019-12-041-3/+2
* [NFC] Slightly improve wording in the commentsKirill Bobyrev2019-12-031-18/+18
* Remove extraneous semicolon.Bill Wendling2019-12-021-1/+1
* [clangd] Fix a regression issue in local rename.Haojian Wu2019-12-021-6/+12
* [clangd] Correct the file path in Edit::replacements when generating the rena...Haojian Wu2019-11-291-4/+6
* [clangd] Don't perform rename when the refs result from index is incomplete.Haojian Wu2019-11-281-13/+23
* [clangd] Tweak the no-index error message for rename, NFC.Haojian Wu2019-11-281-1/+1
* [clangd] Speed up when building rename edit.Haojian Wu2019-11-261-34/+56
* [clangd] Implement cross-file rename.Haojian Wu2019-11-261-67/+267
* Reland "[clangd] Implement rename by using SelectionTree and findExplicitRefe...Haojian Wu2019-11-191-32/+103
* Revert "[clangd] Implement rename by using SelectionTree and findExplicitRefe...Wolfgang Pieb2019-11-181-103/+32
* [clangd] Implement rename by using SelectionTree and findExplicitReferences.Haojian Wu2019-11-181-32/+103
* [clangd] Replace getLangOpts().isHeaderFile usage with isHeaderFile helper.Haojian Wu2019-11-151-1/+1
* [clangd] NFC, use URI::resolve to simplify the code.Haojian Wu2019-10-291-9/+5
* [clangd] Bail out early if we are sure that the symbol is used outside of the...Haojian Wu2019-10-021-1/+5
* [clangd] Fix a crash when renaming operator.Haojian Wu2019-09-161-0/+4
* [clangd] Remove macro-expansion-location from getBeginningOfIdentifier. Inlin...Sam McCall2019-09-041-2/+3
* [clangd] Rename ClangdUnit.h -> ParsedAST.h. NFCSam McCall2019-09-041-1/+1
* [clangd] Move getBeginningOfIdentifier from ClangdUnit to SourceCode. Drop de...Sam McCall2019-09-031-2/+4
* [clangd] Use raw rename functions to implement the rename.Haojian Wu2019-08-091-60/+45
* [clangd] cleanup: unify the implemenation of checking a location is inside ma...Haojian Wu2019-07-191-2/+1
* [clangd] Show better message when we rename macros.Haojian Wu2019-07-011-18/+25
* [clangd] Fix a case where we fail to detect a header-declared symbol in rename.Haojian Wu2019-06-271-12/+13
* [clangd] Don't rename the namespace.Haojian Wu2019-06-261-0/+5
* [clangd] Narrow rename to local symbols.Haojian Wu2019-06-251-1/+107
* [clangd] Add missing license for rename.cpp, NFC.Haojian Wu2019-05-311-1/+9
* [clangd] Add SourceManager accessor to ParsedAST. NFCSam McCall2019-05-281-4/+3
* [clangd] Add test that r360116 accidentally fixed a duplicate-edits bug in re...Sam McCall2019-05-071-0/+2
* [clangd] Move Rename into its own file, and add unit test. NFCSam McCall2019-05-071-0/+79
OpenPOWER on IntegriCloud