clang-tidy check to remove unnecessary class name before member function

前端 未结 0 1689
余生分开走
余生分开走 2020-12-01 22:41

Is there a clang-tidy check for replacing A::bar(); with just bar(); in the following example?

class A {
  void bar() {
  };
  void         


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