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

7870 commits

Author SHA1 Message Date
Sergey Prigogin
8e979bd30c Code formatting. 2008-12-24 22:08:38 +00:00
Sergey Prigogin
677a3e2eaf Code formatting. 2008-12-24 21:14:55 +00:00
Markus Schorn
0f4e9a3759 Implementation of IASTNode.getSyntax(), bug 250251. 2008-12-22 14:37:59 +00:00
Markus Schorn
edc37c6d03 Correcting IASTName.toCharArray() part II, bug 258054. 2008-12-22 13:53:40 +00:00
Sergey Prigogin
6500b127d1 Comment adjustments. 2008-12-22 04:49:57 +00:00
Sergey Prigogin
fdf3bd4146 Bug 259460. 2008-12-22 04:40:18 +00:00
Sergey Prigogin
692c985d53 Formatting. 2008-12-22 02:53:53 +00:00
Sergey Prigogin
9549322f5d Formatting. 2008-12-22 02:00:36 +00:00
Sergey Prigogin
46ab6162f7 Test case for bug 259460. 2008-12-22 01:39:25 +00:00
Sergey Prigogin
12982b88e7 Test case for bug 259460. 2008-12-22 01:37:00 +00:00
Mike Kucera
e3a1eeca7a bug 259318, provide reusable implementation of ICLanguageKeywords 2008-12-19 17:00:20 +00:00
Chris Recoskie
602ce8c5f6 RESOLVED - bug 259372: Error parsers can no longer find filenames for EFS resources
https://bugs.eclipse.org/bugs/show_bug.cgi?id=259372
2008-12-19 14:37:47 +00:00
Markus Schorn
416bf3a0e0 Correcting IASTName.toCharArray(), bug 258054. 2008-12-19 12:19:16 +00:00
Alena Laskavaia
12e7f6e081 PR: 259201 - using standard getenv from java 1.5 2008-12-18 16:02:04 +00:00
Anton Leherbauer
14790ea880 API Cleanup 2008-12-18 10:49:32 +00:00
Markus Schorn
2adb6f5d2b NPE in heuristics for include file resolution, bug 259222. 2008-12-18 09:43:13 +00:00
Emanuel Graf
cc2e7e1da5 FIXED - bug 245089: Enhancement: "Refactor" -> "Implement Method ..." should work for multiple methods
https://bugs.eclipse.org/bugs/show_bug.cgi?id=245089
2008-12-18 09:23:57 +00:00
Markus Schorn
728a1a2866 Compound literals for c++, bug 247153. 2008-12-18 09:11:02 +00:00
Emanuel Graf
2f4ab93a0d FIXED - bug 257733: refactoring has problems with frozen AST
https://bugs.eclipse.org/bugs/show_bug.cgi?id=257733
2008-12-18 08:46:58 +00:00
Anton Leherbauer
3b6edac852 Fix occasional test failures 2008-12-18 08:26:51 +00:00
Anton Leherbauer
2282b22c89 Fix parameter hints test case, related to bug 217043 2008-12-18 08:26:39 +00:00
Anton Leherbauer
8fcdbb9e32 Bug 217043 - ContentAssist: Position cursor behind ')' if method has no arguments, patch by Jens Elementhaler 2008-12-18 08:26:32 +00:00
Markus Schorn
eea81e9d95 Static variables shown as global in search, bug 255192. 2008-12-17 16:18:50 +00:00
Mike Kucera
a036483c18 bug 258345, implementation of IASTNode.copy() 2008-12-17 15:41:35 +00:00
Markus Schorn
de24d81d29 GeneratePDOM does not output the pdom file, bug 247192. 2008-12-17 14:55:28 +00:00
Markus Schorn
3604a05aba Instantiation of dependent values, bug 245027. 2008-12-17 13:07:23 +00:00
Markus Schorn
fbe8ca1282 operator-> for template parameters, bug 257194. 2008-12-16 08:43:06 +00:00
Anton Leherbauer
b63ecc5470 Bug 257982 - SharedASTJob 2008-12-16 07:14:24 +00:00
Vivian Kong
8ffc518520 compile all test plug-ins into jars at root 2008-12-15 21:19:31 +00:00
Chris Recoskie
5945dd5813 RESOLVED - bug 258823: AbstractIndexerTask.runTask() breaks standalone indexer
https://bugs.eclipse.org/bugs/show_bug.cgi?id=258823
2008-12-15 15:57:45 +00:00
Markus Schorn
b21a58f049 Add javadoc. 2008-12-15 15:44:43 +00:00
Markus Schorn
a81c523051 Updating class template definitions in the index, bug 256122. 2008-12-15 15:44:02 +00:00
Markus Schorn
f091f52080 Typedef'ed void in function-parameter list, bug 258694. 2008-12-15 15:39:08 +00:00
Markus Schorn
049e4b13f1 Updating class template definitions in the index, bug 256122. 2008-12-15 14:16:18 +00:00
Anton Leherbauer
317eef461a Attempt to fix nightly test failures 2008-12-15 13:40:13 +00:00
Anton Leherbauer
4eea923bc7 Bug 257700 - Wrong formatting of C++ class when using value of function pointer 2008-12-15 13:35:12 +00:00
Sergey Prigogin
78b78b4812 Bug 258745. 2008-12-15 01:50:45 +00:00
Sergey Prigogin
fac46c70c2 Removed call to a deprecated method. 2008-12-15 01:45:06 +00:00
Sergey Prigogin
4f2be09411 Test case for bug 258745. 2008-12-14 02:57:20 +00:00
Anton Leherbauer
2b7f9a4f65 Bug 257517 - [project model] Incorrect handling of project delete delta 2008-12-11 14:35:41 +00:00
Anton Leherbauer
f3558acfe4 Bug 258313 - After C++ project creation on top of existing directory, Project Explorer sometimes shows non-empty folders as empty 2008-12-11 14:35:34 +00:00
Markus Schorn
60311183ca Missing type proposals in qualified names, bug 255898 2008-12-10 11:22:11 +00:00
Markus Schorn
cec0ba6d45 Getting file content even if it is out of sync, bug 258151. 2008-12-10 11:12:13 +00:00
Markus Schorn
f0c0936852 Content Assist after braces as part of macro expansion, bug 257915. 2008-12-10 09:03:15 +00:00
Sergey Prigogin
a8a55aa932 Bug 257818. 2008-12-09 18:37:46 +00:00
Markus Schorn
2bfba6efb0 Correct getCompositeScope() for index bindings, bug 257818. 2008-12-09 17:39:44 +00:00
Markus Schorn
ff783be167 Plain C: search for locals, bug 151334. 2008-12-09 13:59:49 +00:00
Markus Schorn
d5d62baf17 Plain C: nested declarators for fields, bug 257540. 2008-12-09 13:27:01 +00:00
Markus Schorn
4ad132f821 Check for directories during import/export of team-shared index database, related to bug 243682. 2008-12-09 11:51:30 +00:00
Anton Leherbauer
a7e14e4271 Bug 243567 - Missing parameter in code style UI 2008-12-09 10:57:49 +00:00