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

5591 commits

Author SHA1 Message Date
Markus Schorn
00b07da35e Bug 334955: Overloaded comma operator with const class reference. 2011-01-21 10:41:45 +00:00
Markus Schorn
2c376e0343 Add filter for bogus API-tooling error. 2011-01-21 10:04:55 +00:00
Markus Schorn
03024722e6 Work around false null-pointer access warning. 2011-01-21 10:00:10 +00:00
James Blackburn
ed248b232f Bug 333537 - copyrights 2011-01-20 18:14:30 +00:00
James Blackburn
7e59b8ae89 Bug 333537 - [Template Engine] Macro expansion in conditional process groups does not work 2011-01-20 18:10:36 +00:00
Sergey Prigogin
ea13804fa6 Cosmetics. 2011-01-18 00:49:39 +00:00
Sergey Prigogin
81261aee47 Added support for formatter.indent_access_specifier_extra_spaces preference. 2011-01-17 02:00:16 +00:00
Sergey Prigogin
e5c42af4c9 Cosmetics. 2011-01-16 22:50:14 +00:00
Sergey Prigogin
e07fbf49f5 Cosmetics. 2011-01-16 21:34:21 +00:00
Sergey Prigogin
9799e9c101 Cosmetics. 2011-01-16 21:33:27 +00:00
Sergey Prigogin
4dcc4e1fde Cosmetics. 2011-01-16 21:28:09 +00:00
Anton Leherbauer
edd24cd3c5 Bug 333816 - [c++0x] Double right angle brackets formatting breaks indentation when mixed with comments 2011-01-14 11:55:00 +00:00
Emanuel Graf
687eb68210 Bug 333842: The ASTRewriter looses one insertion edits if one both inserts before, and replaces an AST Statement
https://bugs.eclipse.org/bugs/show_bug.cgi?id=333842
2011-01-12 13:17:42 +00:00
Sergey Prigogin
baa2c091e7 Bug 273525. Reverted the previous change. 2011-01-12 01:55:13 +00:00
Sergey Prigogin
c12a4d8b9b Bug 273525 - Generate Getters and Setters is very slow. 2011-01-10 03:59:38 +00:00
Markus Schorn
ed13e97f59 Bug 333529: Function instance as template argument. 2011-01-07 14:44:54 +00:00
Markus Schorn
91c157b041 Bug 333325: Default template arguments for function templates. 2011-01-07 13:55:39 +00:00
Markus Schorn
e3fcf44ebd Bug 333256: Name resolution in trailing return type. 2011-01-07 12:37:02 +00:00
Markus Schorn
c3d083bf06 Bug 333285: Non-type template parameter with leading typename keyword. 2011-01-07 11:16:33 +00:00
Sergey Prigogin
c81916affe Adjusted comment. 2011-01-05 03:33:37 +00:00
Sergey Prigogin
cff63a5fbe Cosmetics. 2011-01-05 02:45:15 +00:00
Emanuel Graf
41bb986be0 Bug 296192: Extract method removes essential macros and breaks formatting
https://bugs.eclipse.org/bugs/show_bug.cgi?id=296192
Bugfix patch that fixes a case where comments at the end of a block are lost for C code (Comment #2)
2011-01-04 14:50:52 +00:00
Emanuel Graf
54165f3720 Bug 331963: Extract local variable doesn't put template type parameters
https://bugs.eclipse.org/bugs/show_bug.cgi?id=331963  patch and test cases
2011-01-04 09:16:42 +00:00
Sergey Prigogin
c1bea60652 Cosmetics. 2011-01-02 22:48:59 +00:00
Sergey Prigogin
a84636dec5 Cosmetics. 2011-01-02 22:48:05 +00:00
Andrew Gvozdev
9454cc4d22 bug 302720: [Error Parser] Build preferences should store only customized error parsers 2011-01-01 06:12:00 +00:00
Andrew Gvozdev
0593978730 bug 302720: [Error Parser] Build preferences should store only customized error parsers 2010-12-31 20:44:08 +00:00
Markus Schorn
11b3b8cbe7 Bug 333200: Declaration ambiguity, bit-field versus member-initializer. 2010-12-27 15:41:25 +00:00
Andrew Gvozdev
a733cd8aad bug 333190: @since tag and the header 2010-12-24 15:50:45 +00:00
Andrew Gvozdev
b44f771423 bug 333190: Moved refreshWorkspaceFiles() for general usage, in particular for the Import/Export Settings Wizard 2010-12-24 15:01:42 +00:00
Markus Schorn
7372454012 Bug 332884: Partial specializations of class template specializations. 2010-12-23 15:17:18 +00:00
Markus Schorn
aa9690322b Bug 332883: auto-type in range-based for. 2010-12-23 13:33:43 +00:00
Anton Leherbauer
7d24065c7d Bug 286162 - Debug core logs spawner IO exception when running C/C++ executable on Linux 2010-12-22 09:48:32 +00:00
Markus Schorn
b81cf7e199 Bug 332114: Exceptions when parsing gcc-testsuite. 2010-12-17 10:55:23 +00:00
Sergey Prigogin
9aee6c4850 Bug 225805 - Sourcelookup handling does not scale to large projects 2010-12-10 22:39:43 +00:00
Emanuel Graf
501fad33d6 Bug: 331637 - ExpressionWriter & DeclaratorWriter do not support ICPPASTLambdaExpression patch by Pascal Kesseli 2010-12-06 09:02:48 +00:00
Markus Schorn
9792e732c4 Bug 330838: Protect writable index against usage in multiple threads. 2010-12-02 13:37:01 +00:00
Markus Schorn
6cab1923dc Bug 330762: Content assist for deferred base classes. 2010-12-02 12:31:05 +00:00
Markus Schorn
f8f2a9c9a3 Bug 331056: Content assist for involving using declarations. 2010-12-02 10:23:06 +00:00
Sergey Prigogin
1cccc8fbf7 Bug 328012. Fixed an issue with file counting. 2010-11-29 19:33:02 +00:00
Sergey Prigogin
0bdbe7ce95 Bug 319330 - The indexing queue should give preference to the recently changed files 2010-11-27 02:08:28 +00:00
Sergey Prigogin
8dc35f6030 Cosmetics. 2010-11-26 05:39:54 +00:00
Sergey Prigogin
3f48af6991 Cosmetics. 2010-11-26 00:05:43 +00:00
Anton Leherbauer
818d361c4f Bug 287783 - PathUtil.equal should be static 2010-11-25 11:55:59 +00:00
Markus Schorn
c18d5df1fd Bug 330747: Octal char constants in preprocessing condition. 2010-11-24 08:17:34 +00:00
Sergey Prigogin
ef6bc84321 Cosmetics. 2010-11-22 04:25:03 +00:00
Sergey Prigogin
8eb53df381 Comment adjustment. 2010-11-21 18:38:57 +00:00
Anton Leherbauer
f9b519b6dd Additional fix and test for bug 322776 2010-11-18 13:58:36 +00:00
Anton Leherbauer
8ccaca146c Additional fix and test for bug 322776 2010-11-18 12:56:32 +00:00
Anton Leherbauer
2016e80de8 Fix formatter issues with macros 2010-11-18 11:58:33 +00:00