1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 06:32:10 +02:00
Commit graph

90 commits

Author SHA1 Message Date
Alena Laskavaia
7e83139fba Bug 328532 - added parameter to suppress the error in case if has else 2010-10-24 00:44:54 +00:00
Alena Laskavaia
ea00500725 Bug 322119 - [checker] Suspicious semicolon (i.e. ";" after "if") 2010-10-18 01:18:49 +00:00
Alena Laskavaia
7b7b5e2d0e small refactoring 2010-10-18 00:28:57 +00:00
Alena Laskavaia
108d5bdca2 Bug 327710 added support for C++ methods, fixed f.p for constructor, descr and special method such as operators, added preferences for checking for C++ methods 2010-10-18 00:27:47 +00:00
Markus Schorn
73e9f57abb Remove access to parser internals. 2010-10-15 12:50:11 +00:00
Alena Laskavaia
cefc281f9f Bug 321471 Return statement style patch from Marc-Andre Laperle 2010-09-20 01:17:25 +00:00
Alena Laskavaia
da074afa86 Bug 323602: fixed f.p. in constructors/destructors for return checker 2010-08-27 00:47:28 +00:00
Alena Laskavaia
54aeb3242f make semantic error to have their own marker type 2010-08-27 00:18:22 +00:00
Alena Laskavaia
f546ade7fc Bug 321933 fixed f.p. in assignment to itself checker when assignment is in macro 2010-08-07 01:52:47 +00:00
Alena Laskavaia
24639ea848 Bug 175646 - applying patch for slow inClass context calculation 2010-08-05 11:43:04 +00:00
Alena Laskavaia
25147bd632 Bug 321383 - fixed performance issue for ProblemBindingChecker 2010-08-04 00:55:24 +00:00
Alena Laskavaia
3a67847b2b Bug 314576: added assignment to itself checker, contribution from Severin Gehwolf 2010-07-29 12:00:38 +00:00
Alena Laskavaia
fbdb55c7a7 Bug 316309: fixing void return typedef in C++ (patch from Marc-Andre Laperle) 2010-07-29 02:03:55 +00:00
Alena Laskavaia
d2f4f9daa0 - added category and did some renaming for problem binding checker 2010-07-29 01:11:43 +00:00
Alena Laskavaia
bcc7727f9c Bug 309760 - renamed checker 2010-07-21 00:05:44 +00:00
Alena Laskavaia
d50f45078b made checkers packages visible for tests 2010-06-30 12:07:21 +00:00
Alena Laskavaia
38b1009303 Bug 309760 name resolution checker, contributed patch 2010-06-24 01:26:28 +00:00
Alena Laskavaia
ce2679ff3a fixed typo 2010-06-24 01:19:12 +00:00
Alena Laskavaia
b5a9a032db Bug 317042 added more cases for assignment in condition checker 2010-06-19 18:05:56 +00:00
Alena Laskavaia
7823edaff4 Bug 317067: typo 2010-06-19 17:37:54 +00:00
Alena Laskavaia
59ab06fad1 Bug 317067: fixed typo in comment 2010-06-17 01:06:39 +00:00
Alena Laskavaia
d570162453 Bug 316309: unwind typedef for void 2010-06-17 00:23:02 +00:00
Doug Schaefer
dd109e248c Add missing about.html files. 2010-06-14 18:35:55 +00:00
Alena Laskavaia
652e118d0e Bug 315518 - fixed case where checker would report return with value while expression is void 2010-06-04 03:03:37 +00:00
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