xref: /llvm-project/clang/tools/scan-build/libexec/c++-analyzer (revision 814aa25a92091cede237a3f0a9972759651be535)
1*814aa25aSJonathan Roelofs#!/usr/bin/env perl
2*814aa25aSJonathan Roelofs
3*814aa25aSJonathan Roelofsuse Cwd qw/ abs_path /;
4*814aa25aSJonathan Roelofsuse File::Basename qw/ dirname /;
5*814aa25aSJonathan Roelofs# Add scan-build dir to the list of places where perl looks for modules.
6*814aa25aSJonathan Roelofsuse lib dirname(abs_path($0));
7*814aa25aSJonathan Roelofs
8*814aa25aSJonathan Roelofsdo 'ccc-analyzer';
9