r180902 - [analyzer] Temporary remove c++analyzer to recreate it as a separate file, not a symlink.

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


Author: ayartsev
Date: Wed May  1 20:36:41 2013
New Revision: 180902

URL: http://llvm.org/viewvc/llvm-project?rev=180902&view=rev
Log:
[analyzer] Temporary remove c++analyzer to recreate it as a separate file, not a symlink.

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

Removed: cfe/trunk/tools/scan-build/c++-analyzer
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/tools/scan-build/c%2B%2B-analyzer?rev=180901&view=auto
==============================================================================
--- cfe/trunk/tools/scan-build/c++-analyzer (original)
+++ cfe/trunk/tools/scan-build/c++-analyzer (removed)
@@ -1,8 +0,0 @@
-#!/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