Additional C/C++ Tooling
Build Tools - CMake
Code Formatter - ClangFormat
Linters - Flint / Flint++
Static Analyzer - Scan-build
Runtime Sanitizer - ASan and UBSan
Header Analysis - Include What You Use
Rapid Recompiles - ccache / distcc
Memory Leak Detectors - Valgrind / leaks
Profiler - Perf / DTrace
Debuggers - lldb
Fuzzers - American Fuzzy Lop
Disassemblers - gobjdump
휴... 많기도 하다. 다른 더 많은게 있겠지?-0-
위 링크의 블로그에는 간단한 설명도 있다!
'프로그래밍 언어' 카테고리의 다른 글
msvcp140.dll (0) | 2015.09.04 |
---|---|
문자열 조합 만들기(string combination) (0) | 2015.09.03 |
ConEmu(Console Emulator) + MSYS2를 이용해 윈도우에서 GCC 5.x를 사용하자 (0) | 2015.08.27 |
Linux(Ubuntu)에서 std::thread(std::async 등등) 사용하기 (0) | 2015.08.26 |
EMC++ errata in Item 34 (std::plus for using std::bind on C++11) (0) | 2015.07.31 |