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

Side by Side 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, 10 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 #!/bin/bash
2 #
3 # Copyright (c) 2010 The Chromium Authors. All rights reserved.
4 # Use of this source code is governed by a BSD-style license that can be
5 # found in the LICENSE file.
6 #
7 # A script that runs a clang plugin against the chrome target on Linux.
8
9 export CXXFLAGS="-Xclang -load -Xclang /work/llvm/Release+Asserts/lib/libFindBa dConstructs.so -Xclang -plugin -Xclang find-bad-constructs"
10 export CXX=`dirname $0`/cxx_wrapper.sh
11 export LINK=`dirname $0`/link_wrapper.sh
12
13 make -j2 chrome
OLDNEW
« 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