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

7668 commits

Author SHA1 Message Date
Markus Schorn
91778c287b Reworked parts of template instantiation, fixes bug 236197. 2008-07-25 12:52:22 +00:00
Anton Leherbauer
d548722c4e Bug 241967: [formatter] Missing space in const parameter declaration 2008-07-25 08:46:59 +00:00
Markus Schorn
ccecd21ea7 Fix warnings. 2008-07-25 05:10:13 +00:00
Emanuel Graf
d7476ab63c fix for bug 241960: [Refactoring] Refactoring delete comments in project outside the workspace
https://bugs.eclipse.org/bugs/show_bug.cgi?id=241960
2008-07-24 12:48:00 +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
Markus Schorn
16b1c0a53c Fix warnings. 2008-07-22 12:29:01 +00:00
Mike Kucera
db482bf78c fix to StandaloneIndexerInputAdapter, wrong method being called 2008-07-21 15:47:16 +00:00
Markus Schorn
935b16e82c ASTWriter needs to handle literal nodes. 2008-07-21 10:45:15 +00:00
Sergey Prigogin
b6b73f1b19 Added persistence for the last used template and adjusted layout of the dialog (bug 238195). 2008-07-20 00:20:44 +00:00
Sergey Prigogin
2c26884385 Label should nor wrap by default. Otherwise multi-word labels may be shown only partially. 2008-07-20 00:18:29 +00:00
Sergey Prigogin
59915ca750 Fixed bug 237327. 2008-07-19 18:38:24 +00:00
Alena Laskavaia
77b67de31f [241288] - temporary fix - trying to avoid dead-lock on import 2008-07-17 18:23:23 +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
Alena Laskavaia
2f02ca8f91 [ 240984] - fixed NPE 2008-07-15 20:09:47 +00:00
Markus Schorn
93fe4bbc48 Fix warnings. 2008-07-15 15:00:31 +00:00
Mike Kucera
30ddbb8708 bug 240371, standalone indexer needs a scanner info provider 2008-07-14 21:44:45 +00:00
Markus Schorn
0954c9559b Implementation of PDOMCPPClassInstance.getImplicitMethods(). 2008-07-14 15:15:05 +00:00
Markus Schorn
c032266686 Proper implementation of ICPPClassType.getMethods() for all subclasses, bug 240599. 2008-07-14 14:00:43 +00:00
Markus Schorn
d95322ff16 Error recovery within enumeration, bug 72685. 2008-07-14 10:45:58 +00:00
Sergey Prigogin
bfa93d84d0 Different definitions of __null for C and C++ (bug 240567). 2008-07-14 01:28:03 +00:00
Sergey Prigogin
fb4339f87b Added a test case for bug 233889. 2008-07-12 23:04:15 +00:00
Anton Leherbauer
c026945dac Fix for 238946: Exclude braces from potential asm line comment chars 2008-07-10 11:22:25 +00:00
Anton Leherbauer
7c3c465132 Fix for 239208: 'Open external location' entry missing in Problems View popup menu 2008-07-10 11:13:29 +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
b3d0d40b3d Fix for 239858: resolve resources on paths with symbolic links 2008-07-10 09:49:57 +00:00
Ken Ryall
2d3a12da43 Fail silently on OOM. 2008-07-09 21:17:11 +00:00
Markus Schorn
b52f11e5cf CCE computing template parameters, bug 240145. 2008-07-09 13:23:32 +00:00
Markus Schorn
7831aed88d Allow to update external translation units, bug 237991. 2008-07-09 11:53:30 +00:00
Markus Schorn
51c06fe8cc NPE in type-comparison, bug 238614. 2008-07-09 09:52:30 +00:00
Markus Schorn
eba71c1297 Adjustment of parameter types, bug 239975. 2008-07-09 09:13:48 +00:00
Markus Schorn
0b6a51224f Exporting index-databases larger than 1GB, bug 239462. 2008-07-09 08:27:48 +00:00
Markus Schorn
00398ac145 ClassCastException creating type for instance of constructor template, bug 239586. 2008-07-08 14:08:28 +00:00
Markus Schorn
a241c040a7 ClassCastException creating type for instance of constructor template, bug 239586. 2008-07-08 12:38:45 +00:00
Markus Schorn
6848dd5f51 Array to pointer conversion for typedefs, bug 239931. 2008-07-08 11:53:05 +00:00
Markus Schorn
7f6536f4e0 Array to pointer conversion for typedefs, bug 239931. 2008-07-08 11:41:23 +00:00
Markus Schorn
87a573a38e Type of type-identification-expression, bug 209578 2008-07-08 09:49:43 +00:00
Markus Schorn
f5ed48e3ee testcase for compound initializer, bug 145387 2008-07-08 08:53:31 +00:00
Markus Schorn
a2777c2661 Index is rebuilt in presence of team-shared index, bug 239464. 2008-07-08 07:44:12 +00:00
Markus Schorn
076d4c7899 Cast ambiguities, bug 237057. 2008-07-07 13:22:30 +00:00
Anton Leherbauer
803729074d Fix for 238955: [Content Assist] symbol completion buggy for #if 2008-07-07 12:57:41 +00:00
Anton Leherbauer
604b8366ec Fix for 235065: [Outline] show in outline view does not select correct element 2008-07-07 11:47:48 +00:00
Andrew Ferguson
0a836d8009 238842: cyclic includes causes infinite loop in PDOMManager.areSynchronized 2008-07-07 11:35:32 +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
Markus Schorn
236fe5b939 Simplify error-prone detection of end of template-args, bug 237045. 2008-07-04 09:27:39 +00:00
Alena Laskavaia
878d36c539 [194087] - change pattern to be "instantiated from" to cover cases like instantiated from 'bla bla' 2008-07-03 19:08:11 +00:00
Andrew Ferguson
7674e50550 hide inadvertent API change 2008-07-02 14:17:55 +00:00
Markus Schorn
c1c3d5dffd Model builder running in UI-thread, partial fix for 238940. 2008-07-02 13:49:48 +00:00
Markus Schorn
2b164faf3e Model builder running in UI-thread, partial fix for 238940. 2008-07-02 13:31:51 +00:00
Markus Schorn
4fbf9e4dc7 Exceptions parsing boost library, bug 238180. 2008-07-02 12:43:04 +00:00
Emanuel Graf
647d9a147e 239059: Double & in signature of extracted functions 2008-07-02 12:42:53 +00:00