Ignore:
Timestamp:
Apr 19, 2018, 5:46:39 PM (7 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, 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
Message:

warning message for type qualifiers on zero_t/one_t

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Common/SemanticError.h

    rd046db2 r9dc31c10  
    1010// Created On       : Mon May 18 07:44:20 2015
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Tue Aug 29 22:03:36 2017
    13 // Update Count     : 17
     12// Last Modified On : Wed Apr 18 16:28:16 2018
     13// Update Count     : 18
    1414//
    1515
     
    3939        "self assignment of expression: %s",
    4040        "rvalue to reference conversion of rvalue: %s",
     41        "questionable use of type qualifier %s with %s",
    4142};
    4243
     
    4445        SelfAssignment,
    4546        RvalueToReferenceConversion,
     47        BadQualifiersZeroOne,
    4648        NUMBER_OF_WARNINGS, //This MUST be the last warning
    4749};
Note: See TracChangeset for help on using the changeset viewer.