[all-commits] [llvm/llvm-project] b1a5df: [clangd] Drop explicit specifier on define out-of-...
kadir çetinkaya via All-commits
all-commits at lists.llvm.org
Thu Mar 11 04:29:11 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b1a5df174e1d5a58f2498c30795cf18c9bf3e1b1
https://github.com/llvm/llvm-project/commit/b1a5df174e1d5a58f2498c30795cf18c9bf3e1b1
Author: Kadir Cetinkaya <kadircet at google.com>
Date: 2021-03-11 (Thu, 11 Mar 2021)
Changed paths:
M clang-tools-extra/clangd/refactor/tweaks/DefineOutline.cpp
M clang-tools-extra/clangd/unittests/tweaks/DefineOutlineTests.cpp
Log Message:
-----------
[clangd] Drop explicit specifier on define out-of-line
Explicit specifier can only be mentioned on the in-line declaration of a
constructor, so don't carry it over to the definition.
Differential Revision: https://reviews.llvm.org/D98164
More information about the All-commits
mailing list