brintos

brintos / llvm-project-archived public Read only

0
0
Text · 203 B · dda5db9 Raw
9 lines · plain
1#!/usr/bin/env perl2 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