Why clang-tidy readability-isolate-declaration not fixing code?

后端 未结 0 503
夕颜
夕颜 2021-01-28 17:00

I tried to use readability-isolate-declaration check in clang-tidy, but nothing fixed. Example of code from test.cpp file:

void f() {
    int a = 0, b = 1, c = 2;         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题