Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 개발툴
- html report
- static analysis
- 객체 vs 인스턴스
- vscode 추천
- 인스턴스
- vscode
- C++
- object vs instance
- cppCheck
- plugin
- 객체
- extension
Archives
- Today
- Total
목록html report (1)
킹드래곤 짹짹 개발노트
이전 글에서는 cppcheck 설치, 빌드 방법을 알아보았습니다.이번 글에서는 cppcheck-htmlreport 의 사용 방법에 대해서 정리합니다.cppcheck html report 사용법cppcheck-htmlreport 는 cppcheck 가 설치되면 함께 설치됩니다.설치 위치 : /usr/bin/cppcheck-htmlreport Github 에서 다운로드한 소스에도 포함되어 있습니다.소스 위치 : /cppcheck dir/htmlreport/cppcheck-htmlreport cppcheck-htmlreport 는 cppcheck의 결과를 보기좋게 HTML 문서로 만들어줍니다.cppcheck 의 결과는 sa_result.xml 과 같이 xml 문서로 출력됩니다.xml 문서를 텍스트 뷰어로 보기..
C++
2018. 12. 5. 18:47