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

7400 commits

Author SHA1 Message Date
Andrew Ferguson
ddca2b93d1 237622: template parameter resolution in chain initialiser - apply fix and add tests 2008-06-19 13:57:51 +00:00
Anton Leherbauer
e4b026c274 Fix for 237016: C Compare Viewer does not colorize doxygen comments 2008-06-19 13:45:05 +00:00
Markus Schorn
a0a40cf21f Binding resolution of parameters for complex functions, bug 214482. 2008-06-19 12:36:21 +00:00
Anton Leherbauer
69c7d9a20d Fix for 237755: macro exploration sticky popup vanishing too early on Linux/GTK 2008-06-19 11:36:55 +00:00
Anton Leherbauer
d65887df09 Fix C model corruption by resource to items mapping 2008-06-19 11:28:26 +00:00
Anton Leherbauer
2a14adcbbc Fix for 236162: Quick Fix functionality does not work in C++ Editor (Ctrl-1) 2008-06-19 11:25:21 +00:00
Markus Schorn
000b63be83 Exception specifications must be visited before ctor-initializers (they appear first). 2008-06-19 11:06:30 +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
305143a8d0 Fixes semantics for functions with nested or nesting declarators, bug 216609. 2008-06-19 08:47:08 +00:00
Anton Leherbauer
e8b7f79fc4 Fix for 235289: [mylyn] AssertionFailedException when expanding binaries 2008-06-19 08:26:08 +00:00
Markus Schorn
8758582793 Example 6.8-2 from c++-specification, bug 90622. 2008-06-18 14:00:41 +00:00
Markus Schorn
0424024136 Content assist within function-style initializer, bug 69334. 2008-06-18 13:35:53 +00:00
Markus Schorn
7b61bb10f2 Allows to visit array-modifiers, bug 237605. 2008-06-18 12:43:30 +00:00
Markus Schorn
4e28c73769 Fixes parsing of declarations and new expressions, bug 84242+236856. 2008-06-18 12:16:19 +00:00
Markus Schorn
03a4e6e5aa Configure API-tooling. 2008-06-18 08:00:42 +00:00
Markus Schorn
db60b3f7b1 NPE in C/C++-search, bug 192205 2008-06-18 07:42:51 +00:00
Markus Schorn
4b6912f7b5 no kbd-shortcut for open element in debug perspective, bug 235920. 2008-06-18 07:40:31 +00:00
Markus Schorn
677ff3aff6 Exception reading from index, bug 201307. 2008-06-18 07:38:46 +00:00
Warren Paul
fbe5d4b7db fixed bug #237385. 2008-06-17 15:29:53 +00:00
Anton Leherbauer
69ce10e343 Fix for 237035: Syntax Coloring Preview and editors don't update 2008-06-13 11:19:20 +00:00
Anton Leherbauer
cc494247e8 Fix for 237035: Syntax Coloring Preview and editors don't update 2008-06-13 11:13:37 +00:00
Markus Schorn
b6703ee592 Corrections to existing test-cases + additional ones. 2008-06-12 13:19:19 +00:00
Chris Recoskie
7bf1b3fe02 copyrights 2008-06-11 15:50:53 +00:00
Vivian Kong
0b06497364 patch by Emanuel for bug 236103 2008-06-10 14:37:15 +00:00
Vivian Kong
fa79296afb adding third party code info and license for iSpell dictionaries 2008-06-09 16:21:33 +00:00
Vivian Kong
ef1e1674e2 fix for bug 236271 2008-06-09 16:19:14 +00:00
Markus Schorn
92b04e261e Fix copy-right notice. 2008-06-09 13:19:40 +00:00
Sergey Prigogin
f9c02b0de3 Failing test case for bug 236197. 2008-06-08 20:33:34 +00:00
Sergey Prigogin
e380af5d8b Fix for bug 234918. 2008-06-07 22:41:53 +00:00
Vivian Kong
007fb4ba75 fix for bug 235838 2008-06-05 21:06:30 +00:00
Vivian Kong
54cc0907a7 fix for bug 235872 2008-06-05 20:51:08 +00:00
Markus Schorn
08b30723f7 Adds a few (failing) test-cases. 2008-06-05 14:28:43 +00:00
Vivian Kong
df30a70eda fix for bug 235453 2008-06-05 13:56:09 +00:00
Anton Leherbauer
396d3783d0 Fix for 235308: NPE while header file creation with no template 2008-06-03 12:31:05 +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
Mike Kucera
0959893e29 Bug 234463, fixes for the rest 2008-06-02 19:47:41 +00:00
Sergey Prigogin
2c6304082f Failing test case for bug 235196. 2008-06-02 18:52:10 +00:00
Vivian Kong
759e5803c5 fix for bug 234961 2008-06-02 15:31:12 +00:00
Oleg Krasilnikov
aa8ea9cdff Bug #235102 : Checked error parsers not properly saved when using [All Configurations] 2008-06-02 12:36:24 +00:00
Sergey Prigogin
6876e4ff00 More protection against infinite recursion in CPPTeplateSpecialization, bug 231742. 2008-06-02 08:45:57 +00:00
Sergey Prigogin
def81d5ae0 Protection against infinite recursion, bug 231742. 2008-06-02 06:12:17 +00:00
Sergey Prigogin
d09c6c7601 Hide BadLocationException (see bug 232012). 2008-06-01 06:59:30 +00:00
Vivian Kong
f67f60bafb fix for 234906 2008-05-30 19:30:22 +00:00
Markus Schorn
1300d696f4 testcase for bug 84268 2008-05-30 14:00:46 +00:00
Markus Schorn
259c26f452 testcase for bug 84276 2008-05-30 13:56:12 +00:00
Markus Schorn
79ec81a37b Testcase for bug 104869. 2008-05-30 12:34:26 +00:00
Markus Schorn
048ddb3469 Fixes an ArrayOutOfBoundsException, bug 190884. 2008-05-30 11:48:48 +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
Oleg Krasilnikov
1b0953a434 Add semicolon after function prototype. 2008-05-30 10:59:42 +00:00
Markus Schorn
0fcdd959b4 Content assist displays anonymous types, bug 204758. 2008-05-30 08:23:56 +00:00