[all-commits] [llvm/llvm-project] f6e592: [clangd] AddUsing: Used spelled text instead of ty...
Adam Czachorowski via All-commits
all-commits at lists.llvm.org
Tue Nov 24 10:00:28 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: f6e59294b63e1fd0b25720f24111cd17865004be
https://github.com/llvm/llvm-project/commit/f6e59294b63e1fd0b25720f24111cd17865004be
Author: Adam Czachorowski <adamcz at google.com>
Date: 2020-11-24 (Tue, 24 Nov 2020)
Changed paths:
M clang-tools-extra/clangd/refactor/tweaks/AddUsing.cpp
M clang-tools-extra/clangd/unittests/TweakTests.cpp
Log Message:
-----------
[clangd] AddUsing: Used spelled text instead of type name.
This improves the behavior related to type aliases, as well as cases of
typo correction.
Differential Revision: https://reviews.llvm.org/D91966
More information about the All-commits
mailing list