Changeset 679e644 for src/Common


Ignore:
Timestamp:
Jul 19, 2018, 10:30:56 AM (6 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, no_list, persistent-indexer, pthread-emulation, qualifiedEnum
Children:
679a260
Parents:
2f84692
Message:

extend plan 9, anonymous declarations, change token for default argument

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Common/SemanticError.h

    r2f84692 r679e644  
    1010// Created On       : Mon May 18 07:44:20 2015
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Wed May 16 15:01:23 2018
    13 // Update Count     : 30
     12// Last Modified On : Thu Jul 19 10:09:17 2018
     13// Update Count     : 31
    1414//
    1515
     
    5757        {"qualifiers-zero_t-one_t", "questionable use of type qualifier %s with %s", Severity::Warn},
    5858        {"aggregate-forward-decl" , "forward declaration of nested aggregate: %s"  , Severity::Warn},
     59        {"superfluous-decl"       , "declaration does not allocate storage: %s"    , Severity::Warn},
    5960};
    6061
     
    6465        BadQualifiersZeroOne,
    6566        AggrForwardDecl,
    66         NUMBER_OF_WARNINGS, //This MUST be the last warning
     67        SuperfluousDecl,
     68        NUMBER_OF_WARNINGS, // This MUST be the last warning
    6769};
    6870
Note: See TracChangeset for help on using the changeset viewer.