1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-08 17:45:24 +02:00
Commit graph

1224 commits

Author SHA1 Message Date
Sergey Prigogin
564d1ee96e Enabled assertions during tests. 2013-02-05 14:08:04 -08:00
Sergey Prigogin
f16d5ea84f Cosmetics. 2013-02-02 17:02:33 -08:00
Sergey Prigogin
79c3d6556b Bug 398706. Adjusted two tests. 2013-01-23 11:43:58 -08:00
Sergey Prigogin
71430cbc15 Renamed few classes to distinguish tests from their base classes. 2013-01-23 11:43:43 -08:00
Sergey Prigogin
a30919dff8 Bug 398459 - Invalid auto-indentation in a virtual method 2013-01-17 16:07:40 -08:00
Sergey Prigogin
e3788f16bb Bug 396439 - Syntax highlighting is wrong for raw strings. Added a test
case.
2013-01-16 11:11:12 -08:00
Sergey Prigogin
97f0641ceb Cosmetics. 2013-01-16 11:06:08 -08:00
Sergey Prigogin
22c59afc27 Cosmetics. 2013-01-15 21:51:41 -08:00
Sergey Prigogin
5138ee947f Bug 397496 - Formatter does not wrap long macro arguments 2013-01-04 19:26:22 -08:00
Marc-Andre Laperle
1644f4d640 Bug 397288 - typename keyword is not completed
Change-Id: I26d62f771b5bb08d1c5cab64929c765c025053b3
Reviewed-on: https://git.eclipse.org/r/9419
Reviewed-by: Marc-Andre Laperle <malaperle@gmail.com>
IP-Clean: Marc-Andre Laperle <malaperle@gmail.com>
Tested-by: Marc-Andre Laperle <malaperle@gmail.com>
2013-01-03 01:34:42 -05:00
Sergey Prigogin
84747c6e5a Cosmetics. 2012-12-31 14:57:28 -08:00
Nathan Ridge
f9e5116c69 Bug 379631 - code-completion of functions in using-declarations
Change-Id: Ifae9e0e790629e03c1ad93988ea535e42373d448
Reviewed-on: https://git.eclipse.org/r/9066
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2012-12-07 12:12:40 -08:00
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