diff options
| author | Anton Yartsev <anton.yartsev@gmail.com> | 2013-05-02 01:36:41 +0000 |
|---|---|---|
| committer | Anton Yartsev <anton.yartsev@gmail.com> | 2013-05-02 01:36:41 +0000 |
| commit | 2320d295af9d8bf29defcbe23df39dc65afdf79b (patch) | |
| tree | 99635d94dc9eceba06c4ef2a028911721598642b | |
| parent | 19993e844141712a1c6606064359f6d1faff5199 (diff) | |
| download | bcm5719-llvm-2320d295af9d8bf29defcbe23df39dc65afdf79b.tar.gz bcm5719-llvm-2320d295af9d8bf29defcbe23df39dc65afdf79b.zip | |
[analyzer] Temporary remove c++analyzer to recreate it as a separate file, not a symlink.
llvm-svn: 180902
| -rwxr-xr-x | clang/tools/scan-build/c++-analyzer | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/clang/tools/scan-build/c++-analyzer b/clang/tools/scan-build/c++-analyzer deleted file mode 100755 index dda5db9c7d9..00000000000 --- a/clang/tools/scan-build/c++-analyzer +++ /dev/null @@ -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'; |

