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

bwendlin at cs.uiuc.edu bwendlin at cs.uiuc.edu
Wed Jul 11 09:47:17 PDT 2007


Author: bwendlin
Date: Wed Jul 11 11:47:17 2007
New Revision: 39699

URL: http://llvm.org/viewvc/llvm-project?rev=39699&view=rev
Log:
Submitted by: Bill Wendling

Update with -parse-ast-check.

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=39699&r1=39698&r2=39699&view=diff

==============================================================================
--- cfe/cfe/trunk/README.txt (original)
+++ cfe/cfe/trunk/README.txt Wed Jul 11 11:47:17 2007
@@ -97,6 +97,8 @@
  * -parse-ast-print prints most expression and statements nodes, but some
    minor things are missing.
 
+ * -parse-ast-check checks that diagnostic messages that are expected are
+   reported and that those which are reported are expected.
 
 III. Current advantages over GCC:
 





More information about the cfe-commits mailing list