From 9e73d0dac0774955348a5164087363c5b33927b8 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Fri, 18 Jan 2019 16:56:54 +0100 Subject: Add tools/report-clang-tidy.sh - Fix various clang-tidy warnings - Fix use-after-free crash when deleting profiles --- tools/cppcheck.sh | 4 ---- 1 file changed, 4 deletions(-) delete mode 100755 tools/cppcheck.sh (limited to 'tools/cppcheck.sh') diff --git a/tools/cppcheck.sh b/tools/cppcheck.sh deleted file mode 100755 index 2b130ce..0000000 --- a/tools/cppcheck.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/bash - -cppcheck --enable=all --verbose src/ lib/ plugins/ 2> report.txt - -- cgit v1.2.1