From a6f93eb4304a062af43083a75d525acc1af9883d Mon Sep 17 00:00:00 2001 From: murphy Date: Mon, 19 Oct 2009 16:52:59 +0000 Subject: New Scanner: *C++* (#76)! There's a problem with the ternary operator (?:) and labels which needs to be fixed in C, C++ and PHP scanners. I'll get to that soon. --- test/scanners/cpp/elvis.in.cpp | 1 + 1 file changed, 1 insertion(+) create mode 100644 test/scanners/cpp/elvis.in.cpp (limited to 'test/scanners/cpp/elvis.in.cpp') diff --git a/test/scanners/cpp/elvis.in.cpp b/test/scanners/cpp/elvis.in.cpp new file mode 100644 index 0000000..e23f86e --- /dev/null +++ b/test/scanners/cpp/elvis.in.cpp @@ -0,0 +1 @@ +this?is+no:label -- cgit v1.2.1