[PATCH] D85727: [clangd] Disable ExtractFunction for C
Haojian Wu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Aug 11 06:20:27 PDT 2020
hokein accepted this revision.
hokein added a comment.
This revision is now accepted and ready to land.
> This tweak uses constructs like auto and refs, which are not available in C.
I didn't find this tweak is using `auto`. I think we need to do the same thing for extract variable tweak as well (only for C++11).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D85727/new/
https://reviews.llvm.org/D85727
More information about the cfe-commits
mailing list