CLion 2017.2 Help

Running Inspections

Although code analysis is performed on-the-fly in all open files, you may want to run it for the whole project or a custom scope and examine the results in a friendly view.

To run a code inspection

  1. Open the desired file in the editor. Alternatively select files or directories in the Project Tool Window. For multiple selection, click the items holding down the Ctrl/ key. The initial inspection scope will be confined to the opened file or the selection.
  2. On the main menu, choose Code | Inspect Code. The Specify Inspection Scope dialog box opens.
  3. In the Inspection scope area, specify which files should be inspected.
    • To have the source code of the entire project inspected, select the Whole Project option.
    • If you are using version control integration, you can choose to only inspect uncommitted files.
    • To run an inspection for the currently opened file, or the file(s)/folder(s) selected in the Project view, select the File/Module <name> option.
    • To apply inspect code in a specific scope, select the Custom scope option, then choose the desired scope from the drop-down list or click the Browse button browseButton and configure a new scope in the Scopes dialog box.
  4. To have test source files inspected too, select the Include test sources check box.
  5. Specify the inspection profile to apply. Do one of the following:
  6. Click OK to run code analysis.
  7. Examine results in the Inspection Results Tool Window.

It is also possible to run inspections offline, without starting the IDE. Follow the procedure described in the section Working with CLion Features from Command Line.

Last modified: 15 December 2017

See Also