Vuo 2.4.4
Loading...
Searching...
No Matches
Classes
VuoClangIssues.hh File Reference

Description

VuoClangIssues interface.

Definition in file VuoClangIssues.hh.

Go to the source code of this file.

Classes

class  VuoClangIssues
 A list of problems reported by Clang, to be passed along to a module developer. More...
 
struct  VuoClangIssues::Issue
 A single issue. More...
 

Class Documentation

◆ VuoClangIssues::Issue

struct VuoClangIssues::Issue
Class Members
int column The character index of the problem (or -1 if none specified).
Level level The level of severity (error, warning, etc.).
int line The line number of the problem (or -1 if none specified).
string message What problem was encountered.
string path The file in which the problem was encountered.