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