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

158 commits

Author SHA1 Message Date
Sergey Prigogin
21e056c856 Bug 315528 - [fp] Non-virtual destructor diagnostics doesn't take
superclass into account. Fix and additional tests including the ones
contributed by Tomasz Wesolowski.
2011-07-17 19:07:11 -07:00
Tomasz Wesolowski
761ccb9301 Bug 333599 - [C++0x] Initializer lists & return without type 2011-07-15 21:13:03 -04:00
Marc-Andre Laperle
2fbbb66579 Set UI harness for codan tests. Needed for quick fixes. 2011-07-09 14:42:05 -04:00
Anton Gorenkov
3b6f6642b8 Bug 339795 - [checker] Checker that finds class members that are not
initialized in constructor
2011-07-06 02:34:49 -04:00
Doug Schaefer
6eff5311d7 More tests for the Maven build. 2011-06-29 14:30:07 -04:00
Alena Laskavaia
5431dae219 Bug 332283 - Parser gives warning if main does not return anything 2011-06-27 22:04:01 -04:00
Tomasz Wesolowski
6b80326e17 Bug 345687 - [fp] "No return, in function returning non-void" for
compound statement at the end
2011-06-27 20:47:43 -04:00
Tomasz Wesolowski
0060fff702 Bug 346559 - [fp] undeserved "no return in function returning non-void"
when using goto
2011-06-25 22:29:01 -04:00
Vivian Kong
1ac5b9f1e2 Bug 348747 - Codan source bundles missing required files 2011-06-08 14:10:28 +00:00
Sergey Prigogin
f651a8baa6 Bug 315528 - [fp] Non-virtual destructor diagnostics doesn't take superclass into account. Patch by Patrick Hofer. 2011-05-28 04:57:43 +00:00
Sergey Prigogin
ffc95c0d8d Bug 315528 - Non-virtual destructor diagnostics doesn't take superclass into account. Patch by Patrick Hofer. 2011-05-25 06:06:05 +00:00
Sergey Prigogin
c3b5435595 Bug 315528 - Non-virtual destructor diagnostics doesn't take superclass into account. Tests by Patrick Hofer. 2011-05-23 23:55:41 +00:00
Sergey Prigogin
51401d68f6 Do not report suspicious semicolons produced by macro expansion. 2011-05-19 02:37:55 +00:00
Sergey Prigogin
2ba3a82120 Bug 326269 - Checker for instantiation of an abstract class. Patch by Anton Gorenkov. 2011-05-10 19:44:49 +00:00
Alena Laskavaia
f895d0411b Bug 335901 - Suspicious semicolon is not reported in "else" clause 2011-05-02 01:30:34 +00:00
Alena Laskavaia
a63a62bc4f Bug 343767 - [fp] 'No return' warning when return in both if and else 2011-05-01 21:14:42 +00:00
Alena Laskavaia
a0ff5b6b4f Bug 343767 - [fp] 'No return' warning when return in both if and else 2011-05-01 21:11:52 +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
44a3a89caa Fixed warnings. 2011-04-26 03:37:18 +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
42958023ad Bug 338046 - Bogus warning in macro that resolves to 'case' statement 2011-04-25 01:05:50 +00:00
Alena Laskavaia
d3ddf272ed Bug 339802 - [fp] No break at the end of case if "break" is defined in braces and in a macro 2011-04-25 01:02:56 +00:00
Alena Laskavaia
a27af205a9 Bug 343676: rewrote case checker to support complex structures 2011-04-24 19:00:34 +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
Sergey Prigogin
c42f42cb81 Disabled auto formatting on save. Alena, please don't re-enable it. 2011-03-23 02:48:23 +00:00
Marc-Andre Laperle
ba7cd25db1 Bug 339463 - Quick fix create local variable and others do not infer parameter types in method calls 2011-03-22 04:29:50 +00:00
Alena Laskavaia
899b6159ac added convinience method to use outside of the package 2011-03-19 17:20:56 +00:00
Marc-Andre Laperle
cbd551eeef Add CreateLocalVariableQuickFix test to automated tests suite, fix the test. Minor clean up. 2011-03-13 06:32:17 +00:00
Marc-Andre Laperle
d9f24fae67 Bug 338683 - Codan confuses fields with methods 2011-03-13 06:03:56 +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
c2074dec42 - did a major refactoring with API breakage to get rid of bad dependency from codan.ui to cdt (should be in codan.ui.cxx) 2011-03-08 03:14:03 +00:00
Alena Laskavaia
0989509cda Bug 329497 - updated check for false negative 2011-02-24 02:55:11 +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
Sergey Prigogin
dafa751ccf Fixed compiler warnings. 2011-02-20 00:49:47 +00:00
Alena Laskavaia
53ecdbbc27 Bug 335909 - adjusted cfg generation for switch and dead code 2011-02-09 03:19:10 +00:00
Alena Laskavaia
1e1fdab079 Bug 320187 - A codan checker for detecting format string vulnerabilities 2011-02-08 02:51:59 +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
49067335fd Bug 329497 - checker for no break at the end of case 2010-12-01 02:41:42 +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
ea00500725 Bug 322119 - [checker] Suspicious semicolon (i.e. ";" after "if") 2010-10-18 01:18:49 +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
f546ade7fc Bug 321933 fixed f.p. in assignment to itself checker when assignment is in macro 2010-08-07 01:52:47 +00:00