Changeset fc276f3 for src/Common


Ignore:
Timestamp:
Dec 4, 2024, 10:18:27 PM (10 months ago)
Author:
JiadaL <j82liang@…>
Branches:
master
Children:
b38d24a
Parents:
eae8b37 (diff), 4175659 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Common/SemanticError.hpp

    reae8b37 rfc276f3  
    1010// Created On       : Mon May 18 07:44:20 2015
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Thu Dec 14 13:48:07 2023
    13 // Update Count     : 72
     12// Last Modified On : Mon Dec  2 15:14:13 2024
     13// Update Count     : 75
    1414//
    1515
     
    6060        {"self-assign"              , Severity::Warn, "self assignment of expression: %s"                          },
    6161        {"reference-conversion"     , Severity::Warn, "rvalue to reference conversion of rvalue: %s"               },
    62         {"qualifiers-zero_t-one_t"  , Severity::Warn, "questionable use of type qualifier(s) with %s"              },
    6362        {"aggregate-forward-decl"   , Severity::Warn, "forward declaration of nested aggregate: %s"                },
    6463        {"superfluous-decl"         , Severity::Warn, "declaration does not allocate storage: %s"                  },
     
    7271        SelfAssignment,
    7372        RvalueToReferenceConversion,
    74         BadQualifiersZeroOne,
    7573        AggrForwardDecl,
    7674        SuperfluousDecl,
Note: See TracChangeset for help on using the changeset viewer.