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

784 commits

Author SHA1 Message Date
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
3b36b2bd92 Bug 347392 - Non externalized string in org.eclipse.cdt.codan.internal.ui.preferences.BuildPropertyPage. 2011-05-27 03:49:20 +00:00
Sergey Prigogin
2641a77126 Bug 333494 - Codan sometimes stops working after upgrade. 2011-05-27 03:33:00 +00:00
Sergey Prigogin
f05366610d Cosmetics. 2011-05-27 03:30:26 +00:00
Vivian Kong
908bfad797 Bug 347325 - Codan source bundles missing legal files - add legal files to source bundle for Codan 2011-05-26 14:19:38 +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
Vivian Kong
a8138c9ba2 Bug 331788 - NLS: Severities for Code Analysis Problem Preferences not externalized for translation 2011-05-24 14:43:46 +00:00
Sergey Prigogin
f118967040 Moved initialization of default preference to Codan core where it belongs. 2011-05-24 01:13:36 +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
ac2279adea Comment adjustment. 2011-05-20 18:32:17 +00:00
Sergey Prigogin
bf14a317b4 Code streamlining. 2011-05-20 18:31:20 +00:00
Sergey Prigogin
be065cee02 Fixed misleading names and made few other readability improvements. 2011-05-20 18:18:41 +00:00
Sergey Prigogin
367325b8b3 Bug 315528 - Non-virtual destructor diagnostics doesn't take superclass into account. Fixed false negatives when dtor is not public and there are no friends. 2011-05-20 17:41:15 +00:00
Vivian Kong
c82cbe55fb Bug 346568 - Update licenses for Indigo 2011-05-20 00:59:10 +00:00
Sergey Prigogin
e1157c1d05 Bug 315528 - Non-virtual destructor diagnostics doesn't take superclass into account. Patch by Patrick Hofer. 2011-05-19 04:20:58 +00:00
Sergey Prigogin
63c5b6c950 Bug 346365 - Codan ignores default preferences. 2011-05-19 04:06:02 +00:00
Sergey Prigogin
5e0dd6ee10 Restricted visibility of methods. 2011-05-19 02:41:33 +00:00
Sergey Prigogin
51401d68f6 Do not report suspicious semicolons produced by macro expansion. 2011-05-19 02:37:55 +00:00
Sergey Prigogin
67e7fae707 Bug 345793 - Codan checkers run even when disabled. 2011-05-13 22:31:04 +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
Sergey Prigogin
46ac14620b Methods for controlling grabExcessHorisontalSpace and grapExcessVerticalSpace grid layout attributes. 2011-05-08 22:23:40 +00:00
Sergey Prigogin
f88c1e14b6 Bug 326269. A follow up patch by Anton Gorenkov. 2011-05-02 18:40:24 +00:00
Alena Laskavaia
38bd4a6094 fixed reporting of error in empty constructor 2011-05-02 02:18:23 +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
55b32bcd97 cleanup up some login in return checker and optimized (not building cfg for simple cases) 2011-05-01 23:14:04 +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
04f74e7829 Don't report problems inside macro expansions. 2011-04-26 03:38:49 +00:00
Sergey Prigogin
44a3a89caa Fixed warnings. 2011-04-26 03:37:18 +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
bd992e2e92 - added stats collecting code 2011-04-25 03:12:05 +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
Marc-Andre Laperle
3d1b5b91df Bug 343682 - [performance] AbstractClassInstantiationChecker could be a bit faster 2011-04-23 06:20:46 +00:00
Sergey Prigogin
3ed57b3aa3 Renamed messages.properties to Messages.properties. 2011-04-19 17:09:39 +00:00
Sergey Prigogin
95eeab8640 Renamed messages.properties to CeheckersMessages.properties. 2011-04-19 17:06:50 +00:00
Sergey Prigogin
affb984a3d Renamed messages.properties to CodanUIMessages.properties. 2011-04-19 17:03:07 +00:00
Sergey Prigogin
30fc84b911 Rename messages.properties to Messages.properties. 2011-04-19 17:00:58 +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
Sergey Prigogin
9c507fe607 Cosmetics. 2011-04-10 01:22:26 +00:00
Sergey Prigogin
0a5580f3d3 Cosmetics. 2011-04-10 01:20:27 +00:00
Sergey Prigogin
cf018dec6c Javadoc adjustments. 2011-04-10 00:06:47 +00:00