1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-22 14:12:10 +02:00
Commit graph

146 commits

Author SHA1 Message Date
Sergey Prigogin
0cecd403cb Fixed an NPE. 2013-06-21 17:10:14 -07:00
Tomasz Wesolowski
660a75531a Bug 348387 - fp in ReturnChecker using try/catch 2012-11-17 01:38:45 -05:00
Sergey Prigogin
3be412111c Bumped up feature versions for Kepler. 2012-06-28 11:08:11 -07:00
Alex Ruiz
a5e61b3f44 Bug 372551. Made "run on save" checker launch mode independent of
CodanBuilder. Introduced IPostSaveListener. Show external tool name in
console (instead of "CDT Build").

Change-Id: Id2f84acdbdc433084fab1360f80ca3a30a4182ab
Reviewed-on: https://git.eclipse.org/r/5760
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2012-05-01 13:15:46 -04:00
Sergey Prigogin
4c3a5dd669 Moved execution of checkers from CodanBuilder to CodanRunner. 2012-04-29 19:12:28 -07:00
Sergey Prigogin
c8e3a663f0 Eliminated redundant checker runs. 2012-04-28 23:15:29 -07:00
Alex Ruiz
181907f2fd Bug 372551. Fixed running checkers on file open. Split "On file save"
launch mode into "On file save" and "On file open". Removed warnings in
project org.eclipse.cdt.codan.ui.cxx.

Change-Id: I7f0bc16731ba36e8048904f19836da9ae47514de
Reviewed-on: https://git.eclipse.org/r/5665
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2012-04-26 23:02:11 -04:00
Alex Ruiz
ba5775f033 Bug 372551. Fixed semantics of ErrorParserManager (e.g.
getErrorParserAvailableIds()) get by removing knowledge of
contexts from internal data structures (introduced in previous change
set).

Change-Id: Ia1ff68841f3b494a209e8cdf45325d640fd74ddf
Reviewed-on: https://git.eclipse.org/r/5656
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2012-04-25 16:44:50 -04:00
Alex Ruiz
1f83e4aa21 Bug 372551. Codan support for writing checkers that invoke external
tools.

Change-Id: Ia5cfd24d54ec6e67e08f24a367a6bc689ae407d0
Reviewed-on: https://git.eclipse.org/r/5586
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2012-04-18 15:52:48 -04:00
Sergey Prigogin
e7ef578e94 Bug 377045 - Bogus transient errors in C/C++ editor soon after Eclipse
startup.
2012-04-17 19:56:31 -07:00
Sergey Prigogin
f3f2671d48 Fixed a typo. 2012-04-17 19:55:35 -07:00
Alena Laskavaia
77a06573a9 Bug 316076 - fixed f.p. when using gcc annotation about no return 2012-04-16 21:56:57 -04:00
Sergey Prigogin
ada23a9a2f Bug 372551. Removed the external tool checker support until all design
issues are resolved.
2012-03-13 18:42:16 -07:00
Marc-Andre Laperle
c40a860ba3 Bug 373695 - Quick fix fails to create local variable 2012-03-13 20:21:27 -04:00
Sergey Prigogin
0ecc12f363 Remove version constraints from dependencies between Codan plugins. 2012-02-24 12:49:54 -08:00
Alex Ruiz
3115bb4e22 Initial take on external-tool-based checkers. 2012-02-23 12:25:05 -08:00
Sergey Prigogin
e128056245 Fixed ExtractFunctionRefactoringTest.testOutputParameterWithMethodCall
test.
2012-02-08 20:58:00 -08:00
Sergey Prigogin
ecd14f70f8 Declare utility methods static. 2012-01-09 10:52:51 -08:00
Sergey Prigogin
d8c53b2501 @Override annotations. 2012-01-07 17:43:42 -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
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
a8522bf2a1 Added ability to suppress unused variable and function warnings for code
produced by macro expansion.
2011-08-29 17:03:55 -07: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
Vivian Kong
1ac5b9f1e2 Bug 348747 - Codan source bundles missing required files 2011-06-08 14:10:28 +00:00
Sergey Prigogin
51401d68f6 Do not report suspicious semicolons produced by macro expansion. 2011-05-19 02:37:55 +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
Sergey Prigogin
87ae09ee72 Bug 337486 - AbstractIndexAstChecker allows AST to outlive index read lock. 2011-04-12 22:13:46 +00:00
Sergey Prigogin
1b0fae8b18 Javadoc adjustments. 2011-04-09 20:58:50 +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
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
527ee4ff5a started adding support for multiple instance problems 2011-03-20 01:53:23 +00:00
Alena Laskavaia
2122fc3c99 method should be syncronized 2011-03-19 18:48:54 +00:00
Alena Laskavaia
b8f814df23 extracted comment manupulation login to an abstract checker 2011-03-17 20:17:17 +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
5ef3de90b4 Bug 339634 - [performance] Quick fix create local variable and others can be slow 2011-03-11 05:15:53 +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
353b63daf9 make CIndex checker extened AbtractCheckerWithParamters because it should 2011-02-22 02:57:11 +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
aadbf2a477 Bug 335909 - Exception in switch statement 2011-02-09 02:24:19 +00:00
Alena Laskavaia
746c7f5b5c Bug 336554 - Codan shouldn't bother if the file is not under C/C++ project 2011-02-09 02:03:13 +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
1ee803fcc8 Bug 327779 - fixed cash items leakage 2010-10-18 01:01:53 +00:00
Markus Schorn
0dea806506 Bug 323723: Removes the remaining throw declarations from IVariable and IFunction. 2010-10-12 11:29:00 +00:00
Alena Laskavaia
92009d5090 Bug 321437 - passing a null index as the effect of not skipping any headers. Patch from Marc-Andre Laperle 2010-08-18 14:13:36 +00:00
Alena Laskavaia
fd46566d60 Bug 320575 incorrect type inference for add field, patch from Tomasz Wesolowski 2010-07-23 02:43:47 +00:00