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
9e1d96c1f2
infer_clone
/
infer
/
tests
/
build_systems
/
diff
/
introduced.exp
2 lines
99 B
Raw
Normal View
History
Unescape
Escape
[diff] support for --gen-previous-build-command-script Summary: This allows the user to specify a different command to build the current version of the project vs to build the previous version of the project. Here's an example: ``` infer diff --gen-previous-build-command-script "echo clang -c hello.c" ... -- clang -c hello2.c ``` By default the two build commands are the same. If the script is to be used for both the current and the previous versions, then it's on the user to run it once first, eg: ``` infer diff --gen-previous-build-command-script "./myscript.sh previous" ... -- $(./myscript.sh current) ``` Reviewed By: martinoluca Differential Revision: D5500989 fbshipit-source-id: 7374b44
8 years ago
src/hello.c, test2, 2, NULL_DEREFERENCE, [start of procedure test2(),start of procedure nullify()]