Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(37)

Unified Diff: tools/clang_check/run_plugin.sh

Issue 6368055: Commit my clang plugin and fix up documentation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add makefile for thakis Created 9 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« tools/clang/plugins/Makefile ('K') | « tools/clang_check/link_wrapper.sh ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/clang_check/run_plugin.sh
diff --git a/tools/clang_check/run_plugin.sh b/tools/clang_check/run_plugin.sh
deleted file mode 100755
index 2404d0522c2919c77fb6d6a6090b8deb9cdf99d8..0000000000000000000000000000000000000000
--- a/tools/clang_check/run_plugin.sh
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/bash
-#
-# Copyright (c) 2010 The Chromium Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-#
-# A script that runs a clang plugin against the chrome target on Linux.
-
-export CXXFLAGS="-Xclang -load -Xclang /work/llvm/Release+Asserts/lib/libFindBadConstructs.so -Xclang -plugin -Xclang find-bad-constructs"
-export CXX=`dirname $0`/cxx_wrapper.sh
-export LINK=`dirname $0`/link_wrapper.sh
-
-make -j2 chrome
« tools/clang/plugins/Makefile ('K') | « tools/clang_check/link_wrapper.sh ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698