Marc Khouzam
bb61124897
Incremented CDT feature version to 8.8.0
...
Change-Id: Ib1189a08a5f0225fd676b682dc8a10477ad3acc5
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2015-06-10 09:33:49 -04:00
Marc Khouzam
e820f872ad
Incremented CDT feature version to 8.7.0
...
Change-Id: Ife0feaaa9263d2b7797e31d628250bd26caff1b5
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2015-05-04 21:07:13 -04:00
Marc Khouzam
a04d64606e
Remove unnecessary @SuppressWarnings
...
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2015-03-25 11:39:17 -04:00
Sergey Prigogin
252eaf4c0f
Incremented CDT feature version to 8.6.0.
...
Change-Id: Ic90c8e6a68d21e5b90ec3fac997da6a95a29bedf
Signed-off-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Reviewed-on: https://git.eclipse.org/r/39066
Tested-by: Hudson CI
2015-01-06 19:40:38 -05:00
Marc Khouzam
6004528ff6
Update to new CDT Logo
...
Change-Id: Iac76b204027efa01c8f848050a36d05022ecdf86
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/38363
Reviewed-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Tested-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
2014-12-16 13:29:12 -05:00
Sergey Prigogin
d8154bd340
Inremented branding plugin version to 8.5
2014-07-21 17:39:01 -07:00
Thomas Corbat
b5cf6c388c
Bug 427539 - C++11 attribute implementation
...
- Implemented C++11 attributes without breaking the current API for
attributes in CDT. Added attribute specifiers according to the standard,
which can be added to attribute owners and contain ICPPASTAttributes
themselves.
- Adapted current attribute implementation (Tokens and Offsets) to be
writable by ASTWriter.
- Added integration of GNU attributes into the AST for several missing
cases.
Change-Id: Ifb6a05989f0b4da0d504be24213df86c66428060
Reviewed-on: https://git.eclipse.org/r/22555
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2014-03-10 13:01:47 -04:00
Sergey Prigogin
5d7a19fa6c
Enabled JDK 1.7.
...
Change-Id: Ic2a161ea3c318dc1e8ba01c271c936bf5ed8763d
Reviewed-on: https://git.eclipse.org/r/21020
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2014-01-24 13:38:55 -05:00
Sergey Prigogin
1d166260a8
Bumped up CDT version to 8.4.
...
Change-Id: I1229344feaaed4a3551ceb7b1ef1410545048b55
Reviewed-on: https://git.eclipse.org/r/20908
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2014-01-21 17:35:29 -05:00
Sergey Prigogin
2d58772f73
Bug 421247 - ASTNode.copy() chaining inconsistent
...
Change-Id: I89397209ae6a47b5a3a0827942b83a6755bc60e0
Reviewed-on: https://git.eclipse.org/r/18874
Tested-by: Hudson CI
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2013-11-25 21:37:10 -05:00
Andrew Gvozdev
652ce4748e
Fixed parent pom version to reference
2013-08-27 15:16:24 -04:00
Sergey Prigogin
3be412111c
Bumped up feature versions for Kepler.
2012-06-28 11:08:11 -07:00
Sergey Prigogin
33374d0a51
Bug 316230 - Representation of gcc attributes in AST. Also
...
contains a fix for bug 330635.
Change-Id: I11d872bd68dc0819a95ad8bf83c6db20fbc81387
Reviewed-on: https://git.eclipse.org/r/5554
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-04-13 14:48:35 -04:00
Sergey Prigogin
f02e178d52
Cosmetics.
2012-04-12 17:21:02 -07:00
Andrew Gvozdev
2a1cddd716
auto-clean: @Override annotations + organize imports + unnecessary
...
casts/$NON-NLS + trailing white spaces
2011-11-17 17:34:21 -05:00
Andrew Gvozdev
e47db971de
Switched to Java 1.6 rest of build packages.
2011-11-16 18:23:33 -05:00
Sergey Prigogin
09967ad791
Version number changes missed in the previous commit.
2011-10-19 20:53:44 -07:00
Sergey Prigogin
2932f9122c
Updated parent feature version in pom.xml files.
2011-10-19 19:32:07 -07:00
Doug Schaefer
d7092b12c9
Mavenizing CDT releng.
...
Also removed unsupported cdt.core fragments from the platform feature.
2011-06-28 05:21:58 -04:00
Marc-Andre Laperle
d2047f3306
Bug 337937 - CopyLocation for copied AST-Node. Fix UPC and XLC compile errors
2011-03-08 05:42:57 +00:00
Markus Schorn
703afbd706
Bug 324096: [C++0x] Value categories.
2010-09-06 13:52:47 +00:00
Doug Schaefer
7b8cac960e
Prettier 32x32 icon.
2010-06-04 14:24:50 +00:00
Doug Schaefer
4b1e0cd637
Fixed up branding plug-ins.
2010-06-04 01:18:33 +00:00
Vivian Kong
9697941eec
Bug 315435 Fix the regression test failures in cdt70 - for John Liu
2010-06-03 20:00:42 +00:00
Doug Schaefer
4d79947e9c
New CDT Icon.
2010-06-03 15:20:43 +00:00
Vivian Kong
ce9eb6b7d6
update copyright in about and update provider info
2010-05-31 20:40:20 +00:00
Vivian Kong
1b93077911
Bug 312658 - Some c/c++ syntax cause content assist hanging, such as try-catch and do-while(head stream) - fix by John Liu
2010-05-12 17:19:17 +00:00
Markus Schorn
99148105b3
RValue References: Implementation and testcases, bug 294730.
2009-11-24 10:53:12 +00:00
Mike Kucera
30f1693315
fix compiler errors in lrparser caused by bug 231859
2009-10-09 19:55:31 +00:00
Vivian Kong
79b44437a2
update copyrights
2009-05-26 21:34:15 +00:00
Vivian Kong
afdcaeb52e
Update provider name
2009-05-14 21:14:07 +00:00
Mike Kucera
f1841fc08a
[276360] [LR Parser] CCE when parsing abstract declarator
2009-05-14 19:55:26 +00:00
Mike Kucera
0a80b06634
[272950] [LR Parser] Add ability to pass properties to extending parsers and update (regenerate) the parsers to support this.
2009-04-20 18:24:34 +00:00
Mike Kucera
d99739839b
[272375] support for UTF string literals in LR parser
2009-04-15 19:24:57 +00:00
Vivian Kong
b849a3be06
bug 268581 individual source bundles
2009-04-09 19:51:46 +00:00
Mike Kucera
ba9a7cbcfd
added support for nested functions GNU extension to LR parser, added tests suites
2009-04-01 15:03:01 +00:00
Mike Kucera
c9b3182198
cleaning up the architecture of the LR parsers
2009-02-04 21:58:18 +00:00
Mike Kucera
897c5adf97
added support for IBuiltinBindingsProvider to LR parsers
2009-02-03 22:08:46 +00:00
Mike Kucera
75756374e3
improved several interfaces in LR parser
2009-02-03 16:57:50 +00:00
Mike Kucera
62e51214ac
support for GNU declaration specifiers (typeof) for LR parsers
2009-02-02 17:22:06 +00:00
Mike Kucera
44907e7056
added support to LR parsers for GNU extensions typeof and alignof, added ISecondaryParserFactory
2009-01-30 13:31:43 +00:00
Mike Kucera
7f0debb02e
added ability to "mix-in" grammar extensions and actions, support for extended gnu asm syntax
2009-01-15 16:47:58 +00:00
Mike Kucera
07a63ee282
started adding support for GNU extensions to LR parsers
2009-01-13 20:28:15 +00:00
Vivian Kong
5063991274
bug 259308 - fixing version numbers to enable upgrade from 5.0.2 to 6.0.0
2009-01-09 16:05:12 +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
Mike Kucera
60d92373d0
fix for bug 240567 for the LR parsers
2008-12-30 15:16:06 +00:00
Mike Kucera
e3a1eeca7a
bug 259318, provide reusable implementation of ICLanguageKeywords
2008-12-19 17:00:20 +00:00
Mike Kucera
a036483c18
bug 258345, implementation of IASTNode.copy()
2008-12-17 15:41:35 +00:00
Mike Kucera
9c1746c42a
bug 256125 - Introduce factories for AST nodes. Freeze the AST returned by the parser.
2008-12-04 15:13:40 +00:00
Mike Kucera
763fe943e7
fixed compiler errors in UPC plugin due to changed API
2008-10-31 17:52:07 +00:00