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

7694 commits

Author SHA1 Message Date
Markus Schorn
8e652c282f Thread local variables, bug 260387. 2009-01-08 13:27:59 +00:00
Markus Schorn
4c5c6bc7d3 Nested template-id ambiguity, bug 259501. 2009-01-08 12:58:25 +00:00
Markus Schorn
f22dca4261 Reconfigure API breakage as an error. 2009-01-08 10:10:44 +00:00
Mike Kucera
504ceda709 reverting accidental commit 2009-01-07 19:40:52 +00:00
Mike Kucera
d76a1d0722 better handling of syntax errors in declarations for LR parser 2009-01-07 19:34:38 +00:00
Mike Kucera
dd2b180f1e several fixes to parsing of declarations in LR C++ parser 2009-01-07 16:08:35 +00:00
Emanuel Graf
e0cd7f1c94 FIX for bug 256242: Extract local variable refactoring doesn't avoid variable name collisions by Tom Ball https://bugs.eclipse.org/bugs/show_bug.cgi?id=256242 2009-01-07 09:08:08 +00:00
Emanuel Graf
e4581eabb5 FIXED - bug 239060: const parameters in extracted functions
https://bugs.eclipse.org/bugs/show_bug.cgi?id=239060
2009-01-05 12:48:23 +00:00
Emanuel Graf
4966785528 FIXED - bug 256815: Refactoring error when using "Implement Method..."
https://bugs.eclipse.org/bugs/show_bug.cgi?id=256815
2009-01-05 09:25:27 +00:00
Sergey Prigogin
a27a1df93d Test case for bug 259872. 2009-01-03 03:25:54 +00:00
Sergey Prigogin
f9c0ac30d7 Bug 259871. Fix and test case. 2009-01-02 20:53:45 +00:00
Mike Kucera
cfa1a4f42e Added ability to pass ILanguage options to LR parser, refactored ParseHelper, partial fix for bug 253690 2009-01-02 14:58:24 +00:00
Sergey Prigogin
e098f7ccf6 Bug 259683. 2008-12-27 18:39:00 +00:00
Sergey Prigogin
a443b1fafc Comment adjustment. 2008-12-27 18:11:01 +00:00
Sergey Prigogin
af7be7e395 Fixed an NPE. 2008-12-27 18:09:39 +00:00
Sergey Prigogin
72e0dffa3d Code formatting. 2008-12-27 06:36:26 +00:00
Sergey Prigogin
01d2201caa Additional fix for bug 259680. 2008-12-26 06:32:06 +00:00
Sergey Prigogin
f707b944ef Code formatting. 2008-12-26 06:11:22 +00:00
Sergey Prigogin
fb3b1587e1 Code formatting. 2008-12-26 04:20:37 +00:00
Sergey Prigogin
6ea85657c4 Bug 259680. 2008-12-26 04:20:12 +00:00
Sergey Prigogin
0e9935bd07 Test case for bug 259680. 2008-12-25 23:34:19 +00:00
Sergey Prigogin
648ade1628 toString method. 2008-12-25 20:33:36 +00:00
Sergey Prigogin
e34b9fc378 Code formatting. 2008-12-25 20:14:01 +00:00
Sergey Prigogin
9b6d10be72 Bug 259648. 2008-12-24 22:10:36 +00:00
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