Treat CUDA files as C++ during cppcheck
commitf64eebb35b453b9e86d7c2fe78cb86bf37c05ee2
authorAleksei Iupinov <a.yupinov@gmail.com>
Mon, 24 Oct 2016 10:58:27 +0000 (24 12:58 +0200)
committerAleksei Iupinov <a.yupinov@gmail.com>
Mon, 24 Oct 2016 12:14:26 +0000 (24 14:14 +0200)
treeefa14481234195c63391a786d38025f8e56dd31e
parent48d253102e8ad5e646394772124f0a7b6896d267
Treat CUDA files as C++ during cppcheck

CUDA sources (*.cu) were treated as plain C for cppcheck purposes,
but should be treated as C++.
Some outdated CUDA suppressions removed.

Change-Id: I26fb768464660da1e569dda6d844a63ee2823313
tests/CppCheck.cmake