[all-commits] [llvm/llvm-project] 353a98: [clangd] DefineOutline: removes static token from ...
Nathan James via All-commits
all-commits at lists.llvm.org
Tue Apr 7 03:57:48 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 353a9883680e9d9666d02516a6692e8319af6d66
https://github.com/llvm/llvm-project/commit/353a9883680e9d9666d02516a6692e8319af6d66
Author: Nathan James <n.james93 at hotmail.co.uk>
Date: 2020-04-07 (Tue, 07 Apr 2020)
Changed paths:
M clang-tools-extra/clangd/refactor/tweaks/DefineOutline.cpp
M clang-tools-extra/clangd/unittests/TweakTests.cpp
Log Message:
-----------
[clangd] DefineOutline: removes static token from static CXXMethodDecl
Summary: Removes the `static` token when defining a function out of line if the function is a `CXXMethodDecl`
Reviewers: sammccall, kadircet, hokein
Reviewed By: kadircet
Subscribers: ilya-biryukov, MaskRay, jkorous, arphaman, usaxena95, cfe-commits
Tags: #clang, #clang-tools-extra
Differential Revision: https://reviews.llvm.org/D77534
More information about the All-commits
mailing list