Reviewers: Jakob,

Description:
Make it clear that GCMole depends on Clang 2.9 currently.

[email protected]

Please review this at https://codereview.chromium.org/13950017/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files:
  M tools/gcmole/README
  M tools/gcmole/gcmole.cc


Index: tools/gcmole/README
diff --git a/tools/gcmole/README b/tools/gcmole/README
index 02cf88ccc1a983f0d71570b6b17905a06b5014be..37f8afbd6f76394b5169d33679f21bde6a6256cb 100644
--- a/tools/gcmole/README
+++ b/tools/gcmole/README
@@ -21,7 +21,7 @@ PREREQUISITES -----------------------------------------------------------------

 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.

Index: tools/gcmole/gcmole.cc
diff --git a/tools/gcmole/gcmole.cc b/tools/gcmole/gcmole.cc
index 38ee6e07ef72209ee9159d517d529d15633cf265..bdff18952b57036b302bf7a6546301b2267bd184 100644
--- a/tools/gcmole/gcmole.cc
+++ b/tools/gcmole/gcmole.cc
@@ -587,7 +587,6 @@ class FunctionAnalyzer {
     VISIT(StmtExpr);
     VISIT(StringLiteral);
     VISIT(SubstNonTypeTemplateParmPackExpr);
-    VISIT(UnaryExprOrTypeTraitExpr);
     VISIT(UnaryOperator);
     VISIT(UnaryTypeTraitExpr);
     VISIT(VAArgExpr);
@@ -634,7 +633,6 @@ class FunctionAnalyzer {
   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