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

420 commits

Author SHA1 Message Date
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
Alena Laskavaia
e36e3d612b - removed commented out code 2010-07-29 01:55:27 +00:00
Alena Laskavaia
1b697310f5 - fixed layout problems in problems configuration dialog 2010-07-29 01:54:56 +00:00
Alena Laskavaia
d2f4f9daa0 - added category and did some renaming for problem binding checker 2010-07-29 01:11:43 +00:00
Alena Laskavaia
521407e9da fixed markerResolutions which I broke 2010-07-29 00:59:55 +00:00
Alena Laskavaia
164eb8af3b Added quick for to create local variable for gcc error message 2010-07-23 02:52:15 +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
Alena Laskavaia
8ce10b8b62 generator will set problem arguments based on pattern groups for non codan problems 2010-07-22 02:51:48 +00:00
Alena Laskavaia
4531b0f287 added document field to have access to it if needed 2010-07-22 02:33:28 +00:00
Alena Laskavaia
b282976dfa extract getProblem method 2010-07-22 02:31:50 +00:00
Alena Laskavaia
c6ea6624d7 added utility methods to access marker data 2010-07-22 02:28:49 +00:00
Alena Laskavaia
7b9acc4aae location should support placing markers on any resource not only file 2010-07-22 02:28:12 +00:00
Alena Laskavaia
fdeec42574 fixed clone method 2010-07-22 02:27:15 +00:00
Alena Laskavaia
6c54353b6e added utility method to simplify creation 2010-07-22 02:25:54 +00:00
Alena Laskavaia
a4a8abe72d convinience methods to manipulate marker attributes 2010-07-22 01:48:51 +00:00
Alena Laskavaia
ec4b080977 allow to define quick fixes for gcc problems (not codan) as well 2010-07-22 01:48:07 +00:00
Alena Laskavaia
93ab595f8c added comment about problems with marker dissapering 2010-07-22 00:49:59 +00:00
Alena Laskavaia
9dde9a4f28 Bug 320575 - fallback for add variable should use int not void 2010-07-22 00:20:50 +00:00
Alena Laskavaia
83a58cd77c save file - otherwise refactoring does not work... 2010-07-22 00:11:43 +00:00
Alena Laskavaia
9396a7e9e9 there were some dependency problems, we will try this 2010-07-21 18:25:15 +00:00
Alena Laskavaia
0c966168b9 Bug 319196 - quick fixes for adding local variables,etc. based on patch from Tomasz Wesolowski 2010-07-21 02:27:35 +00:00
Alena Laskavaia
64b3c63063 turned off codan running on editor reconcile - gets on a way of tests 2010-07-21 02:25:00 +00:00
Alena Laskavaia
42b0b537db Bug 319196 updated to add common method 2010-07-21 02:21:46 +00:00
Alena Laskavaia
8558e52579 fixed bug - builder should be obtained from a model 2010-07-21 02:19:51 +00:00
Alena Laskavaia
bcc7727f9c Bug 309760 - renamed checker 2010-07-21 00:05:44 +00:00
Alena Laskavaia
bba580e5a0 Bug 319196 - updated utils with more useful methods (contributed by Tomasz Wesolowski) 2010-07-21 00:03:17 +00:00
Alena Laskavaia
69016edc87 Bug 317875: extended utility classes 2010-07-01 13:39:34 +00:00
Alena Laskavaia
2d7b307308 added framework for quick fix tests and example 2010-07-01 01:54:19 +00:00
Alena Laskavaia
d50f45078b made checkers packages visible for tests 2010-06-30 12:07:21 +00:00
Alena Laskavaia
df967e4408 fixed tests - only tested problems should be turned on 2010-06-30 01:20:52 +00:00
Vivian Kong
c44a70063a Bug 318337 Update CDT feature/plugin versions for Indigo release 2010-06-29 14:45:03 +00:00
Alena Laskavaia
2dc367389e Bug 317876 added utility methods required for more complex quick fixes 2010-06-26 00:18:38 +00:00
Alena Laskavaia
38b1009303 Bug 309760 name resolution checker, contributed patch 2010-06-24 01:26:28 +00:00
Alena Laskavaia
ce2679ff3a fixed typo 2010-06-24 01:19:12 +00:00
Alena Laskavaia
2c2fd351e0 Bug 317538: added access methods to details provider as well 2010-06-22 02:20:04 +00:00
Alena Laskavaia
3d0baee8fb Bug 317538: added framework to store arguments in a marker (add added intermediate object between reporter and marker) 2010-06-22 02:15:20 +00:00
Alena Laskavaia
c5a58d72a1 Bug 315863 deprecate orignal class 2010-06-22 02:07:50 +00:00
Alena Laskavaia
b5a9a032db Bug 317042 added more cases for assignment in condition checker 2010-06-19 18:05:56 +00:00
Alena Laskavaia
f912261f97 Bug 317067: typo in comments 2010-06-19 17:40:40 +00:00
Alena Laskavaia
7823edaff4 Bug 317067: typo 2010-06-19 17:37:54 +00:00
Alena Laskavaia
59ab06fad1 Bug 317067: fixed typo in comment 2010-06-17 01:06:39 +00:00
Alena Laskavaia
7b02c1b681 Bug 317016: renamed miss-spelled function 2010-06-17 01:01:42 +00:00
Alena Laskavaia
ce55d2dce6 enabled API checks 2010-06-17 00:56:57 +00:00
Alena Laskavaia
05a463702b Bug 315863: fixed misspelled class name 2010-06-17 00:56:20 +00:00
Alena Laskavaia
8ab2acc24a Bug 317061: fixed exception throwing 2010-06-17 00:34:47 +00:00
Alena Laskavaia
d570162453 Bug 316309: unwind typedef for void 2010-06-17 00:23:02 +00:00
Alena Laskavaia
dbaa224228 Bug 316154: support processing of inner functions 2010-06-17 00:20:17 +00:00