What is clang code style
https://clangpowertools.com/blog/getting-started-with-clang-format-style-options.html
https://clang.llvm.org/docs/ClangFormatStyleOptions.html
Google C++ 代码规范:
https://google.github.io/styleguide/cppguide.html
总结:
1、Clang代码规范是一组代码规范;
2、可以配置Clang使用Google的代码规范