1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
Commit graph

216 commits

Author SHA1 Message Date
Alena Laskavaia
21c3683028 Added call to super() to initialize common parameters 2010-06-04 02:31:10 +00:00
Vivian Kong
912f531ec4 Bug 315439 Fix up copyright 2010-06-03 17:01:53 +00:00
Alena Laskavaia
ecf0c62ff0 Bug 315525: fix to suppress errors in inner functions 2010-06-03 03:02:06 +00:00
Alena Laskavaia
d91b53a16b Externalized strings in manifest 2010-05-31 01:42:48 +00:00
Alena Laskavaia
fb1eb3faed Added parameters for Catch by Reference checker 2010-05-27 01:21:57 +00:00
Alena Laskavaia
670709454b Generalized messages 2010-05-27 01:20:43 +00:00
Alena Laskavaia
6e50087a2b Added arguments, description and externalized strings 2010-05-24 21:54:19 +00:00
Alena Laskavaia
5a6ecb2fb8 Bug 313622 Make checking for !a && b optional and off by default 2010-05-24 15:07:53 +00:00
Alena Laskavaia
3a426fb5fc Bug 313622 Make checking for !a && b optional and off by default 2010-05-23 02:29:57 +00:00
Alena Laskavaia
94711d3e76 Added preference for list of exceptions in Statement has no effect checker 2010-05-23 02:18:47 +00:00
Alena Laskavaia
d87f6ff74c Bug 313817 Fixed f.p. when assignment is overloaded operator 2010-05-21 03:37:16 +00:00
Alena Laskavaia
22e14a8102 Added preference about macro expansion 2010-05-20 02:36:53 +00:00
Alena Laskavaia
a491012509 Restore the code that makes it work in CDT 6.0 2010-05-17 18:27:09 +00:00
Alena Laskavaia
173caf76de Implemented isLValue function inside the checker to make backward compatible with 6.0 2010-05-17 18:22:17 +00:00
Alena Laskavaia
3c2fd7ab95 Cleaned up problem preferences interfaces and fixed persistence 2010-05-16 02:18:02 +00:00
Alena Laskavaia
a355f5145a Moved parameter control up 2010-05-15 01:05:34 +00:00
Alena Laskavaia
459a3c2b6e Refactored adding parameter and renamed hash to map 2010-05-14 02:56:39 +00:00
Alena Laskavaia
e6499a96f6 Added parameters for checker - to check for implict return 2010-05-14 02:37:00 +00:00
Alena Laskavaia
4e0a4b9171 Externalized strings 2010-05-14 02:36:33 +00:00
Alena Laskavaia
53845ca38e Externalized strings 2010-05-13 02:07:25 +00:00
Alena Laskavaia
94cb067beb Refactored common function to utility class 2010-05-13 02:06:38 +00:00
Alena Laskavaia
a88cb349f8 Simplified code by using different API and get rid of warnings 2010-05-12 22:29:24 +00:00
Alena Laskavaia
eff03629d6 Interface class should have been in public package 2010-05-12 22:20:25 +00:00
Alena Laskavaia
fe3d182f42 Fixed f.p. for c++ lazy evaluation hacks 2010-05-11 03:01:00 +00:00
Alena Laskavaia
823deee35f Added data parameter to statement has no effect checker 2010-05-11 02:37:10 +00:00
Alena Laskavaia
6882aa6e56 Fixed f.p. for gnu compound statement expression extension 2010-05-11 02:17:20 +00:00
Alena Laskavaia
a39fe6b4b2 Extracted interface for data object of Basic Block in control flow graph 2010-05-09 01:54:29 +00:00
Alena Laskavaia
ed2cdbc529 Bug 311268 fixed some f.p. in return checker 2010-05-09 01:49:06 +00:00
Alena Laskavaia
dab4cc2c7e Bug 311268 added checker to check for return values 2010-05-08 02:43:49 +00:00
Alena Laskavaia
556a433366 - added catch by pointer as exception 2010-04-18 02:27:24 +00:00
Alena Laskavaia
c9823a073f - renamed catch by reference checker 2010-04-13 00:55:39 +00:00
Alena Laskavaia
077c8e6e45 307495 - fixed NPE 2010-03-30 12:50:23 +00:00
Alena Laskavaia
4967787769 - updated to catch possible exceptions 2010-03-29 15:34:44 +00:00
Alena Laskavaia
9f723276c7 PR: 307066 - fixed throw e cases 2010-03-26 15:14:41 +00:00
Alena Laskavaia
47c9b5205a [281187] checker was doing the opposite - implemented properly 2010-03-26 15:02:42 +00:00
Alena Laskavaia
26918193cf - fixed f.p and added test 2010-03-24 03:31:35 +00:00
Alena Laskavaia
b179923338 - added problem descriptions 2010-03-23 03:18:16 +00:00
Vivian Kong
d69cdc0dbb Bug 306725 - Missing plugin from Coden feature 2010-03-22 15:34:15 +00:00
Alena Laskavaia
92923566ce - added abstract classes for parameter info 2010-03-22 02:14:41 +00:00
Alena Laskavaia
b239297541 [306563 ] - fixed false positives 2010-03-20 14:19:43 +00:00
Alena Laskavaia
30dffe83b5 - fixed problem locations 2010-03-18 16:34:06 +00:00
Alena Laskavaia
78e4512614 - added real NamingConvention checker 2010-03-18 15:03:30 +00:00
Alena Laskavaia
bad558e232 - extracted example from real checkers 2010-03-18 14:33:13 +00:00
Alena Laskavaia
5cc82d793a separate language specific plugins from general 2010-03-18 14:06:45 +00:00
Alena Laskavaia
9c13ed2b01 - changed enablement, severity and message for naming convention checker 2010-03-08 21:06:18 +00:00
Alena Laskavaia
c8dd92b392 [279740] API scrub 2010-03-08 19:51:33 +00:00
Alena Laskavaia
b99ecd97c7 [279740] - renamed some packages to internal 2010-03-08 15:04:53 +00:00
Alena Laskavaia
b6d3835b3b - added source build properties 2010-03-04 14:59:23 +00:00
Alena Laskavaia
dc89e16b94 - removed extra includes 2010-03-03 15:58:40 +00:00
Alena Laskavaia
28b8714c2d - checker with a parameter 2010-02-19 02:29:35 +00:00