cppcheck/lib
Daniel Marjamäki 0e971f2979 Merge pull request #341 from simartin/ticket_5268
Ticket #5268: Properly detect function heads when in Tokenizer::simplifyEnum
2014-06-15 18:14:20 +02:00
..
check.cpp
check.h Moved implementation of two functions to new file check.cpp -> Don't include <iostream> everywhere 2014-05-24 12:50:04 +02:00
check64bit.cpp
check64bit.h
checkassert.cpp use nullptr 2014-02-16 10:32:10 +01:00
checkassert.h
checkassignif.cpp
checkassignif.h
checkautovariables.cpp Fixed #5860: Don't show returnTempReference for calculations on unknown types 2014-05-24 12:50:04 +02:00
checkautovariables.h
checkbool.cpp Simplify code - bail out early, vreak loops early, reorder checks and declarations. 2014-06-09 13:35:30 +04:00
checkbool.h
checkboost.cpp
checkboost.h
checkbufferoverrun.cpp Cleanup code - reorder checks and make variable declaration scope narrower. 2014-06-06 18:58:20 +04:00
checkbufferoverrun.h
checkclass.cpp Fixed #5807 (non virtual dtor in virtual class) 2014-06-14 12:55:20 +02:00
checkclass.h Fixed #5807 (non virtual dtor in virtual class) 2014-06-14 12:55:20 +02:00
checkexceptionsafety.cpp
checkexceptionsafety.h Cleaned up includes and forward declarations in checkers: 2014-05-24 12:50:03 +02:00
checkinternal.cpp
checkinternal.h
checkio.cpp CheckIO: Handle library types 2014-06-12 07:01:44 +02:00
checkio.h CheckIO: Handle library types 2014-06-12 07:01:44 +02:00
checkleakautovar.cpp
checkleakautovar.h Cleaned up includes and forward declarations in checkers: 2014-05-24 12:50:03 +02:00
checkmemoryleak.cpp Fix clang and coverity warnings 2014-06-12 20:03:11 +02:00
checkmemoryleak.h
checknonreentrantfunctions.cpp
checknonreentrantfunctions.h
checknullpointer.cpp
checknullpointer.h
checkobsoletefunctions.cpp
checkobsoletefunctions.h
checkother.cpp Reverted fix 6d0f490138, but keeping the testcase in the testsuite. 2014-06-06 14:44:22 +02:00
checkother.h
checkpostfixoperator.cpp
checkpostfixoperator.h
checksizeof.cpp
checksizeof.h
checkstl.cpp
checkstl.h Cleaned up includes and forward declarations in checkers: 2014-05-24 12:50:03 +02:00
checkuninitvar.cpp
checkuninitvar.h Cleaned up includes and forward declarations in checkers: 2014-05-24 12:50:03 +02:00
checkunusedfunctions.cpp
checkunusedfunctions.h
checkunusedvar.cpp Use simple match where possible 2014-03-14 16:27:47 +01:00
checkunusedvar.h
config.h
cppcheck.cpp
cppcheck.h
cppcheck.vcxproj
cppcheck.vcxproj.filters
cxx11emu.h
errorlogger.cpp
errorlogger.h
executionpath.cpp
executionpath.h
lib.pri
library.cpp Revert my previous fix 28763fa020 and suppress gcc false positive warnings. 2014-06-13 15:46:43 +02:00
library.h Library: Added 'podtype' element. Partial fix for #5623 2014-06-08 12:09:00 +02:00
mathlib.cpp Fix clang compiler warning in mathlib.cpp and repair test case for #5895 2014-06-07 13:16:02 +02:00
mathlib.h
path.cpp
path.h
pcrerules.pri pro and pri files: remove unneeded empty lines, use spaces for consistency 2012-10-12 17:46:57 +02:00
preprocessor.cpp Simplify code - bail out early, vreak loops early, reorder checks and declarations. 2014-06-09 13:35:30 +04:00
preprocessor.h
settings.cpp
settings.h
standards.h man, htdocs, gui, test, tools: bump a few more copyrights to 2014 2014-03-03 11:03:17 +01:00
suppressions.cpp Refactorized inefficient usage of std::string and const char[]. 2014-04-02 13:56:34 +02:00
suppressions.h
symboldatabase.cpp
symboldatabase.h Refactorization in timer.cpp (#5902), Removed misleading comment in symboldatabase 2014-06-05 17:39:14 +02:00
templatesimplifier.cpp Fixed #5860: Don't show returnTempReference for calculations on unknown types 2014-05-24 12:50:04 +02:00
templatesimplifier.h
timer.cpp Refactorization in timer.cpp (#5902), Removed misleading comment in symboldatabase 2014-06-05 17:39:14 +02:00
timer.h
token.cpp Replaced static variable isCPP in Token (was not threadsafe): 2014-06-14 10:28:12 +02:00
token.h Replaced static variable isCPP in Token (was not threadsafe): 2014-06-14 10:28:12 +02:00
tokenize.cpp Ticket #5268: Properly detect function heads when in Tokenizer::simplifyEnum. 2014-06-15 15:52:58 +02:00
tokenize.h Tokenizer: Removed Tokenizer::simplifyConditionOperator(). Using the AST and ValueFlow, it should be much easier to parse ?: than before. 2014-06-10 19:30:13 +02:00
tokenlist.cpp Replaced static variable isCPP in Token (was not threadsafe): 2014-06-14 10:28:12 +02:00
tokenlist.h Moved getSourceFilePath(), isC() and isCPP() from Tokenizer to TokenList 2014-06-04 18:36:25 +02:00
valueflow.cpp Fixed #5916 (ValueFlow: Add a valueFlowAfterCondition() function) 2014-06-15 16:47:01 +02:00
valueflow.h
version.h
version.rc Refactorized resource files: 2012-10-14 10:21:22 +02:00