repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[VPlan] Move initial VPlan block creation to constructor. (NFC)
[llvm-project.git]
/
clang
/
tools
/
scan-build
/
libexec
/
c++-analyzer
blob
dda5db9c7d925c50643d3a2a91c0dd7fce6fa01e
1
#!/usr/bin/env perl
2
3
use
Cwd qw
/ abs_path /
;
4
use
File
::
Basename qw
/ dirname /
;
5
# Add scan-build dir to the list of places where perl looks for modules.
6
use
lib dirname
(
abs_path
(
$0
));
7
8
do
'ccc-analyzer'
;