[cfe-commits] r38958 - /cfe/cfe/trunk/README.txt

sabre at cs.uiuc.edu sabre at cs.uiuc.edu
Wed Jul 11 09:26:14 PDT 2007


Author: sabre
Date: Wed Jul 11 11:26:14 2007
New Revision: 38958

URL: http://llvm.org/viewvc/llvm-project?rev=38958&view=rev
Log:
mention clang

Modified:
    cfe/cfe/trunk/README.txt

Modified: cfe/cfe/trunk/README.txt
URL: http://llvm.org/viewvc/llvm-project/cfe/cfe/trunk/README.txt?rev=38958&r1=38957&r2=38958&view=diff

==============================================================================
--- cfe/cfe/trunk/README.txt (original)
+++ cfe/cfe/trunk/README.txt Wed Jul 11 11:26:14 2007
@@ -36,6 +36,7 @@
                  'complete' mode, which captures *full* location info for every
                  token in the AST.
    libast2llvm - [Planned] Lower the AST to LLVM IR for optimization & codegen.
+   clang       - An example client of the libraries at various levels.
 
  This front-end has been intentionally built as a stack, making it trivial
  to replace anything below a particular point.  For example, if you want a





More information about the cfe-commits mailing list