Created
October 24, 2013 12:09
-
-
Save 1951FDG/6d091e94ea83c7c9f8e5 to your computer and use it in GitHub Desktop.
Clang Static Analyzer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tar -xvzf ~/Downloads/untitled\ folder\ 6/checker-275.tar.bz2 -C ~/Developer | |
xcodebuild -configuration Release -alltargets clean;~/Developer/checker-275/scan-build --use-analyzer=/Developer/usr/bin/clang -V xcodebuild -configuration Release | |
xcodebuild -configuration Debug -alltargets clean;~/Developer/checker-275/scan-build --use-analyzer=/Developer/usr/bin/clang -V xcodebuild -configuration Debug | |
xcodebuild -configuration Release -alltargets clean;~/Developer/checker-275/scan-build -V -enable-checker alpha xcodebuild -configuration Release | |
xcodebuild -configuration Debug -alltargets clean;~/Developer/checker-275/scan-build -V -enable-checker alpha xcodebuild -configuration Debug | |
xcodebuild -list | |
xcodebuild -configuration Release -alltargets clean;~/Developer/checker-275/scan-build -V xcodebuild -target "ImageView" -configuration Release |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment