get_diagnostics
Retrieve diagnostics including errors, warnings, and notes for a C++ source file. Optionally force re-parsing to get the latest results.
Instructions
Get diagnostics (errors, warnings, notes) for a file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Absolute path to the source file | |
| force_refresh | No | Force re-parsing of the file to get latest diagnostics (default: false) |