Package: cppcheck Version: 1.27-2 Severity: wishlist I recently found cppcheck and even though it does not find many things it finds quite some. Unfortunately it seems to be unable to check files ending in .c++ (which is considered a valid C++ extension by g++). An obvious workaround is for f in *.c++; do ln -s $f ${f%.c++}.cpp; done, but it would be cool if cppcheck could just also check .c++. This should also be simple to implement.
Helmut -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org