This tweak uses constructs like auto and refs, which are not available
in C.
Details
Details
- Reviewers
hokein - Commits
- rG24a816c7d392: [clangd] Disable ExtractFunction for C
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
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).