1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-06 09:16:02 +02:00
cdt/core/org.eclipse.cdt.core.tests
Richard Eames f5942dac81 Bug 379684 Support for User Defined Literals
This patch adds preliminary support for C++11 user defined litrals:
* Syntax support
* Type deduction in expressions
* Template literal operators
* String literal concatenation

I made quite a few changes in CPPASTLiteralExpression so that it more
closely follows the spec when parsing numbers. And I'd like some
feedback on the changes I made to CPPSemantics with regards to 
template literal operators.

There are also some questions I have marked in comments, which I would
appreciate an answer to.

Change-Id: I242ecb8f5706f516a4c891fea268a668e5e4a694
Signed-off-by: Richard Eames <eclipse@naddiseo.ca>
Reviewed-on: https://git.eclipse.org/r/24367
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2014-04-12 12:47:34 -04:00
..
.settings Enabled JDK 1.7. 2014-01-24 13:38:55 -05:00
META-INF Enabled JDK 1.7. 2014-01-24 13:38:55 -05:00
misc/org/eclipse/cdt Remove test interdependencies in CDescriptorTests 2014-03-21 16:33:00 -04:00
model/org/eclipse/cdt/core Disabled a failing test. 2014-04-07 18:16:45 -07:00
parser/org/eclipse/cdt Bug 379684 Support for User Defined Literals 2014-04-12 12:47:34 -04:00
regression/org/eclipse/cdt/core/tests Fix intermittent test failures. 2012-09-14 09:32:36 +02:00
resources Bug 427539 - C++11 attribute implementation 2014-03-10 13:01:47 -04:00
suite/org/eclipse/cdt/core Bug 431684 - Intermittent test failures in IndexBugsTest 2014-04-01 13:32:09 -04:00
.classpath Enabled JDK 1.7. 2014-01-24 13:38:55 -05:00
.cvsignore Added bin to .cvsignore. 2003-06-18 21:32:11 +00:00
.project Got rid of the static project references in our .project files. PDE takes care of all this now through the plugin dependencies. Also fixed the wording of the PDOM enabler to make sure people know this is a work in progress. 2005-12-02 20:43:14 +00:00
about.html Updated the about.html files. 2006-05-24 13:51:50 +00:00
build.properties Enabled JDK 1.7. 2014-01-24 13:38:55 -05:00
ChangeLog 2005-08-30 Alain Magloire 2005-08-30 20:16:08 +00:00
plugin.xml bug 416628: "Export" of entries of language settings providers to referencing projects - added capability 2013-09-08 08:09:10 -04:00
pom.xml Bumped up CDT version to 8.4. 2014-01-21 17:35:29 -05:00
test.xml Merge in patch from Vladimir Hirsl 2003-06-24 19:56:34 +00:00