Changeset 44bca7f for src/Common


Ignore:
Timestamp:
May 2, 2018, 3:24:46 PM (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, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, with_gc
Children:
6d539f83
Parents:
30dcc47
Message:

first attempt at warning control

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Common/SemanticError.h

    r30dcc47 r44bca7f  
    1010// Created On       : Mon May 18 07:44:20 2015
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Thu Apr 19 17:52:03 2018
    13 // Update Count     : 19
     12// Last Modified On : Wed May  2 15:00:01 2018
     13// Update Count     : 23
    1414//
    1515
     
    4949};
    5050
    51 constexpr const WarningData WarningFormats[] = {
     51constexpr WarningData WarningFormats[] = {
    5252        {"self-assign"         , "self assignment of expression: %s"           , Severity::Warn},
    5353        {"reference-conversion", "rvalue to reference conversion of rvalue: %s", Severity::Warn},
Note: See TracChangeset for help on using the changeset viewer.