Skip to content

Instantly share code, notes, and snippets.

@1951FDG
Created October 24, 2013 12:09
Show Gist options
  • Save 1951FDG/6d091e94ea83c7c9f8e5 to your computer and use it in GitHub Desktop.
Save 1951FDG/6d091e94ea83c7c9f8e5 to your computer and use it in GitHub Desktop.
Clang Static Analyzer
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