Revision: 14393
Author:   [email protected]
Date:     Tue Apr 23 05:48:59 2013
Log:      Make it clear that GCMole depends on Clang 2.9 currently.

[email protected]

Review URL: https://codereview.chromium.org/13950017
http://code.google.com/p/v8/source/detail?r=14393

Modified:
 /branches/bleeding_edge/tools/gcmole/README
 /branches/bleeding_edge/tools/gcmole/gcmole.cc

=======================================
--- /branches/bleeding_edge/tools/gcmole/README Thu Apr  7 05:38:16 2011
+++ /branches/bleeding_edge/tools/gcmole/README Tue Apr 23 05:48:59 2013
@@ -21,7 +21,7 @@

 1) Install Lua 5.1

-2) Get LLVM and Clang sources and build them.
+2) Get LLVM 2.9 and Clang 2.9 sources and build them.

 Follow the instructions on http://clang.llvm.org/get_started.html.

=======================================
--- /branches/bleeding_edge/tools/gcmole/gcmole.cc      Fri Feb 17 03:34:50 2012
+++ /branches/bleeding_edge/tools/gcmole/gcmole.cc      Tue Apr 23 05:48:59 2013
@@ -587,7 +587,6 @@
     VISIT(StmtExpr);
     VISIT(StringLiteral);
     VISIT(SubstNonTypeTemplateParmPackExpr);
-    VISIT(UnaryExprOrTypeTraitExpr);
     VISIT(UnaryOperator);
     VISIT(UnaryTypeTraitExpr);
     VISIT(VAArgExpr);
@@ -634,7 +633,6 @@
   IGNORE_EXPR(StmtExpr);
   IGNORE_EXPR(StringLiteral);
   IGNORE_EXPR(SubstNonTypeTemplateParmPackExpr);
-  IGNORE_EXPR(UnaryExprOrTypeTraitExpr);
   IGNORE_EXPR(UnaryTypeTraitExpr);
   IGNORE_EXPR(VAArgExpr);
   IGNORE_EXPR(GNUNullExpr);

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to