1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +02:00
Commit graph

182 commits

Author SHA1 Message Date
Sergey Prigogin
1548edd7e5 Cosmetics. 2012-02-11 17:11:59 -08:00
Sergey Prigogin
3991fd8658 Fixed two broken tests. 2012-02-11 17:11:52 -08:00
Sergey Prigogin
5db78a20c8 Cosmetics. 2012-02-10 17:47:52 -08:00
Sergey Prigogin
8034e44101 Fixed few failing Codan tests. 2012-02-10 17:47:46 -08:00
Marc-Andre Laperle
d98768295b Bug 368446 - NonVirtualDestructor checker: stack overflow when class
inherits itself
2012-01-14 16:50:28 -05:00
Sergey Prigogin
ecd14f70f8 Declare utility methods static. 2012-01-09 10:52:51 -08:00
Sergey Prigogin
693a79de5e Fixed typos. 2011-12-05 19:57:17 -08:00
Sergey Prigogin
11ea0ed928 Code streamlining. 2011-11-07 14:37:14 -08:00
Sergey Prigogin
666828f68a Fixed broken Quick Fix tests. 2011-11-07 14:28:57 -08:00
Sergey Prigogin
09967ad791 Version number changes missed in the previous commit. 2011-10-19 20:53:44 -07:00
Sergey Prigogin
2932f9122c Updated parent feature version in pom.xml files. 2011-10-19 19:32:07 -07:00
Sergey Prigogin
c3d94d1bf2 Switched to Java 1.6. 2011-10-17 20:57:43 -07:00
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
Marc-Andre Laperle
5eb921be84 Fix codan.test pom 2011-09-02 22:58:26 -04: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
13d4a94d42 Use StringBuilder instead of StringBuffer. 2011-08-08 16:27:41 -07: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
Marc-Andre Laperle
74ecb38ea3 Bug 352983 - internal error in switch isFallThroughStatement 2011-07-25 13:49:00 -04:00
Marc-Andre Laperle
db669ba963 Bug 348191 - Quick fix for catch by value should propose to replace by a
const reference
Bug 352263 - [qf] Catch by reference quick fix places & at a wrong place
when no space after the type
2011-07-21 12:57:53 -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
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