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

5766 commits

Author SHA1 Message Date
Markus Schorn
925d2e441e Bug 342683: Simplify GCCBuiltinSymbolProvider. 2011-04-14 13:45:43 +00:00
Sergey Prigogin
ab9417925c Fixed a deadlock. 2011-04-13 21:38:50 +00:00
Sergey Prigogin
1076a82a57 Made fStructMapper final. 2011-04-13 21:37:46 +00:00
Sergey Prigogin
c31900d2bc Bug 292851. Protection against concurrent access to the shared AST between CEditor and refactorings. 2011-04-13 00:41:14 +00:00
Sergey Prigogin
a7adfb502f Bug 326269 - Checker for instantiation of an abstract class. Patch by Anton Gerenkov. 2011-04-12 23:19:00 +00:00
Andrew Gvozdev
c24ce74075 bug 342640: Ability to create build console dynamically 2011-04-12 21:40:38 +00:00
Markus Schorn
c9e1a95b39 Bug 342443: A using declaration is not a definition. 2011-04-12 13:02:26 +00:00
Sergey Prigogin
016a7e2e64 Cosmetics. 2011-04-11 22:49:23 +00:00
Markus Schorn
6fffb452a8 Adjust java-doc. 2011-04-11 12:48:35 +00:00
Markus Schorn
9a2e97825b Bug 341747: Ambiguity between template-id and binary expression. 2011-04-11 12:40:25 +00:00
Sergey Prigogin
ee055684b2 Code formatter fixes. 2011-04-11 00:32:13 +00:00
Sergey Prigogin
aa1054f470 Javadoc adjustment. 2011-04-10 02:49:18 +00:00
Sergey Prigogin
16f230e2a4 Cosmetics. 2011-04-10 02:48:58 +00:00
Andrew Gvozdev
a8382da6a5 comments 2011-04-09 20:17:08 +00:00
Sergey Prigogin
8697be076e Formatting of chained conditional expressions and streamlining of formatting code. 2011-04-07 21:27:36 +00:00
Andrew Gvozdev
7b8fb76144 compiler warnings 2011-04-07 14:31:06 +00:00
John Cortell
643666baa4 fixed javadoc typo 2011-04-07 01:55:56 +00:00
Chris Recoskie
1c69515ad4 Bug 133881 - Make refreshing after building optional
Work in progress.
2011-04-05 20:03:54 +00:00
Chris Recoskie
d803a052f5 Bug 133881 - Make refreshing after building optional
Work in progress.
2011-04-05 15:27:14 +00:00
Sergey Prigogin
b2e2842a39 Cosmetics. 2011-04-05 05:23:11 +00:00
Sergey Prigogin
49c57fad93 Cosmetics. 2011-04-04 04:11:00 +00:00
Sergey Prigogin
35255ca2cc Formatter improvements. 2011-04-03 05:10:15 +00:00
Markus Schorn
ffd5ae3839 Bug 341440: Thread safety for PDOM objects. 2011-04-01 09:08:56 +00:00
John Cortell
64dfda5331 Bug 341170 - Fix for platform bug 291323 changed API behavior, regressing behavior in CDT 2011-03-31 15:40:28 +00:00
Markus Schorn
49b5fc416b Testcase and fix for a parameter name resolution problem. 2011-03-31 15:07:05 +00:00
Sergey Prigogin
f9baa85a8b Cosmetics. 2011-03-31 07:02:11 +00:00
Sergey Prigogin
ae5c304eec Formatter bug fixes. 2011-03-31 06:33:36 +00:00
Sergey Prigogin
101bcadce5 Line breaking in 'if' statements. 2011-03-31 05:32:31 +00:00
Sergey Prigogin
dd6f20db86 Line breaking in 'if' statements. 2011-03-31 03:07:20 +00:00
Sergey Prigogin
ae4651ac31 Formatting of conditional expressions. 2011-03-31 02:15:52 +00:00
Markus Schorn
a3be88af27 Bug 341008: Open element for enumerators nested in classes. 2011-03-30 16:49:04 +00:00
Markus Schorn
a9a26fba14 Bug 340773: Correctly consider alternate decl-specifiers. 2011-03-30 14:42:21 +00:00
Sergey Prigogin
16fdcfdd18 Code formatter fixes. 2011-03-30 03:02:45 +00:00
Sergey Prigogin
eacd718cb6 Cosmetics. 2011-03-29 19:47:24 +00:00
Sergey Prigogin
f5b0005a75 Formatter fixes. 2011-03-29 06:36:51 +00:00
Sergey Prigogin
adcb6b9e67 Adjusted error message. 2011-03-29 06:36:27 +00:00
Sergey Prigogin
ceb31ed878 Adding a missing @since tag. 2011-03-28 19:17:19 +00:00
Markus Schorn
ccf2de4e53 Bug 339475: Using explicit instance vs. partial specialization. 2011-03-28 15:39:40 +00:00
Markus Schorn
33f54a1614 Bug 340664: NPE in content assist. 2011-03-28 13:43:52 +00:00
Markus Schorn
45d8d40d08 Bug 339977: void f(void) in template argument deduction. 2011-03-28 09:38:57 +00:00
Sergey Prigogin
32d0894ce1 Formatting bug fixes. 2011-03-28 00:14:20 +00:00
Sergey Prigogin
56690dafd4 Cosmetics. 2011-03-27 05:15:15 +00:00
Sergey Prigogin
56cae6fd61 Formatting of stream output expressions. 2011-03-27 04:48:05 +00:00
Sergey Prigogin
884ac50002 Comment adjustments. 2011-03-27 04:47:13 +00:00
Sergey Prigogin
df89c8daab Cosmetics. 2011-03-27 04:43:53 +00:00
Sergey Prigogin
f0ded0383c Cosmetics. 2011-03-26 22:50:34 +00:00
Sergey Prigogin
a840d359aa Code simplification. 2011-03-26 19:44:24 +00:00
Sergey Prigogin
67cc996e49 Bug 338349. Added IASTTranslationUnit.getOriginatingTranslationUnit method. 2011-03-25 21:39:08 +00:00
Chris Recoskie
e923b9a3c9 Bug 205257 - CDTProject creation scalability issue 2011-03-24 17:11:35 +00:00
Sergey Prigogin
d60f5b6c26 Formatting of binary expression partially produced by macro expansions. 2011-03-20 17:59:40 +00:00