mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-17 05:05:43 +02:00
![]() This patch provides handling of the C types _Complex, _Imaginary, _Bool & long long int in the parser symbol table. (bug45573) Core: modified ParserSymbolTable.promotion() & conversion() added TypeInfo.isLongLong modified TypeInfo.canHold() Core.tests: Added ParserSymbolTableTest.testLongLong() Added ParserSymbolTableTest.testComplex() Added ParserSymbolTableTest.test_Bool() |
||
---|---|---|
.. | ||
org.eclipse.cdt.core | ||
org.eclipse.cdt.core.aix | ||
org.eclipse.cdt.core.linux | ||
org.eclipse.cdt.core.qnx | ||
org.eclipse.cdt.core.solaris | ||
org.eclipse.cdt.core.tests | ||
org.eclipse.cdt.core.win32 | ||
org.eclipse.cdt.ui | ||
org.eclipse.cdt.ui.tests |