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

9674 commits

Author SHA1 Message Date
Sergey Prigogin
77c42e5efb Cosmetics. 2011-03-08 00:13:08 +00:00
Sergey Prigogin
4b9a8ef359 Cosmetics. 2011-03-07 19:22:29 +00:00
Sergey Prigogin
2550819036 Comment adjustments. 2011-03-07 19:08:26 +00:00
Emanuel Graf
28f527f165 Bug 333936: When ASTNodes are moved (as in Extract Method) formatting is not preserved and macros are expanded
https://bugs.eclipse.org/bugs/show_bug.cgi?id=333936
2011-03-07 11:09:12 +00:00
Anton Leherbauer
222dedbe3b Bug 333183 - Export/Import Syntax Coloring settings 2011-03-07 10:40:50 +00:00
Emanuel Graf
654e12094a Bug 337937: CopyLocation for copied AST-Node
https://bugs.eclipse.org/bugs/show_bug.cgi?id=337937
2011-03-07 07:26:26 +00:00
Sergey Prigogin
c2b14277a3 Code streamlining. 2011-03-07 04:32:30 +00:00
Sergey Prigogin
218111e722 Cosmetics. 2011-03-07 03:23:15 +00:00
Sergey Prigogin
b42e687828 Removed use of a deprecated constructor. 2011-03-07 03:14:49 +00:00
Sergey Prigogin
34f8e32373 Fixed a compiler warning. 2011-03-07 03:07:24 +00:00
Sergey Prigogin
475612b295 Fixed a compiler warning. 2011-03-07 03:07:00 +00:00
Sergey Prigogin
8a36c6376d Cosmetics. 2011-03-07 02:58:00 +00:00
Sergey Prigogin
a7a8d608fa Fixed a compiler warning. 2011-03-07 02:55:03 +00:00
Sergey Prigogin
a6a7c95f71 Comment adjustments. 2011-03-07 02:49:02 +00:00
Sergey Prigogin
d56a58314c Comment adjustment. 2011-03-07 02:01:25 +00:00
Sergey Prigogin
3802443e35 Comment adjustment. 2011-03-07 00:24:21 +00:00
Sergey Prigogin
341c8d3d01 Cosmetics. 2011-03-07 00:12:15 +00:00
Sergey Prigogin
1ad1b35ec0 Comment adjustment. 2011-03-06 23:55:23 +00:00
Sergey Prigogin
d37532a23c Comment adjustment. 2011-03-06 23:54:12 +00:00
Sergey Prigogin
7d376a5e01 Cosmetics. 2011-03-06 23:49:06 +00:00
Sergey Prigogin
3d9f5a3c93 Code streamlining. 2011-03-06 23:41:45 +00:00
Sergey Prigogin
a421c6d1f1 Cosmetics. 2011-03-06 23:41:25 +00:00
Sergey Prigogin
75b90b2612 Cosmetics. 2011-03-06 23:14:04 +00:00
Sergey Prigogin
335422ecee Bug 292851. Changed WAIT_IF_OPEN to WAIT_ACTIVE_ONLY and parsing options to match org.eclipse.cdt.internal.core.model.ASTCache. 2011-03-06 22:11:09 +00:00
Sergey Prigogin
2177e1988b Cosmetics. 2011-03-06 21:22:28 +00:00
Sergey Prigogin
28a2179584 Removed uses of a deprecated class. 2011-03-06 21:21:28 +00:00
Sergey Prigogin
6bba9dff30 Removed uses of a deprecated class. 2011-03-06 21:19:31 +00:00
Sergey Prigogin
d7b4ba9d15 Removed uses of a deprecated class. 2011-03-06 21:10:52 +00:00
Sergey Prigogin
0442096272 Removed uses of a deprecated class. 2011-03-06 20:57:11 +00:00
Sergey Prigogin
0f9084562e Removed uses of a deprecated class. 2011-03-06 20:35:30 +00:00
Sergey Prigogin
8baa132fb8 Added checks for cancellation. 2011-03-06 20:32:11 +00:00
Sergey Prigogin
9e671a6111 Bug 292851 - Made RefactoringASTCache thread-safe. 2011-03-05 07:55:22 +00:00
Sergey Prigogin
0c4c2720e2 Composite bindings should not be considered equal if their composite factories are different. 2011-03-04 22:15:59 +00:00
Sergey Prigogin
d4dea10ec0 Cosmetics. 2011-03-04 21:23:35 +00:00
Sergey Prigogin
5bfffca532 Breaking precedence for binary expressions. 2011-03-04 17:57:24 +00:00
Sergey Prigogin
da8a1d0b28 Bug fixes. 2011-03-04 02:04:11 +00:00
Sergey Prigogin
ed9db92e40 Removed an obsolete method. 2011-03-04 01:38:49 +00:00
Sergey Prigogin
033e61ab6f Comment adjustments. 2011-03-03 22:30:20 +00:00
Sergey Prigogin
1502e06ab7 Fallback formatting of function declarations and calls. 2011-03-03 21:42:56 +00:00
Anton Leherbauer
f704e4f129 Bug 338782 - [Project Explorer] If working sets are top level nodes resource changes are not refreshed properly 2011-03-03 10:16:14 +00:00
Sergey Prigogin
964d7d5c12 Fixed capitalization. 2011-03-03 00:55:19 +00:00
Sergey Prigogin
066753ba94 Fixed capitalization. 2011-03-03 00:54:22 +00:00
Markus Schorn
f6d62a31e8 Bug 332883: Range based for loop with non-array type. 2011-03-02 14:52:44 +00:00
Markus Schorn
4c700d7e5f Bug 333389: Variadic function templates. 2011-03-02 10:54:21 +00:00
Markus Schorn
4276eda033 Bug 337686: Function-call on dependent expression. 2011-03-02 10:31:44 +00:00
Sergey Prigogin
5aa57c8075 Formatting of macro statements. 2011-03-02 02:38:02 +00:00
Sergey Prigogin
bf6112d9f0 Formatting of macro statements. 2011-03-02 02:08:04 +00:00
Sergey Prigogin
d5fb2c9614 Cosmetics. 2011-03-02 01:54:31 +00:00
Sergey Prigogin
b4e5df991c Bug fixes. 2011-03-01 23:24:26 +00:00
Sergey Prigogin
eaabdd84c8 Cosmetics. 2011-03-01 23:24:05 +00:00