cppcheck/lib
Kimmo Varis 846d3dae99 Accept include paths ending with backslash.
Convert include path to use internal path separators when parsing
command line. Convert back to native separators when using paths.

Ticket #2448 (Error in handling -I command line parameter)
2011-01-11 21:04:21 +02:00
..
check.h Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00
checkautovariables.cpp Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00
checkautovariables.h Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00
checkbufferoverrun.cpp Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00
checkbufferoverrun.h Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00
checkclass.cpp Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00
checkclass.h Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00
checkexceptionsafety.cpp Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00
checkexceptionsafety.h Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00
checkmemoryleak.cpp Fixed #2442 (False positive: Memory leak when function returns in 'if' instead of 'else if') 2011-01-10 19:35:06 +01:00
checkmemoryleak.h Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00
checknullpointer.cpp Fixed #2443 (Possible null pointer dereference: xxx - otherwise it is redundant to check if xxx is null at line) 2011-01-10 19:57:26 +01:00
checknullpointer.h Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00
checkobsoletefunctions.cpp Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00
checkobsoletefunctions.h Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00
checkother.cpp Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00
checkother.h Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00
checkpostfixoperator.cpp Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00
checkpostfixoperator.h Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00
checkstl.cpp Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00
checkstl.h Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00
checkuninitvar.cpp Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00
checkuninitvar.h Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00
checkunusedfunctions.cpp Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00
checkunusedfunctions.h Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00
cppcheck.cpp Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00
cppcheck.h Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00
errorlogger.cpp Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00
errorlogger.h Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00
executionpath.cpp Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00
executionpath.h Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00
filelister.cpp Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00
filelister.h Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00
filelister_unix.cpp Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00
filelister_unix.h Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00
filelister_win32.cpp Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00
filelister_win32.h Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00
lib.pri Don't use relative paths in lib.pri. 2010-12-18 17:03:46 +02:00
mathlib.cpp Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00
mathlib.h Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00
path.cpp Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00
path.h Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00
preprocessor.cpp Accept include paths ending with backslash. 2011-01-11 21:04:21 +02:00
preprocessor.h Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00
settings.cpp Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00
settings.h Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00
symboldatabase.cpp Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00
symboldatabase.h Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00
timer.cpp Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00
timer.h Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00
token.cpp Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00
token.h Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00
tokenize.cpp Fixed #2296 (Tokenizer: simplifyKnownVariable doesn't simplify pointer properly 'delete [] p;') 2011-01-11 19:34:35 +01:00
tokenize.h Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00