This website works better with JavaScript.
Explore
Help
Sign In
pghs975uc
/
infer_clone
Watch
1
Star
0
Fork
You've already forked infer_clone
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
01d670299f
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '01d670299f'
${ noResults }
infer_clone
/
infer
/
lib
/
wrappers
/
g++
1 line
15 B
Raw
Normal View
History
Unescape
Escape
[CLI] switch to infer-<command> (symlinks) executables Summary: Introduce `infer-<command>` for each command, except for internal commands (only `infer-clang` for now) which are not exported. Install these executables (which are just symlinks to `infer`) on `make install`. The main executable looks at the name it was invoked with to figure out if it should behave as a particular command. Get rid of `InferClang`, `InferAnalyze`, and `InferPrint`. As a bonus, we now only need to build one executable: `infer`, which should be a few seconds faster (less link time). `InferAnalyze` is now `infer-analyze` and `InferPrint` is `infer-print`. To run `InferClang`, use a symlink named `clang`, `clang++`, etc. to `infer`. There are such symlinks available in "infer/lib/wrappers/" already. I also noticed that the scripts in xcodebuild_wrappers/ don't seem useful anymore, so use wrappers/ instead, as for `make`. Reviewed By: mbouaziz Differential Revision: D5036495 fbshipit-source-id: 4a90030
8 years ago
../../bin/infer