From: Douglas Gregor Date: Wed, 9 Mar 2011 16:27:48 +0000 (+0000) Subject: Mention an XML printer on the Open Projects page X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e07339be5af9d22e940804538cb1a82a622cebfb;p=clang Mention an XML printer on the Open Projects page git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@127336 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/www/OpenProjects.html b/www/OpenProjects.html index 52fcabebba..b3e0841a73 100644 --- a/www/OpenProjects.html +++ b/www/OpenProjects.html @@ -100,6 +100,13 @@ experience -- it should be easy to cross compile applications, install support for new architectures, access different compilers and tools, and be consistent across different platforms. See the Universal Driver web page for more information. + +
  • XML Representation of ASTs: Clang maintains a rich Abstract Syntax Tree that describes the program. Clang could emit an XML document that describes the program, which others tools could consume rather than being tied directly to the Clang binary.The XML representation needs to meet several requirements: +