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

7496 commits

Author SHA1 Message Date
Markus Schorn
ab54af8863 ASTviewer must not call set.. methods. 2008-08-05 11:04:38 +00:00
Markus Schorn
8a535a1187 Formatting. 2008-08-05 11:04:21 +00:00
Markus Schorn
1aae35abf1 Empty versus no exception specification, bug 86943. 2008-08-05 09:44:53 +00:00
Sergey Prigogin
fe9a0ddd82 Bug 233889. 2008-08-05 03:53:26 +00:00
Sergey Prigogin
7bf06f5e35 Code formatting. 2008-08-04 18:52:17 +00:00
Markus Schorn
ae80725f3f Store files of project with project-relative paths, bug 239472. 2008-08-04 15:11:15 +00:00
Markus Schorn
58dced96be AST representation for member-initializers and function try block, bug 237253. 2008-08-04 13:41:50 +00:00
Anton Leherbauer
1d8d0320a9 Bug 242335 - Eclipse Ganymede hangs on startup 2008-08-01 10:57:21 +00:00
Markus Schorn
c4f2d97cf1 Optional support for block-comments like /% comment %/, bug 130235. 2008-08-01 09:37:20 +00:00
Markus Schorn
1cd6b6c8a9 Introduces a classification for scopes, bug 237026 2008-07-31 15:05:55 +00:00
Markus Schorn
8152453880 Correct modeling of template-scopes, bug 237026. 2008-07-31 13:09:50 +00:00
Markus Schorn
c9b8e80699 Removes forced instantiation of constructors and conversion operators, see bug 201174. 2008-07-30 09:24:24 +00:00
Markus Schorn
f8995a95c5 Output build config to parse log file, bug 242490. 2008-07-30 07:38:12 +00:00
Markus Schorn
75939f494c Scheduling rule for save preferences job, bug 240888. 2008-07-30 07:23:53 +00:00
Markus Schorn
428b7bd010 Property tabs without buttons, bug 242408. 2008-07-30 06:57:49 +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
475e923db6 Support for __builtin_types_compatible_p, bug 241570. 2008-07-29 09:27:42 +00:00
Markus Schorn
5a6673a049 Support for __builtin_types_compatible_p, bug 241570. 2008-07-29 08:29:27 +00:00
Markus Schorn
3a2809ae69 Testcases for unique specializations and instances, bug 241641. 2008-07-29 07:49:12 +00:00
Alena Laskavaia
fe6577cf5a [241870] - applying patch to enable PluginTransferDrop 2008-07-28 18:53:11 +00:00
Sergey Prigogin
0ff272e50e Fix for 235196. 2008-07-28 16:52:14 +00:00
Sergey Prigogin
b0780772c9 Compiler warnings. 2008-07-28 16:51:12 +00:00
Markus Schorn
1c2c0848b7 Complete support for members of anonymous unions, bug 206450. 2008-07-28 14:42:42 +00:00
Markus Schorn
b03ff9f8d1 Typeid for pointer to member, bug 242197. 2008-07-28 11:53:26 +00:00
Markus Schorn
8f5fc58783 Fix warnings. 2008-07-28 05:55:09 +00:00
Vivian Kong
849ac074a6 Bug 224707 - PathEntryManager inefficient usage of jobs 2008-07-25 14:48:10 +00:00
Markus Schorn
ec58119cbe Declspec in enum-specifier, bug 241203. 2008-07-25 13:32:14 +00:00
Markus Schorn
8755869f67 Mark test for bug 236197 as passing. 2008-07-25 12:53:07 +00:00
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