Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVivian Kong2008-08-13 20:24:32 +0000
committerVivian Kong2008-08-13 20:24:32 +0000
commitfb41f6daf8307ebe0aed1b15e83b4a1dc84820b5 (patch)
tree7f9ca7b92240b52a34f12dff6f60db43425b6c11 /releng/org.eclipse.cdt.releng/buildindex.html
parentd7a8770a02dd0ce6fdff64b07c2be0fb8b96d9e3 (diff)
downloadorg.eclipse.cdt-fb41f6daf8307ebe0aed1b15e83b4a1dc84820b5.tar.gz
org.eclipse.cdt-fb41f6daf8307ebe0aed1b15e83b4a1dc84820b5.tar.xz
org.eclipse.cdt-fb41f6daf8307ebe0aed1b15e83b4a1dc84820b5.zip
update build info
Diffstat (limited to 'releng/org.eclipse.cdt.releng/buildindex.html')
-rw-r--r--releng/org.eclipse.cdt.releng/buildindex.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/releng/org.eclipse.cdt.releng/buildindex.html b/releng/org.eclipse.cdt.releng/buildindex.html
index 45015f39531..d2c17af87c0 100644
--- a/releng/org.eclipse.cdt.releng/buildindex.html
+++ b/releng/org.eclipse.cdt.releng/buildindex.html
@@ -34,8 +34,8 @@ the CDT Optional Features category.</li>
<li>CDT SDK Feature - superset of runtime that adds source and extension point schemas</li>
<li>GDB Hardware Debugging - provides a launch configuration for launching gdb to do hardware debugging.</li>
<li>XL C/C++ Compiler Support - provides an error parser and managed build support for IBM's XL C/C++ compilers.</li>
-<li>LR Parser - 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
+<li>LR Parser - provides a parser for the ISO/IEC 9899:1999 variant of the C programming language (aka C99) and the C++ programming language,
+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.</li>
<li>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.

Back to the top