Changeset 4175659 for src/Parser/DeclarationNode.cpp
- Timestamp:
- Dec 2, 2024, 3:21:25 PM (2 weeks ago)
- Branches:
- master
- Children:
- fc276f3
- Parents:
- 1c0a3a4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Parser/DeclarationNode.cpp
r1c0a3a4 r4175659 10 10 // Created On : Sat May 16 12:34:05 2015 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Thu Aug 22 14:11:47202413 // Update Count : 155 512 // Last Modified On : Mon Dec 2 15:04:12 2024 13 // Update Count : 1558 14 14 // 15 15 … … 455 455 456 456 checkQualifiers( type, q->type ); 457 TypeData::BuiltinType const builtin = type->builtintype;458 if ( (builtin == TypeData::Zero || builtin == TypeData::One) && q->type->qualifiers.any() && error.length() == 0 ) {459 SemanticWarning( yylloc, Warning::BadQualifiersZeroOne, TypeData::builtinTypeNames[builtin] );460 } // if461 457 type = ::addQualifiers( type, q->type ); 462 458 q->type = nullptr;
Note: See TracChangeset
for help on using the changeset viewer.