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

784 commits

Author SHA1 Message Date
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
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