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

362 commits

Author SHA1 Message Date
Marc-Andre Laperle
cbd551eeef Add CreateLocalVariableQuickFix test to automated tests suite, fix the test. Minor clean up. 2011-03-13 06:32:17 +00:00
Marc-Andre Laperle
d9f24fae67 Bug 338683 - Codan confuses fields with methods 2011-03-13 06:03:56 +00:00
Alena Laskavaia
2d5b88f62e hack to initialize ast cache for reading comments 2011-03-12 14:25:12 +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
63ec2d8b00 Bug 337677 - Warning about "void" in late-specified return type 2011-03-11 05:30:11 +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
dfb6654676 added resource object to profile 2011-03-11 03:40:48 +00:00
Alena Laskavaia
31689d7b5d id for checker 2011-03-11 03:40:30 +00:00
Alena Laskavaia
084629fb9c added example of property change listener 2011-03-11 03:27:36 +00:00
Alena Laskavaia
de346dcf4b refactor bunch of stuff to support profiles better - not problem (kind) knows about parent category and its profile 2011-03-11 03:18:21 +00:00
Alena Laskavaia
5a8cf9f832 fixed issues of accessing non-initialized checker registry 2011-03-11 03:17:38 +00:00
Alena Laskavaia
c2dfefd6ea return IEclipsePreferences 2011-03-11 03:17:19 +00:00
Alena Laskavaia
c2074dec42 - did a major refactoring with API breakage to get rid of bad dependency from codan.ui to cdt (should be in codan.ui.cxx) 2011-03-08 03:14:03 +00:00
Alena Laskavaia
4c2ba3b3f0 -fixed updates of scope & launch mode for multiple problems 2011-03-08 01:54:44 +00:00
Sergey Prigogin
63b1a31bb5 Bug 338467 - Codan calls "before" and "after" even for checkers that are not supposed to run in a launch mode. Patch by Alex Ruiz. 2011-03-04 23:25:33 +00:00
Sergey Prigogin
9a7ecdfa7c Bug 338569 - Not found problem with customized settings makes Codan Preference UI unusable. Patch by Alex Ruiz. 2011-03-04 23:13:45 +00:00
Sergey Prigogin
9738529f90 Bug 338492 - 'log(String, Throwable)' method. Patch by Alex Ruiz. 2011-03-04 23:07:30 +00:00
Alena Laskavaia
14199fcfa3 partually support editing multiple problems at the same time 2011-03-01 03:32:51 +00:00
Alena Laskavaia
1db363d94c semantic errors problem would not run on build by default 2011-03-01 02:21:13 +00:00
Alena Laskavaia
6179bd2262 refactored per-problem launch mode: ui controls, internal structures, etc 2011-02-28 04:43:38 +00:00
Alena Laskavaia
cbb43fd93b added ui code to grey out checkboxes which are conditionally enabled based on launch mode 2011-02-27 03:13:31 +00:00
Alena Laskavaia
e01c3cc7c3 added on deman launch profile instead of on inc build 2011-02-27 02:35:23 +00:00
Alena Laskavaia
f3bb6aa2dd added label to build prefs that they can be overriden by checker 2011-02-27 01:58:43 +00:00
Alena Laskavaia
c4dc0ee219 got rid of info box - replaced with tooltips 2011-02-26 18:39:40 +00:00
Alena Laskavaia
352e59b270 fixed grep example and added details provider for it 2011-02-26 01:47:10 +00:00
Alena Laskavaia
7e3b1acf38 fixed checker which was broken after my prev refactoring 2011-02-26 01:31:44 +00:00
Alena Laskavaia
5a695e5cf5 removed unnecessary code 2011-02-26 01:31:22 +00:00
Vivian Kong
101d5367d0 Change update site URL to indigo 2011-02-25 14:36:44 +00:00
Alena Laskavaia
9701e70e2b Bug 326768 - Macro name is reported as unresolved symbol, not the actual symbol after macro expansion 2011-02-24 03:15:05 +00:00
Alena Laskavaia
b414adbb13 Bug 333255 - Parser gives bogus warning about no return value when SFINAE is used 2011-02-24 03:03:10 +00:00
Alena Laskavaia
0989509cda Bug 329497 - updated check for false negative 2011-02-24 02:55:11 +00:00
Alena Laskavaia
1d85f97705 Bug 337487 - Bad exception handling in Codan 2011-02-24 02:23:23 +00:00
Alena Laskavaia
59efc020b2 removed API which would have never been committed there 2011-02-24 02:00:37 +00:00
Alena Laskavaia
74cd26558e Added couple of utility methods 2011-02-24 01:59:14 +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
7b8eb1ed1a added example grep checker and updated some comments 2011-02-23 02:54:00 +00:00
Sergey Prigogin
3974422239 On behalf of Alex Ruiz. 2011-02-23 00:09:54 +00:00
Alena Laskavaia
353b63daf9 make CIndex checker extened AbtractCheckerWithParamters because it should 2011-02-22 02:57:11 +00:00
Alena Laskavaia
d71dfb3b20 fixed problem that run from menu did not work on c files 2011-02-22 02:55:51 +00:00
Alena Laskavaia
cec0640481 fixed default value for LaunchTypeProblemPrefrence 2011-02-22 02:54:08 +00:00
Sergey Prigogin
7a7f4df061 Bug 337625 - Support for example parameters for message pattern to be used in codan preference UI. 2011-02-20 00:54:08 +00:00
Sergey Prigogin
f1d8668d9a Javadoc adjustments. 2011-02-20 00:50:56 +00:00
Sergey Prigogin
dafa751ccf Fixed compiler warnings. 2011-02-20 00:49:47 +00:00
Alena Laskavaia
57547df8f4 added support of specifing launch mode per problem 2011-02-10 04:15:29 +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
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