From e897637c7a0cb981c9fc50ffda2646e1910a68af Mon Sep 17 00:00:00 2001 From: Reijo Tomperi Date: Thu, 22 Jan 2009 19:59:50 +0000 Subject: [PATCH] Fix Ticket #30, Need a way to specify include file folders (-I parameter was added) --- man/cppcheck.1.xml | 24 ++++++++++++++++-------- src/cppcheck.cpp | 42 ++++++++++++++++++++++++++++++++++++++---- src/cppcheck.h | 4 ++++ src/preprocessor.cpp | 35 ++++++++++++++++++++++++++--------- src/preprocessor.h | 21 ++++++++++++++++++--- 5 files changed, 102 insertions(+), 24 deletions(-) diff --git a/man/cppcheck.1.xml b/man/cppcheck.1.xml index f1f5d801b..445d2dc11 100644 --- a/man/cppcheck.1.xml +++ b/man/cppcheck.1.xml @@ -104,6 +104,7 @@ man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/ &dhpackage; + @@ -133,6 +134,21 @@ man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/ found a bug. When this option is given, all messages are shown. + + + + + Force checking of files that have a lot of configurations. Error is printed if such a file is found so there is no reason to use this by +default. + + + +