xref: /openbsd-src/gnu/llvm/clang/tools/scan-build/libexec/c++-analyzer (revision d2c5a4743fb945f45b034a3a830a96f7e1bc695d)
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