From c46cbccefde692e341071f3b6ab82330ccd58712 Mon Sep 17 00:00:00 2001 From: "mstarzinger@chromium.org" Date: Tue, 23 Apr 2013 12:48:59 +0000 Subject: [PATCH] Make it clear that GCMole depends on Clang 2.9 currently. R=jkummerow@chromium.org Review URL: https://codereview.chromium.org/13950017 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@14393 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- tools/gcmole/README | 2 +- tools/gcmole/gcmole.cc | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/tools/gcmole/README b/tools/gcmole/README index 02cf88c..37f8afb 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. diff --git a/tools/gcmole/gcmole.cc b/tools/gcmole/gcmole.cc index 38ee6e0..bdff189 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); -- 2.7.4