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

159 commits

Author SHA1 Message Date
Sergey Prigogin
7a3c9ba3a1 Switched to Java 1.6. 2011-10-17 18:04:17 -07:00
Sergey Prigogin
457af57f60 Changed the execution environment to JavaSE-1.6 2011-10-17 16:44:49 -07:00
Doug Schaefer
9ec9113700 Update version numbers for Juno. 2011-09-22 15:03:14 -04:00
Sergey Prigogin
fb7d64098f Bug 356239 - ClassCastException in ClassTypeHelper.getOwnMethods. 2011-08-30 14:51:36 -07:00
Sergey Prigogin
a8522bf2a1 Added ability to suppress unused variable and function warnings for code
produced by macro expansion.
2011-08-29 17:03:55 -07:00
Sergey Prigogin
17f96f9eb3 Bug 356040 - Invalid "Unused declaration of variable" warning. 2011-08-28 20:45:15 -07:00
Sergey Prigogin
c0b9f79b30 Bug 356037 - "No break at the end of case" warning for a case statement
produced by macro expansion.
2011-08-28 19:31:15 -07:00
Alena Laskavaia
6f2671b1ee Bug 352221 - Quick Fix for "case break" checker 2011-08-22 22:46:24 -04:00
Sergey Prigogin
33c2e373d4 Bug 353360 - Bogus "type must implement the inherited pure virtual
method" error. Fix and test case.
2011-07-30 23:03:30 -07:00
Sergey Prigogin
14afc9f4f4 Cosmetics. 2011-07-30 23:03:02 -07:00
Marc-Andre Laperle
74ecb38ea3 Bug 352983 - internal error in switch isFallThroughStatement 2011-07-25 13:49:00 -04:00
Sergey Prigogin
d3264a7418 Removed an invalid exemption for abstract classes. 2011-07-17 19:07:56 -07:00
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
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
Alena Laskavaia
c3dbd2cb91 Bug 351157 - Codan Source Plugin has incorrect Bundle-Name /
Bundle-Vendor
2011-07-05 21:59:02 -04:00
Doug Schaefer
d7092b12c9 Mavenizing CDT releng.
Also removed unsupported cdt.core fragments from the platform feature.
2011-06-28 05:21:58 -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
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
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
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
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
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