Daniel Marjamäki
|
004b4e4dbe
|
TestSuite: The ASSERT and ASSERT_EQUALS will now stop executing the test case upon failure. This can be used to avoid extra guard logic in tests.
|
2019-09-16 06:34:45 +02:00 |
Daniel Marjamäki
|
f6527fcd9b
|
fixed tests, unused templates are removed by default
|
2019-05-05 19:40:58 +02:00 |
Daniel Marjamäki
|
004d7d5333
|
Fixed #8580 (False positive: unused function (lambda))
|
2019-04-27 17:17:51 +02:00 |
Daniel Marjamäki
|
bd7790fd8c
|
Update copyright year
|
2019-02-09 07:24:06 +01:00 |
Daniel Marjamäki
|
8dd641b8be
|
Use OVERRIDE in test
|
2019-01-12 15:45:25 +01:00 |
Daniel Marjamäki
|
1f1c44a04f
|
Fixed #8677 (False positive: unused method)
|
2018-08-08 11:31:35 +02:00 |
IOBYTE
|
ce50df8047
|
Fix override warnings. (#1234)
|
2018-05-15 16:37:40 +02:00 |
Hinterwaeldlers
|
a9b1f4c640
|
Taking care of operation overloading functions (#1108)
|
2018-03-12 10:25:30 +01:00 |
Daniel Marjamäki
|
71511f3131
|
Refactor f487182
|
2018-02-06 08:59:36 +01:00 |
Ivan Maidanski
|
f487182075
|
Suppressed unused functions should not lead to nonzero exit code (#1026) (#1078)
This is a fix of commit 97ffec8 .
|
2018-02-06 07:44:53 +01:00 |
Daniel Marjamäki
|
c4caee6b18
|
Updated copyright year
|
2018-01-14 15:37:52 +01:00 |
Ivan Maidanski
|
97ffec85c0
|
Fixed #7502 (Correct exit code if never used function is found) (#1026)
|
2018-01-12 08:24:01 +01:00 |
Ayaz Salikhov
|
28aa939d69
|
iwyu - include what you use
|
2017-05-27 04:33:47 +02:00 |
PKEuS
|
120fe2e4d6
|
Fixed false positive: The function 'operatorstd::string' is never used. (#7853)
|
2016-12-08 13:54:54 +01:00 |
Daniel Marjamäki
|
95009a4630
|
Merge pull request #745 from lanurmi/2016_ad
Update copyright year to 2007-2016.
|
2016-01-01 22:57:19 +01:00 |
Daniel Marjamäki
|
f5715c1496
|
Rename Unspecified platform type to Native
|
2016-01-01 16:39:41 +01:00 |
Lauri Nurmi
|
996c9244d8
|
Update copyright year to 2007-2016.
|
2016-01-01 15:34:45 +02:00 |
Daniel Marjamäki
|
0f9d90d2be
|
Changed Copyrights. Removed my name.
|
2015-11-18 20:04:50 +01:00 |
PKEuS
|
3a5cef8a7e
|
Refactorization: Improved usage of Settings instances in test suite
|
2015-10-07 18:40:03 +02:00 |
Alexander Mai
|
0b225fa02f
|
2nd attempt to fix crash in CheckUnusedFunctions::check. CheckBufferOverrun::checkBufferAllocatedWithStrlen: Don't check for 'new' in C code.
|
2015-06-28 18:34:09 +02:00 |
Alexander Mai
|
2c73518e29
|
Fix platform-dependent test result, formatting and crash in whole program analysis
|
2015-06-28 17:54:48 +02:00 |
amai2012
|
4a47b8b3ae
|
Refactoring: Better distinguish between C and C++ in a few checks.
|
2015-06-28 16:49:16 +02:00 |
PKEuS
|
bc5132e0ac
|
Refactorization: Moved declaration of errout, ... to testsuite.h, uniformized style
|
2015-03-11 22:54:43 +01:00 |
Daniel Marjamäki
|
ff11ba9847
|
Updated copyright year to 2015
|
2015-01-03 12:14:58 +01:00 |
PKEuS
|
493ab541ab
|
Fixed #6291 and #6293: Support :: in front of function name in checkUnusedFunctions
Simplified code in CheckUnusedFunctions
|
2014-12-09 22:04:51 +01:00 |
Daniel Marjamäki
|
a002654c47
|
Reverted refactoring 828417c for now. It caused a major slowdown in the unused functions checking.
|
2014-11-24 06:37:08 +01:00 |
Daniel Marjamäki
|
051d42ae6b
|
astyle formatting
|
2014-11-20 14:20:09 +01:00 |
orbitcowboy
|
f5d804f71a
|
running astyle
|
2014-11-20 10:13:03 +01:00 |
Daniel Marjamäki
|
828417c934
|
CheckUnusedFunction: Refactorings to use same infrastructure for whole program analysis as CheckUninitVar and CheckBufferOverrun
|
2014-11-15 18:44:23 +01:00 |
PKEuS
|
8722bba52a
|
Fixed false positive #4648
|
2014-08-31 20:33:27 +02:00 |
PKEuS
|
6c4e8761c8
|
Fixed false positive "unused function" #5113.
|
2014-03-26 12:34:21 +01:00 |
PKEuS
|
848d079c71
|
Refactorized detection of function usage in CheckUnusedFunction, fixed #5358
|
2014-03-26 09:12:41 +01:00 |
PKEuS
|
02f38772cc
|
Refactorization: Use SymbolDatabase to find functions in CheckUnusedFunctions
|
2014-03-26 08:54:56 +01:00 |
PKEuS
|
6b16b519a2
|
Fixed crash on wrong __attribute__((constructor)) syntax
|
2014-03-16 16:39:07 +01:00 |
Robert Reif
|
e26bd5b99c
|
Fixed #5563 (add __attribute__((destructor)) and improve __attribute__((constructor)) support)
|
2014-03-14 18:17:21 +01:00 |
Daniel Marjamäki
|
fd3a8a2a18
|
Update copyright
|
2014-02-15 07:45:39 +01:00 |
Sam Truscott
|
6806fd8135
|
Extended Qt support through Library
|
2013-10-20 14:09:10 +02:00 |
Daniel Marjamäki
|
4a1d1ce1a1
|
Fixed #3471 (Unused functions: take __attribute__((constructor)) in to consideration)
|
2013-08-30 06:27:46 +02:00 |
Daniel Marjamäki
|
9b4f6a6b3d
|
Fixed #4701 (false positive unusedFunction when using templates)
|
2013-08-23 06:47:52 +02:00 |
PKEuS
|
a9a5dc0354
|
Updated to AStyle 2.03, require this version
|
2013-08-07 16:27:37 +02:00 |
Ettl Martin
|
1b9c1c03fa
|
unittests: removed not needed '\n' at the end of testcases.
|
2013-03-20 15:36:16 +01:00 |
Daniel Marjamäki
|
0fb2d309a6
|
Fixed #4490 (False positive: unused function (function pointer is taken in global scope))
|
2013-01-16 16:52:57 +01:00 |
Daniel Marjamäki
|
2fa35a6f8d
|
Fixed #4429 (unused functions: handle function declarations better)
|
2013-01-15 17:00:28 +01:00 |
Reijo Tomperi
|
5d5f7085bf
|
Updating year 2012 -> 2013 to .cpp and .h files and man page.
|
2013-01-01 18:29:08 +02:00 |
PKEuS
|
24b98feadb
|
Message refactorization: checkuninitvar.cpp, checkunusedfunctions.cpp, checkunusedvar.cpp
|
2012-11-01 18:40:20 +01:00 |
XhmikosR
|
3c14e4b52a
|
test: tabs to spaces, remove trailing spaces and extra empty lines at the end of files
|
2012-09-17 13:51:40 +02:00 |
Daniel Marjamäki
|
f967142436
|
Fixed #3875 (Static member method called with class name is considered unused)
|
2012-06-14 22:04:21 +02:00 |
PKEuS
|
c12d82aeb9
|
Fixed false negative in unused functions check when function returns reference
Removed some unnecessary loops
|
2012-04-09 11:00:31 +02:00 |
Reijo Tomperi
|
8cae17fda8
|
Update year to 2012
|
2012-01-01 01:05:37 +02:00 |
Daniel Marjamäki
|
b7988a3dab
|
Fixed #3336 (False positive: Member function is not used (used by template function))
|
2011-12-03 12:19:26 +01:00 |