From: Bill Wendling Date: Thu, 13 Dec 2007 09:57:40 +0000 (+0000) Subject: Grammar fix: correct ' usage. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=05faa378b0152dfe1bcee6d53b16688006c4c4b8;p=clang Grammar fix: correct ' usage. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44998 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/www/get_involved.html b/www/get_involved.html index a1b8f3344c..75449f4bcc 100644 --- a/www/get_involved.html +++ b/www/get_involved.html @@ -82,7 +82,7 @@ time).
  • Continue work on C++ support: Implementing all of C++ is a very big job, but there are lots of little things that can be done. Right now we support some small things like references and bool. We also support parsing of -namespace's, but don't build ASTs for it. It would be straight-forward to +namespaces, but don't build ASTs for it. It would be straight-forward to implement support for representing namespaces, then add support for things like foo::bar::baz. Likewise, lots of other little pieces can be picked off and implemented.