2. User Docs¶
Contents:
- 2.1. Obtaining the Static Analyzer
 - 2.2. Command Line Usage: scan-build and CodeChecker
 - 2.3. Running the analyzer within Xcode
 - 2.4. Filing Bugs and Feature Requests
 - 2.5. Cross Translation Unit (CTU) Analysis
 - 2.6. Taint Analysis Configuration
 - 2.7. Source Annotations
 - 2.8. FAQ and How to Deal with Common False Positives
- 2.8.1. Custom Assertions
 - 2.8.2. Null Pointer Dereference
 - 2.8.3. Dead Store
 - 2.8.4. Unused Instance Variable
 - 2.8.5. Unlocalized String
 - 2.8.6. Dealloc in Manual Retain/Release
 - 2.8.7. Deciding Nullability
 - 2.8.8. Intentional Nullability Violation
 - 2.8.9. Ensuring Loop Body Execution
 - 2.8.10. Suppressing Specific Warnings
 - 2.8.11. Excluding Code from Analysis