Tags: #clang #tidy #improvecode
https://www.kdab.com/clang-tidy-part-1-modernize-source-code-using-c11c14/
https://www.kdab.com/clang-tidy-part-1-modernize-source-code-using-c11c14/
KDAB
Clang-Tidy, part 1: Modernize your source code using C++11/C++14 | KDAB
This blog series introduces the process of automating code refactoring, by utilizing clang-tidy to embrace new features, effectively.
#cpp #gcc #clang
Compiler benchmark GCC and Clang on C++ library (ETL)
https://baptiste-wicht.com/posts/2017/08/compiler-benchmark-gcc-clang-cpp-library-etl.html
Compiler benchmark GCC and Clang on C++ library (ETL)
https://baptiste-wicht.com/posts/2017/08/compiler-benchmark-gcc-clang-cpp-library-etl.html
Blog blog("Baptiste Wicht");
Compiler benchmark GCC and Clang on C++ library (ETL)
Comparison of compilation time and runtime using different compilers
#clang #lint #clang_tidy
clang-tidy is a clang-based C++ “linter” tool. Its purpose is to provide an extensible framework for diagnosing and fixing typical programming errors, like style violations, interface misuse, or bugs that can be deduced via static analysis. clang-tidy is modular and provides a convenient interface for writing new checks.
http://clang.llvm.org/extra/clang-tidy/index.html
clang-tidy is a clang-based C++ “linter” tool. Its purpose is to provide an extensible framework for diagnosing and fixing typical programming errors, like style violations, interface misuse, or bugs that can be deduced via static analysis. clang-tidy is modular and provides a convenient interface for writing new checks.
http://clang.llvm.org/extra/clang-tidy/index.html