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

11247 commits

Author SHA1 Message Date
Markus Schorn
1c83f17a74 Engine for exploring macro expansions step by step, bug 23540. 2008-01-16 16:43:52 +00:00
Ken Ryall
3c2dd52cf7 Bug 206928. 2008-01-16 12:06:39 +00:00
Andrew Ferguson
c76ee9c980 197468: tighten test success conditions 2008-01-16 11:20:05 +00:00
Anton Leherbauer
6fbc58a2e2 Fix for 53844: sort order in C/C++ view 2008-01-16 09:50:40 +00:00
Chris Recoskie
f40c392f11 Created ICElement.getLocationURI() method. Changed ITranslationUnit concrete implementations to only be constructable from URIs. 2008-01-15 19:13:24 +00:00
Andrew Ferguson
424485c971 197468: apply fix 2008-01-15 17:08:11 +00:00
Anton Leherbauer
01323153a0 Fix and test for macro expansion handling in model builder 2008-01-15 14:39:19 +00:00
Andrew Ferguson
8a24d5717e 214646: apply fix 2008-01-15 13:38:10 +00:00
Anton Leherbauer
1bd375a30e Fix for 215310: [Editor] exception pasting code into editor 2008-01-15 13:10:06 +00:00
Andrew Ferguson
100ce28bcd Apply patch for 215823 for Mark Espiritu, and fix generics warnings in template engine 2008-01-15 11:40:08 +00:00
Anton Leherbauer
c18ff521d9 Improve macro highlighting 2008-01-15 09:46:52 +00:00
Anton Leherbauer
b127b4265f Patch by Alena Laskavaia for 186172: NullPointerException in debugger console 2008-01-15 09:12:57 +00:00
Mike Kucera
b90fcb3b0c change to CPPASTCatchHandler constructor 2008-01-14 20:50:26 +00:00
Markus Schorn
46ea38b3b1 Fixes a NPE. 2008-01-14 15:47:04 +00:00
Mike Kucera
3b962a362e added constructor to CPPASTNamespaceAlias 2008-01-14 15:42:03 +00:00
Anton Leherbauer
d7ea6c877e Mark occurrences doc update 2008-01-14 15:00:28 +00:00
Anton Leherbauer
f2856c60ce Fix mark occurrences for destructors and template types 2008-01-14 15:00:15 +00:00
Anton Leherbauer
f8698c710c Fix some warnings 2008-01-11 16:05:32 +00:00
Anton Leherbauer
1ba6e6237a 159812: Mark Occurrences 2008-01-11 15:54:49 +00:00
Anton Leherbauer
aa03923d5f Fix for 214870: SemanticHighlighting filters template-id ProblemBindings 2008-01-11 10:34:16 +00:00
Anton Leherbauer
f767541c12 Fix for 199598: [content assist] enumeration missing from proposals in qualified name (Patch by Ed Swartz) 2008-01-11 10:32:19 +00:00
John Cortell
da553be6cd Applied additional 209793 patch to fix regression in original patch. 2008-01-10 20:03:01 +00:00
Vivian Kong
b5db13b841 update copyright 2008-01-10 19:43:16 +00:00
Markus Schorn
9ee52fed6a Follow up for bug 209614. 2008-01-10 15:27:18 +00:00
Markus Schorn
a9013f9b08 Follow up for bug 209614. 2008-01-10 08:58:17 +00:00
Markus Schorn
88ac1b7a85 Proposal for AST-rewriter API, bug 214334. 2008-01-09 14:37:20 +00:00
Markus Schorn
000b5c50e2 Follow up for bug 209614. 2008-01-09 09:05:24 +00:00
Mike Kucera
204b33a9ba removed static modifiers from parse() methods 2008-01-08 23:01:25 +00:00
Vivian Kong
244201f5e0 updating source level to Java 5.0 2008-01-08 22:14:02 +00:00
Andrew Ferguson
6b1f378dc9 214335: apply fix and add regression test 2008-01-08 17:40:26 +00:00
Markus Schorn
3c10d0917e Cleanup for the interface between fast indexer and preprocessor, bug 209614. 2008-01-08 11:41:04 +00:00
Anton Leherbauer
ef7458bcf9 Cleanup obsolete extension points 2008-01-08 11:27:57 +00:00
Vivian Kong
7c19d235c2 updating source level to Java 5.0 2008-01-07 22:10:03 +00:00
Vivian Kong
63fbdddc72 updating source level to Java 5.0 2008-01-07 20:18:37 +00:00
Mike Kucera
b62adddec0 improved API doc for ICharArrayMap 2008-01-07 16:44:14 +00:00
Mike Kucera
0e7ddb9347 Added two AST node constructors. 2008-01-07 16:12:13 +00:00
Mike Kucera
a710c823c8 Bug 214127: merge AbstractCLanguage and AbstractCPPLanguage into one class 2008-01-07 16:11:41 +00:00
Anton Leherbauer
d2c442c373 Fix for 214354: [code formatter] whitespace removed when declaring a variable and initializing it with a macro 2008-01-07 16:06:22 +00:00
Sergey Prigogin
cf2b2ce763 Added AST2TemplateTests._testRebindPattern_214447. 2008-01-07 04:04:05 +00:00
Sergey Prigogin
01959bfd25 Fix for bug 207320. 2008-01-05 18:48:28 +00:00
Sergey Prigogin
52dda7b84f Fix for bug 201174. 2008-01-05 18:48:01 +00:00
John Cortell
a64cedd926 Applied patch for 209793. Persist the format selection and cast-to-type of variables. Adds a generic mechanism for storing collections of such setting types as a single launch configuration setting. In other words, persisting the format of 10 variables will not result in 10 launch config settings, but rather one. 2008-01-04 22:20:52 +00:00
John Cortell
048b012111 Applied patch to 204028. Setting an address breakpoint in a session with no symbolics (executable) would NPE. 2008-01-04 21:16:32 +00:00
John Cortell
e1478e3c72 Applied patch in bug 199584. Run-to-Line was not setting the thread state. 2008-01-04 14:05:29 +00:00
John Cortell
2250bfc3d6 Applied patch in bug 191583. Logic not taking into account blocks with addressable size > 1. 2008-01-04 03:36:50 +00:00
Mike Kucera
bc7b6a3bd8 added parameters to constructor of CPPASTCastExpression 2008-01-02 15:55:06 +00:00
Mike Kucera
b388adcbe5 upgraded CharArrayMap to support generics, also enabled Java 5 in cdt.core.tests 2008-01-02 15:42:53 +00:00
Sergey Prigogin
583b8dadc0 Test case for bug 214017. 2008-01-01 02:00:39 +00:00
Ken Ryall
5a24329e7c Merge from cdt_40. 2007-12-31 21:28:04 +00:00
Doug Schaefer
e8019df504 Flexible File System. Get project creation working by replacing the use of IPath for project location with URIs. Also move FFS to its own plugin to avoid early initialization of the CDT. 2007-12-31 20:31:08 +00:00