Sergey Prigogin
|
e593e311fa
|
Bug 248149.
|
2008-09-22 16:24:55 +00:00 |
|
Markus Schorn
|
09bd5ef8cb
|
restrict is not a C++-keyword, bug 228826
|
2008-09-17 13:31:15 +00:00 |
|
Markus Schorn
|
a552aa1760
|
fix warnings.
|
2008-09-17 11:03:59 +00:00 |
|
Markus Schorn
|
61e982cc55
|
Modifications not stored in .cproject, bug 246364
|
2008-09-17 09:15:19 +00:00 |
|
Markus Schorn
|
e43c9eb5a9
|
Follow up for symbolic links in include search path, bug 246524.
|
2008-09-17 09:15:13 +00:00 |
|
Emanuel Graf
|
76159f066d
|
FIXED - bug 246921: NPE in ChangeGenerator when extracting constant
https://bugs.eclipse.org/bugs/show_bug.cgi?id=246921 patch from Tom Ball
|
2008-09-11 19:29:59 +00:00 |
|
Sergey Prigogin
|
00a2461140
|
Bug 108489.
|
2008-09-10 22:40:19 +00:00 |
|
Markus Schorn
|
4e8f520b7c
|
Symbolic links in include search path, bug 246524.
|
2008-09-08 15:17:57 +00:00 |
|
Markus Schorn
|
cce773e663
|
Handles keywords in expression evaluator, bug 246369.
|
2008-09-08 08:39:33 +00:00 |
|
Markus Schorn
|
8d99a621b3
|
Handles 'true' and 'false' in expression evaluator, bug 246369.
|
2008-09-08 08:06:20 +00:00 |
|
Anton Leherbauer
|
21c07ecee5
|
Bug 242335 - Eclipse Ganymede hangs on startup - follow up
|
2008-09-05 08:19:56 +00:00 |
|
Mike Kucera
|
07a880257d
|
fix for bug 245443, standalone indexer needs to provide a Scanner Info object when parsing files up front
|
2008-09-03 21:22:02 +00:00 |
|
Markus Schorn
|
8e72b07f59
|
Syntax error with constructor initializer, bug 245070.
|
2008-09-03 09:49:53 +00:00 |
|
Markus Schorn
|
63563deaf8
|
Fixes a NPE, bug 244384.
|
2008-09-02 09:05:26 +00:00 |
|
Markus Schorn
|
35c7928f5e
|
Allow for indexing fortran files, bug 242607.
|
2008-09-02 07:55:25 +00:00 |
|
Emanuel Graf
|
94419b71d1
|
missing since tags
|
2008-08-27 13:02:35 +00:00 |
|
Sergey Prigogin
|
b4981a7e62
|
Fixed spelling of reverseConstantPropagationLookup (245053).
|
2008-08-25 01:14:00 +00:00 |
|
Sergey Prigogin
|
e9629b194e
|
Bug 245049. Also fixed test14_8_2_4s7.
|
2008-08-25 00:39:02 +00:00 |
|
Sergey Prigogin
|
bc2382f2ca
|
toString method.
|
2008-08-25 00:08:17 +00:00 |
|
Sergey Prigogin
|
ca322a621a
|
Bug 245030.
|
2008-08-24 04:03:05 +00:00 |
|
Alena Laskavaia
|
8e64dbaaa5
|
PR: 215492 - moved to external package
|
2008-08-18 14:13:35 +00:00 |
|
Sergey Prigogin
|
d7229a14f2
|
Implementation of "Rename in File"
|
2008-08-12 03:39:54 +00:00 |
|
Anton Leherbauer
|
da70901535
|
Bug 243056 - [Formatter] changes syntax by removing a space
|
2008-08-07 08:45:59 +00:00 |
|
Markus Schorn
|
03b82b0928
|
Complete implementation of ICPPClassType, bug 98171.
|
2008-08-06 14:19:12 +00:00 |
|
Markus Schorn
|
0c1c0e52bd
|
Scopes for catch handlers, bug 209579.
|
2008-08-05 12:05:59 +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 |
|
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
|
75939f494c
|
Scheduling rule for save preferences job, bug 240888.
|
2008-07-30 07:23:53 +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 |
|
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
|
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 |
|
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 |
|
Markus Schorn
|
16b1c0a53c
|
Fix warnings.
|
2008-07-22 12:29:01 +00:00 |
|