xref: /aosp_15_r20/external/clang/tools/scan-build/libexec/c++-analyzer (revision 67e74705e28f6214e480b399dd47ea732279e315)
1*67e74705SXin Li#!/usr/bin/env perl
2*67e74705SXin Li
3*67e74705SXin Liuse Cwd qw/ abs_path /;
4*67e74705SXin Liuse File::Basename qw/ dirname /;
5*67e74705SXin Li# Add scan-build dir to the list of places where perl looks for modules.
6*67e74705SXin Liuse lib dirname(abs_path($0));
7*67e74705SXin Li
8*67e74705SXin Lido 'ccc-analyzer';
9