diff --git a/releng/org.eclipse.cdt.releng/buildindex.html b/releng/org.eclipse.cdt.releng/buildindex.html index 55443b609bb..de0b3e8e0c4 100644 --- a/releng/org.eclipse.cdt.releng/buildindex.html +++ b/releng/org.eclipse.cdt.releng/buildindex.html @@ -173,6 +173,32 @@ integrations for build/debug, user documentation
+

ISO C99 Support

+

Provides a parser for the ISO/IEC 9899:1999 variant of the C programming language (aka C99), generated from a grammar using the LPG parser generator. The grammar can be reused and extended to create your own parser for variants on the C programming language.

+ + + + + + + +
All + cdt-c99-@branchVersion@-@buildId@.zip
+
+

Unified Parallel C Support

+

Provides support for the Unified Parallel C programming langugage. Provides parsing/indexing infrastructure and language definition, allowing the UPC language to be recognized by CDT. Requires the C99 parser feature.

+ + + + + + + +
All + cdt-upc-@branchVersion@-@buildId@.zip
+

CDT Testing Feature

includes all test plugins required for running automated JUnit tests