r180903 - [analyzer] Recreated as a file.

Anton Yartsev anton.yartsev at gmail.com
Wed May 1 18:41:52 PDT 2013


Author: ayartsev
Date: Wed May  1 20:41:51 2013
New Revision: 180903

URL: http://llvm.org/viewvc/llvm-project?rev=180903&view=rev
Log:
[analyzer] Recreated as a file.

Added:
    cfe/trunk/tools/scan-build/c++-analyzer

Added: cfe/trunk/tools/scan-build/c++-analyzer
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/tools/scan-build/c%2B%2B-analyzer?rev=180903&view=auto
==============================================================================
--- cfe/trunk/tools/scan-build/c++-analyzer (added)
+++ cfe/trunk/tools/scan-build/c++-analyzer Wed May  1 20:41:51 2013
@@ -0,0 +1,8 @@
+#!/usr/bin/env perl
+
+use Cwd qw/ abs_path /;
+use File::Basename qw/ dirname /;
+# Add scan-build dir to the list of places where perl looks for modules.
+use lib dirname(abs_path($0));
+
+do 'ccc-analyzer';





More information about the cfe-commits mailing list