[PATCH] D85727: [clangd] Disable ExtractFunction for C

2020-08-11 Thread Kadir Cetinkaya via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG24a816c7d392: [clangd] Disable ExtractFunction for C (authored by kadircet). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D85727/new/ https://reviews.llvm.o

[PATCH] D85727: [clangd] Disable ExtractFunction for C

2020-08-11 Thread Haojian Wu via Phabricator via cfe-commits
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

[PATCH] D85727: [clangd] Disable ExtractFunction for C

2020-08-11 Thread Kadir Cetinkaya via Phabricator via cfe-commits
kadircet created this revision. kadircet added a reviewer: hokein. Herald added subscribers: cfe-commits, usaxena95, arphaman, jkorous. Herald added a project: clang. kadircet requested review of this revision. Herald added subscribers: MaskRay, ilya-biryukov. This tweak uses constructs like auto