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

1212 commits

Author SHA1 Message Date
Sergey Prigogin
35a973d9a5 Formatter support for defaulted and deleted functions and for rvalue
references.
2012-12-05 15:43:15 -08:00
Sergey Prigogin
88a41df697 Preservation of typedefs in template arguments. 2012-11-08 14:48:06 -08:00
Markus Schorn
5fb5d5b437 Bug 381824: Storing dependent bindings. 2012-11-08 14:35:24 -08:00
Markus Schorn
46b4d35b0b Fix intermittent test failures. 2012-11-08 14:29:07 -08:00
Sergey Prigogin
3548fdb678 Revert "Preservation of typedefs in template arguments."
This reverts commit 8ec3ab2f94.
2012-11-08 14:04:50 -08:00
Sergey Prigogin
8ec3ab2f94 Preservation of typedefs in template arguments. 2012-10-28 11:53:01 +01:00
Sergey Prigogin
822e2091d2 Pushed INDEXER_TIMEOUT_SEC constant up the test class hierarchy. 2012-08-22 16:58:13 -07:00
Sergey Prigogin
ffe717ed93 Simpler and more robust implementation of PDOMManager.joinIndexer
method.
2012-08-22 16:57:12 -07:00
Sergey Prigogin
379cc8e8e1 Cosmetics. 2012-08-22 11:53:17 -07:00
John Cortell
3912ce84f6 Fix BaseUITestCase.checkTreeNode(); causing intermittent test failures 2012-08-22 11:41:41 -07:00
Sergey Prigogin
b5c2b0ce15 Bug 387560. Fix and test case. 2012-08-19 19:17:36 -07:00
Sergey Prigogin
d89b672a97 Bug 327300. Parsing support for noexcept operators and noexcept
specifications in function declarators.
2012-08-17 12:05:10 -07:00
Sergey Prigogin
81ab8a71d8 Bumped up version to 8.1.1 2012-08-14 17:55:45 -07:00
Markus Schorn
fad6fcfe01 Bug 299911: Introduce ICPPEvaluation 2012-08-14 14:11:45 -07:00
Sergey Prigogin
3a63a3c793 Bug 383277 - Invalid auto indentation before and after colon in class
declaration with inheritance
2012-06-26 18:58:46 -07:00
Sergey Prigogin
d611b69fbf Bug 380498. Fixed few more cases where typedefs were not preserved. 2012-06-26 18:42:16 -07:00
Sergey Prigogin
506c347cd8 Bug 380490 - Invalid auto indentation after a multiline function call 2012-05-23 18:29:53 -07:00
Sergey Prigogin
cd8ca24457 Bug 380197 - F3 prefers using declaration to a real one 2012-05-21 21:06:26 -07:00
Sergey Prigogin
a17d1225d1 Cosmetics. 2012-05-21 19:44:46 -07:00
sprigogin
66131f1da6 Bug 371840 - Only first declarator can be selected in declaration
containing multiple declarators
2012-05-20 21:10:34 -07:00
sprigogin
ed4b23705c Cosmetics. 2012-05-20 21:06:18 -07:00
Anton Leherbauer
0db9a0a913 Bug 298668 - Folding gets confused when there are identical foldable lines inside methods in different classes. 2012-05-11 12:45:55 +02:00
Sergey Prigogin
c7be116351 Bug 332895 - Rename does not change using-declarations 2012-04-24 18:24:05 -07:00
Sergey Prigogin
10f7e547a1 Cosmetics. 2012-04-24 17:31:36 -07:00
Marc-Andre Laperle
68b6f3dc90 Upgrade to Tycho 0.14.1 2012-04-23 00:25:47 -04:00
Sergey Prigogin
9d10668c5e Fixed a bug in formatting of declarations contained in macro expansion. 2012-04-14 16:57:35 -07:00
Sergey Prigogin
710e358931 Cosmetics. 2012-04-04 17:25:07 -07:00
Sergey Prigogin
018eb7334b Few bug fixes for Extract Function refactoring. 2012-03-23 15:06:38 -07:00
Sergey Prigogin
08c8ef800e Fixed a bug in Extract Function refactoring. 2012-03-22 19:51:08 -07:00
Sergey Prigogin
7ce6b19d32 Revert "Temporarily restored compatibility with Eclipse 3.7."
This reverts commit ef07a1ef1f.
2012-03-20 18:27:25 -07:00
Sergey Prigogin
ef07a1ef1f Temporarily restored compatibility with Eclipse 3.7. 2012-03-20 18:23:29 -07:00
Sergey Prigogin
0116245961 Fixed excessive code reformatting. 2012-03-20 01:38:30 -07:00
Sergey Prigogin
348452142b Fixed a bug in Extract Function refactoring. 2012-03-19 20:35:27 -07:00
Sergey Prigogin
a797f98218 Added file name validation. 2012-03-19 20:29:28 -07:00
Sergey Prigogin
48eff8e4ae Revert "Temporarily restored compatibility with Eclipse 3.7." 2012-03-18 19:14:17 -07:00
Sergey Prigogin
6f839b7011 Removed uses of a deprecated method. 2012-03-17 19:43:24 -07:00
Sergey Prigogin
24d88acf6d Determination of output parameters for extracted functions in the
presence of goto statements.
2012-03-16 21:09:06 -07:00
Sergey Prigogin
0f4f703be2 Determination of output parameters for extracting function from
inside conditional statements and loops.
2012-03-13 17:55:38 -07:00
Sergey Prigogin
f360d64c77 Few formatting fixes. 2012-03-05 18:52:58 -08:00
Sergey Prigogin
e83675fdce Temporarily restored compatibility with Eclipse 3.7. 2012-03-05 16:13:32 -08:00
Sergey Prigogin
4af78ed0b2 Revert "Temporarily restored compatibility with Eclipse 3.7." 2012-03-03 21:33:53 -08:00
Sergey Prigogin
17b63147ee Temporarily restored compatibility with Eclipse 3.7. 2012-03-03 19:14:26 -08:00
Sergey Prigogin
243e76fb58 Code cleanup. 2012-03-03 19:13:25 -08:00
Sergey Prigogin
2161ef0cc6 Revert "Temporarily restored compatibility with Eclipse 3.7."
This reverts commit f4adb1cc10.
2012-03-03 18:59:09 -08:00
Sergey Prigogin
f4adb1cc10 Temporarily restored compatibility with Eclipse 3.7. 2012-03-03 18:55:43 -08:00
Sergey Prigogin
d0eed235bc Cosmetics. 2012-03-03 17:51:48 -08:00
Sergey Prigogin
b921093240 Bug 373034 - Code formatter produces invalid indentation. 2012-03-02 18:53:26 -08:00
Sergey Prigogin
8b98a1e93e Cosmetics. 2012-03-02 18:47:09 -08:00
Sergey Prigogin
aceb2222db Fixed tests broken due to enablement of folding in C editor. 2012-03-02 18:43:08 -08:00
Sergey Prigogin
2f2f09fd97 Use shared AST in Toggle Function refactoring. This change concudes
the transition to CRefactoring2, which is now called CRefactoring.
2012-02-23 20:44:17 -08:00