xref: /minix3/external/bsd/llvm/dist/clang/tools/scan-build/c++-analyzer (revision f4a2713ac843a11c696ec80c0a5e3e5d80b4d338)
1#!/usr/bin/env perl
2
3use Cwd qw/ abs_path /;
4use File::Basename qw/ dirname /;
5# Add scan-build dir to the list of places where perl looks for modules.
6use lib dirname(abs_path($0));
7
8do 'ccc-analyzer';
9