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

787 commits

Author SHA1 Message Date
Sergey Prigogin
585e6cccbd Fixed a compiler warning. 2008-11-24 05:22:08 +00:00
Anton Leherbauer
cd8a4b82b0 Bug 244928 - follow up 2008-11-20 12:34:28 +00:00
Anton Leherbauer
9da49555f6 Bug 255018 - [editor] Highlight inactive code of unterminated #ifdef 2008-11-12 16:02:09 +00:00
Emanuel Graf
db3ef0bebe FIXED - bug 248622: Extract function fails to extract several expressions
https://bugs.eclipse.org/bugs/show_bug.cgi?id=248622
2008-11-11 15:20:14 +00:00
Markus Schorn
7fb63c36d6 Must not use ast visitor before ambiguity resolution, follow up for bug 253690. 2008-11-07 09:58:46 +00:00
Markus Schorn
bb8d3bd8a4 Fixes related to scalability with large array initializer, bug 253690. 2008-11-06 13:59:19 +00:00
Anton Leherbauer
c838e9f16d Bug 253039 2008-11-04 12:22:52 +00:00
Warren Paul
7056946b85 fixed NPE when no editor is open. 2008-10-29 23:24:12 +00:00
Markus Schorn
9ca7ade7ee Consider static functions in fall-back navigation, bug 252549. 2008-10-29 10:17:24 +00:00
Emanuel Graf
7d3fbffa1a Tests for bug 249177: ExtractFunction specifies void for constant types
https://bugs.eclipse.org/bugs/show_bug.cgi?id=249177 Patch by Tom Ball
2008-10-27 10:01:41 +00:00
Anton Leherbauer
e4f3dd764f Bug 244054 - [formatter] macros after controlflow statements without braces: new line missing 2008-10-20 14:14:34 +00:00
Anton Leherbauer
f9a7cd90e1 Bug 250969 - Code Formatter removes necessary whitespaces 2008-10-17 09:19:49 +00:00
Markus Schorn
11972439bb Fix junit failures in AssistQuickFixTest 2008-10-13 09:22:14 +00:00
Markus Schorn
af5298bc3b Fix content-assist testcases. 2008-10-13 08:02:36 +00:00
Anton Leherbauer
02dd15386f Folding bugs 248613 and 248716 2008-10-08 09:41:24 +00:00
Markus Schorn
2bfb47f111 Open Call Hierarchy for functions built with a macro, bug 249801. 2008-10-07 12:49:25 +00:00
Anton Leherbauer
81fe52b68d Bug 245861 - [semantic highlighting] parser errors during editing leads to incorrect highlighting 2008-10-07 07:23:24 +00:00
Emanuel Graf
41f790c534 FIXED - bug 249177: ExtractFunction specifies void for constant types
https://bugs.eclipse.org/bugs/show_bug.cgi?id=249177
2008-10-01 10:32:17 +00:00
Emanuel Graf
55ac9ffc6a FIXED - bug 248238: Extract Method Produces Wrong Return Type
https://bugs.eclipse.org/bugs/show_bug.cgi?id=248238
2008-09-25 17:01:32 +00:00
Emanuel Graf
06eb3b7f29 FIXED - bug 246061: [Refactoring] why can I select a visibility when extracting a const
https://bugs.eclipse.org/bugs/show_bug.cgi?id=246061
2008-09-10 14:36:22 +00:00
Emanuel Graf
4cdb7e40c9 FIXED - bug 246062: [Refactoring] NPE extracting a constant from an inlined method
https://bugs.eclipse.org/bugs/show_bug.cgi?id=246062
2008-09-05 09:33:57 +00:00
Markus Schorn
7046aff5b1 Using index for rename refactoring started off the editor, bug 245636. 2008-09-04 09:28:36 +00:00
Markus Schorn
f39d829c21 Correct hashCode and equals for special nodes in call hierarchy, bug 244987. 2008-09-02 12:45:04 +00:00
Emanuel Graf
45e948890f replace selection marker, test code is now valid cpp code. 2008-08-27 13:27:24 +00:00
Mike Kucera
433174325e project settings import/export wizards, bug 242010 2008-08-12 18:29:20 +00:00
Emanuel Graf
ca75909f2c fix for error caused by index based TU in extract constant 2008-08-12 09:14:03 +00:00
Sergey Prigogin
d7229a14f2 Implementation of "Rename in File" 2008-08-12 03:39:54 +00:00
Anton Leherbauer
de84c1909c Fix for 242707 - Tab is not indenting line in C/C++ editor
Patch by Andrew Gvozdev
2008-08-08 11:32:36 +00:00
Anton Leherbauer
da70901535 Bug 243056 - [Formatter] changes syntax by removing a space 2008-08-07 08:45:59 +00:00
Markus Schorn
ab54af8863 ASTviewer must not call set.. methods. 2008-08-05 11:04:38 +00:00
Markus Schorn
58dced96be AST representation for member-initializers and function try block, bug 237253. 2008-08-04 13:41:50 +00:00
Markus Schorn
1cd6b6c8a9 Introduces a classification for scopes, bug 237026 2008-07-31 15:05:55 +00:00
Anton Leherbauer
18540abf27 Bug 242053 - [formatter] is confused by some macros
Bug 242232 - [Formatter] White space isn't inserted before the first semicolon in 'for' statement
2008-07-29 12:14:29 +00:00
Markus Schorn
1c2c0848b7 Complete support for members of anonymous unions, bug 206450. 2008-07-28 14:42:42 +00:00
Anton Leherbauer
d548722c4e Bug 241967: [formatter] Missing space in const parameter declaration 2008-07-25 08:46:59 +00:00
Emanuel Graf
95e813e03a fix for bug 241717: Extract Function not working with Counted Ptr
https://bugs.eclipse.org/bugs/show_bug.cgi?id=241717
2008-07-23 09:22:22 +00:00
Anton Leherbauer
2d53d1dd31 Fix for 240564: Improve handling of parsing problems in conditional expressions
Fix for 241058: Code Style Formatter for C++ invalidates code for nested templated argument with namespace.
2008-07-17 13:42:52 +00:00
Markus Schorn
c032266686 Proper implementation of ICPPClassType.getMethods() for all subclasses, bug 240599. 2008-07-14 14:00:43 +00:00
Anton Leherbauer
43f7fdc68d Fix for 239461: Code formatter: problems with the C++ boolean operator "not" 2008-07-10 11:03:12 +00:00
Anton Leherbauer
eb8598c083 Fix for 236160: C Block comment closes on next line when # is a first character on line
Patch by Andrew Gvozdev
2008-07-07 09:13:00 +00:00
Emanuel Graf
647d9a147e 239059: Double & in signature of extracted functions 2008-07-02 12:42:53 +00:00
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