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

126 commits

Author SHA1 Message Date
Alena Laskavaia
f895d0411b Bug 335901 - Suspicious semicolon is not reported in "else" clause 2011-05-02 01:30:34 +00:00
Alena Laskavaia
55b32bcd97 cleanup up some login in return checker and optimized (not building cfg for simple cases) 2011-05-01 23:14:04 +00:00
Andrew Gvozdev
91ab5f5876 bug 343429: [checker] Checker to pinpoint unused static functions in a file
A few false positives corrected
2011-04-29 19:25:26 +00:00
Andrew Gvozdev
fe52e11b25 bug 343429: [checker] Checker to pinpoint unused static functions in a file
Added exception for CVS ident
2011-04-29 11:17:42 +00:00
Andrew Gvozdev
f1daf6235a bug 343429: [checker] Checker to pinpoint unused static functions in a file 2011-04-29 03:00:09 +00:00
Sergey Prigogin
04f74e7829 Don't report problems inside macro expansions. 2011-04-26 03:38:49 +00:00
Sergey Prigogin
37d2f3e93b Cosmetics. 2011-04-26 03:23:34 +00:00
Sergey Prigogin
ae98f347c0 Cosmetics. 2011-04-26 03:21:37 +00:00
Alena Laskavaia
2c65df3e22 Bug 342906 - No warning if only one of an if/else pair has a return statement 2011-04-25 02:13:33 +00:00
Alena Laskavaia
b8b9084ce2 Bug 332285 - Parser misinterprets return statement in lambda 2011-04-25 01:45:28 +00:00
Alena Laskavaia
a27af205a9 Bug 343676: rewrote case checker to support complex structures 2011-04-24 19:00:34 +00:00
Marc-Andre Laperle
3d1b5b91df Bug 343682 - [performance] AbstractClassInstantiationChecker could be a bit faster 2011-04-23 06:20:46 +00:00
Sergey Prigogin
95eeab8640 Renamed messages.properties to CeheckersMessages.properties. 2011-04-19 17:06:50 +00:00
Sergey Prigogin
a7adfb502f Bug 326269 - Checker for instantiation of an abstract class. Patch by Anton Gerenkov. 2011-04-12 23:19:00 +00:00
Sergey Prigogin
87ae09ee72 Bug 337486 - AbstractIndexAstChecker allows AST to outlive index read lock. 2011-04-12 22:13:46 +00:00
Emanuel Graf
39e579aa0a Bug 341089: Codan does not handle missing functions in macros correctly
https://bugs.eclipse.org/bugs/show_bug.cgi?id=341089
2011-04-06 08:11:52 +00:00
Alena Laskavaia
527ee4ff5a started adding support for multiple instance problems 2011-03-20 01:53:23 +00:00
Alena Laskavaia
b8f814df23 extracted comment manupulation login to an abstract checker 2011-03-17 20:17:17 +00:00
Marc-Andre Laperle
d9f24fae67 Bug 338683 - Codan confuses fields with methods 2011-03-13 06:03:56 +00:00
Alena Laskavaia
2d5b88f62e hack to initialize ast cache for reading comments 2011-03-12 14:25:12 +00:00
Alena Laskavaia
2b1b5e18d4 added support to easy discovering comments for statement (for suppression) 2011-03-12 03:18:12 +00:00
Marc-Andre Laperle
63ec2d8b00 Bug 337677 - Warning about "void" in late-specified return type 2011-03-11 05:30:11 +00:00
Alena Laskavaia
1db363d94c semantic errors problem would not run on build by default 2011-03-01 02:21:13 +00:00
Alena Laskavaia
9701e70e2b Bug 326768 - Macro name is reported as unresolved symbol, not the actual symbol after macro expansion 2011-02-24 03:15:05 +00:00
Alena Laskavaia
b414adbb13 Bug 333255 - Parser gives bogus warning about no return value when SFINAE is used 2011-02-24 03:03:10 +00:00
Alena Laskavaia
0989509cda Bug 329497 - updated check for false negative 2011-02-24 02:55:11 +00:00
Alena Laskavaia
1d85f97705 Bug 337487 - Bad exception handling in Codan 2011-02-24 02:23:23 +00:00
Alena Laskavaia
598b6fc042 auto-format code using project formatter 2011-02-24 00:50:07 +00:00
Alena Laskavaia
9164b9a756 enable project specific code formatter so all committers use the same one 2011-02-24 00:47:37 +00:00
Alena Laskavaia
1e1fdab079 Bug 320187 - A codan checker for detecting format string vulnerabilities 2011-02-08 02:51:59 +00:00
Andrew Gvozdev
dba2ed2036 typo fixed 2011-01-31 20:37:25 +00:00
Alena Laskavaia
3baf46e820 updated text for problem binding errors 2011-01-18 03:33:15 +00:00
Alena Laskavaia
60100b4d38 Bug 331790 Externalize Problem Binding checker 2011-01-18 03:28:41 +00:00
Alena Laskavaia
08cf5bcb27 Bug 332285 - fixed lambda expressions 2011-01-18 03:18:53 +00:00
Alena Laskavaia
db436ae417 Bug 333813 - fixed fp, default settings and description 2011-01-18 02:55:37 +00:00
Alena Laskavaia
83ea511e24 Bug 329497 - checker for no break at the end of case 2010-12-01 02:36:00 +00:00
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