Changeset 9dc31c10 for src/Common/SemanticError.h
- Timestamp:
- Apr 19, 2018, 5:46:39 PM (5 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, with_gc
- Children:
- c28afead
- Parents:
- d046db2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Common/SemanticError.h
rd046db2 r9dc31c10 10 10 // Created On : Mon May 18 07:44:20 2015 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Tue Aug 29 22:03:36 201713 // Update Count : 1 712 // Last Modified On : Wed Apr 18 16:28:16 2018 13 // Update Count : 18 14 14 // 15 15 … … 39 39 "self assignment of expression: %s", 40 40 "rvalue to reference conversion of rvalue: %s", 41 "questionable use of type qualifier %s with %s", 41 42 }; 42 43 … … 44 45 SelfAssignment, 45 46 RvalueToReferenceConversion, 47 BadQualifiersZeroOne, 46 48 NUMBER_OF_WARNINGS, //This MUST be the last warning 47 49 };
Note: See TracChangeset
for help on using the changeset viewer.