Sha256: fac75e7f9f185487acf80af11f11ad853141f7ece482a5fe80cde5f9da0b784f
Contents?: true
Size: 356 Bytes
Versions: 20
Compression:
Stored size: 356 Bytes
Contents
#ifndef PROBLEM_H #define PROBLEM_H #include "cppparser_export.h" #include "simplecursor.h" struct CPPPARSER_EXPORT Problem { enum Source { Source_Preprocessor, Source_Lexer, Source_Parser }; Source source; QString description; QString explanation; QString file; SimpleCursor position; }; #endif
Version data entries
20 entries across 20 versions & 2 rubygems