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

566 commits

Author SHA1 Message Date
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
3b39d334c9 Slightly improved layout of problems dialog 2011-02-08 03:10:35 +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
42fa511831 Bug 336396: fixed double processing of files on build 2011-02-08 02:24:45 +00:00
Andrew Gvozdev
dba2ed2036 typo fixed 2011-01-31 20:37:25 +00:00
Alena Laskavaia
29aa387fa2 Bug 331794 - NLS: Strings on Code Analysis - Customize Problem dialog not externalized for translation 2011-01-18 03:38:37 +00:00
Alena Laskavaia
3baf46e820 updated text for problem binding errors 2011-01-18 03:33:15 +00:00
Alena Laskavaia
60100b4d38 Bug 331790 Externalize Problem Binding checker 2011-01-18 03:28:41 +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
5f895da197 Bug 334447 - exception on closed project - patch committed 2011-01-18 02:15:51 +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
bbbe3dceac Bug 329858: fixing exception with header files outside of workspace 2010-11-17 01:50:47 +00:00
Alena Laskavaia
24f662d5ba fixed NPE 2010-11-17 01:48:53 +00:00
Alena Laskavaia
7e83139fba Bug 328532 - added parameter to suppress the error in case if has else 2010-10-24 00:44:54 +00:00
Vivian Kong
99c76ff666 Bug 328403 Update CDT feature/plugin versions for Indigo release 2010-10-21 20:05:18 +00:00
Alena Laskavaia
ea00500725 Bug 322119 - [checker] Suspicious semicolon (i.e. ";" after "if") 2010-10-18 01:18:49 +00:00
Alena Laskavaia
1ee803fcc8 Bug 327779 - fixed cash items leakage 2010-10-18 01:01:53 +00:00
Alena Laskavaia
7b7b5e2d0e small refactoring 2010-10-18 00:28:57 +00:00
Alena Laskavaia
108d5bdca2 Bug 327710 added support for C++ methods, fixed f.p for constructor, descr and special method such as operators, added preferences for checking for C++ methods 2010-10-18 00:27:47 +00:00
Alena Laskavaia
cf174d1afb Bug 327710 convinience method 2010-10-18 00:26:54 +00:00
Markus Schorn
73e9f57abb Remove access to parser internals. 2010-10-15 12:50:11 +00:00
Markus Schorn
0dea806506 Bug 323723: Removes the remaining throw declarations from IVariable and IFunction. 2010-10-12 11:29:00 +00:00
Sergey Prigogin
65b7d3b1fd Moved Codan to CDT platform. 2010-09-25 17:48:25 +00:00
Marc Khouzam
ce50ee07e2 Bug 321692: Remove dependencies to plugins from features 2010-09-20 09:05:59 +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
636fd192ac Marker resolution generator has to be register for specific marker type not supertype only 2010-09-19 19:33:59 +00:00
Alena Laskavaia
60d1761727 PR: 325669 - run on folder, patch from Marc-Andre Laperle 2010-09-18 14:40:14 +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
54aeb3242f make semantic error to have their own marker type 2010-08-27 00:18:22 +00:00
Andrew Gvozdev
31a39c55c8 Fixed @since tag 2010-08-22 14:49:15 +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
97b109e9ba added general problem attributes in customize page 2010-08-17 12:32:03 +00:00
Alena Laskavaia
844b2fa4bd fixed too long link in the problem details 2010-08-17 02:17:06 +00:00
Alena Laskavaia
b99d01ac98 opening links from Problem Details was not working properly 2010-08-17 02:10:24 +00:00
Alena Laskavaia
3d24fe63f2 externalized strings 2010-08-17 00:39:18 +00:00
Alena Laskavaia
b71382f1af Bug 309603 - Improve quick fixes to be more like JDT in the editor UI 2010-08-16 02:20:34 +00:00
Alena Laskavaia
992cf58f31 fixed usage of improper attribute for problem id, added marker groupping support 2010-08-13 02:18:56 +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
Alena Laskavaia
24639ea848 Bug 175646 - applying patch for slow inClass context calculation 2010-08-05 11:43:04 +00:00
Alena Laskavaia
e4c1d89d1a Bug 309607 lots of refactoring and changes to support better marker management - prevent fickering and improve performance 2010-08-05 02:11:18 +00:00
Alena Laskavaia
791ff12fae added comment to checkers schema 2010-08-04 01:23:33 +00:00
Alena Laskavaia
8a8fc5617c got rid of concept of problem reference. Each problem should belong to one and only one checker. This will allow to avoid problems with markers persistancy and control. 2010-08-04 01:13:15 +00:00
Alena Laskavaia
25147bd632 Bug 321383 - fixed performance issue for ProblemBindingChecker 2010-08-04 00:55:24 +00:00
Alena Laskavaia
e67a019e83 - fixed bug in openInEditor method 2010-07-30 18:34:00 +00:00
Alena Laskavaia
3a67847b2b Bug 314576: added assignment to itself checker, contribution from Severin Gehwolf 2010-07-29 12:00:38 +00:00
Alena Laskavaia
fbdb55c7a7 Bug 316309: fixing void return typedef in C++ (patch from Marc-Andre Laperle) 2010-07-29 02:03:55 +00:00
Alena Laskavaia
dfaf2d0103 PR:317067 - typo in comment 2010-07-29 02:01:21 +00:00