Changes in src/Common/SemanticError.h [77bfc80:4358c1e]
- File:
-
- 1 edited
-
src/Common/SemanticError.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Common/SemanticError.h
r77bfc80 r4358c1e 10 10 // Created On : Mon May 18 07:44:20 2015 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Thu Jul 19 10:09:17201813 // Update Count : 3 112 // Last Modified On : Wed May 16 15:01:23 2018 13 // Update Count : 30 14 14 // 15 15 … … 17 17 18 18 #include "ErrorObjects.h" 19 #include "AST/Node.hpp"20 19 #include <cstring> 21 20 … … 57 56 {"reference-conversion" , "rvalue to reference conversion of rvalue: %s" , Severity::Warn}, 58 57 {"qualifiers-zero_t-one_t", "questionable use of type qualifier %s with %s", Severity::Warn}, 59 {"aggregate-forward-decl" , "forward declaration of nested aggregate: %s" , Severity::Warn},60 {"superfluous-decl" , "declaration does not allocate storage: %s" , Severity::Warn},61 {"gcc-attributes" , "invalid attribute: %s" , Severity::Warn},62 58 }; 63 59 … … 66 62 RvalueToReferenceConversion, 67 63 BadQualifiersZeroOne, 68 AggrForwardDecl, 69 SuperfluousDecl, 70 GccAttributes, 71 NUMBER_OF_WARNINGS, // This MUST be the last warning 64 NUMBER_OF_WARNINGS, //This MUST be the last warning 72 65 }; 73 66
Note:
See TracChangeset
for help on using the changeset viewer.