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. FAQ and How to Deal with Common False Positives
- 2.7.1. Custom Assertions
- 2.7.2. Null Pointer Dereference
- 2.7.3. Dead Store
- 2.7.4. Unused Instance Variable
- 2.7.5. Unlocalized String
- 2.7.6. Dealloc in Manual Retain/Release
- 2.7.7. Deciding Nullability
- 2.7.8. Intentional Nullability Violation
- 2.7.9. Ensuring Loop Body Execution
- 2.7.10. Suppressing Specific Warnings
- 2.7.11. Excluding Code from Analysis