Clang checker279 report warning missing

I am using checker279 available in https://clang-analyzer.llvm.org/to analyze the code and generate the report. I see only 'Dead Store' in the report. I want to include warnings as well in the report. I copied the command below. Please let me know If I need to add any other flag to include warnings in the report.



scan-build -o /Users/vv/Desktop/app -V --use-analyzer Xcode -enable-checker debug.Stats --force-analyze-debug-code -analyze-headers --show-description --status-bugs -stats -internal-stats xcodebuild clean build -configuration Debug -target targetname -sdk iphoneos