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

1196 commits

Author SHA1 Message Date
Andrew Ferguson
d4573870a7 238852: suppress @param for f(void) parameter 2008-07-02 09:55:53 +00:00
Andrew Ferguson
3b92e498e8 238852: suppress @param for f(void) parameter 2008-07-01 15:51:38 +00:00
Emanuel Graf
030bdf48c4 Fix for bug 238554 Implement Method void parameters 2008-06-30 10:34:06 +00:00
Andrew Ferguson
b23fa116f6 238232: fix conversions relating to implicit object argument, and some follow on exposed bugs 2008-06-26 10:06:52 +00:00
Emanuel Graf
cba281ab15 pointer refence of the return value got lost, bug 238253 2008-06-25 09:36:31 +00:00
Anton Leherbauer
901a511d5d Fix for 237097: [formatter] the formatter fails to break a line in a function call with new keyword in parameters 2008-06-20 09:04:55 +00:00
Anton Leherbauer
ab6b931d69 Fix for 234915: [formatter] Option "after comma in declarator list" has no effect
Fix formatting of new expressions, related to bug 236856
2008-06-19 09:31:46 +00:00
Markus Schorn
0424024136 Content assist within function-style initializer, bug 69334. 2008-06-18 13:35:53 +00:00
Markus Schorn
4e28c73769 Fixes parsing of declarations and new expressions, bug 84242+236856. 2008-06-18 12:16:19 +00:00
Chris Recoskie
7bf1b3fe02 copyrights 2008-06-11 15:50:53 +00:00
Anton Leherbauer
d25d393211 Fix for 235282: DocCommentHighlightingTests needs user interaction on Linux (patch by Emanuel Graf) 2008-06-03 12:13:00 +00:00
Markus Schorn
7e1f9c87fc Fixes for refactoring by Guido Zgraggen and Lukas Felber, bug 234783, 234786 and 234791. 2008-05-30 11:13:33 +00:00
Markus Schorn
0fcdd959b4 Content assist displays anonymous types, bug 204758. 2008-05-30 08:23:56 +00:00
Markus Schorn
02048cd67f Failing tests for bug 206450. 2008-05-29 11:16:22 +00:00
Markus Schorn
0417976c9e Code maintenance for refactoring by Emanuel Graf, bug 234348. 2008-05-28 13:44:58 +00:00
Markus Schorn
f44c51e7d3 Fixes comment handling with preprocessor nodes by Emanuel Graf, bug 233438. 2008-05-23 14:26:46 +00:00
Anton Leherbauer
b5afa53f38 Fix individual JUnit test invocations 2008-05-23 12:44:43 +00:00
Andrew Ferguson
a9dcca01fd 232988: apply fix 2008-05-21 13:58:58 +00:00
Markus Schorn
3eb91c4fa0 Name resolution for user-defined function operator, bug 231277. 2008-05-21 12:03:44 +00:00
Markus Schorn
15c3810c5a Rename local variables in macro-bodies, bug 232091. 2008-05-21 10:49:49 +00:00
Anton Leherbauer
b7b12ba6d8 Fix for 232739: [code formatter] Wrong indent after single line comment 2008-05-19 13:11:52 +00:00
Markus Schorn
0502665ec0 Completes initial version of the extract function, by Emanuel Graf, bug 226484. 2008-05-16 09:55:55 +00:00
Markus Schorn
76f0566034 Fixes remaining failures of implement method, bug 226646. 2008-05-15 14:47:11 +00:00
Markus Schorn
6905e11d5d Improvements for Hide Method, by Emanuel Graf, bug 232291. 2008-05-15 14:39:55 +00:00
Markus Schorn
401d6e1845 Correct field access for getters and setters by Emanuel Graf, bug 232290. 2008-05-15 14:31:07 +00:00
Mike Kucera
e250ee6a33 minor fixes to tests 2008-05-14 19:27:35 +00:00
Markus Schorn
3fea475657 Fixes a bunch of IType.isSameType() implementations. 2008-05-14 17:32:30 +00:00
Andrew Ferguson
2a8ddcb4ee add template parameters to DOM view 2008-05-13 12:44:38 +00:00
Markus Schorn
215d87e7ae Fixes endless loop of content assist within c-initializer clause, bug 230389. 2008-05-07 09:13:03 +00:00
Anton Leherbauer
36b57b7212 Fix JUnit tests 2008-05-05 14:40:34 +00:00
Anton Leherbauer
518b582cd0 Fix for 229774: Code Formatter makes invalid code for throw 2008-05-05 14:39:04 +00:00
Markus Schorn
4d9362d8a9 Fix for extracting template functions by Emanuel Graf, bug 229275. 2008-04-29 14:54:16 +00:00
Anton Leherbauer
a27ec4031f Fix for 228997: Eclipse CDT Code style formater bug with const parameter 2008-04-29 08:36:33 +00:00
Markus Schorn
ac92e0e883 Content assist after '<', bug 229062. 2008-04-28 15:33:07 +00:00
Markus Schorn
a0169fac0d Content Assist within macro arguments, bug 200208. 2008-04-21 14:02:40 +00:00
Markus Schorn
0b8ddc570e Testcases for content assist, bug 180885. 2008-04-21 10:54:03 +00:00
Markus Schorn
92142d07e5 Whitespace adjustments in test data by Emanuel Graf. 2008-04-21 08:59:57 +00:00
Markus Schorn
b3256c51da Fixes a CCE, bug 203967. 2008-04-16 16:32:52 +00:00
Markus Schorn
cd48414961 Generate getters and setters by Emanuel Graf, bug 226658. 2008-04-16 13:59:50 +00:00
Markus Schorn
6df6c40158 Implement Method (work in progress) by Emanuel Graf, bug 226646. 2008-04-16 13:09:08 +00:00
Markus Schorn
d353a33638 Hide Method (work in progress) by Emanuel Graf, bug 226533. 2008-04-16 12:31:09 +00:00
Markus Schorn
ca61147d16 Extract Function (work in progress) by Emanuel Graf, bug 226484. 2008-04-16 10:19:55 +00:00
Markus Schorn
fa32e66c65 Code maintenance for refactoring, by Emanuel Graf, bug 226645. 2008-04-11 10:00:05 +00:00
Anton Leherbauer
026c8371f8 Fix unwanted help provider issues and add help provider test to automated suite 2008-04-11 09:02:47 +00:00
Markus Schorn
3177d17585 Removes head-less refactoring option, by Emanuel Graf, bug 225528. 2008-04-09 16:06:05 +00:00
Markus Schorn
52d3320503 Configure gcc-extensions as keywords, rather than macros, bug 226112. 2008-04-08 12:50:31 +00:00
Anton Leherbauer
3d6501658c Fix for 225858: Code formatter differences from CDT 4.0.x 2008-04-07 10:53:36 +00:00
Anton Leherbauer
fc2be4a64b Fix for 225326: Code formatter strips whitespace when it shouldn't 2008-04-04 08:11:04 +00:00
Markus Schorn
bb469b32ee Search for macro references, bug 156561. 2008-03-28 17:59:10 +00:00
Anton Leherbauer
db312ccd1b Fix random content assist test failures 2008-03-28 16:15:50 +00:00