Changeset 8a930c03 for src/Validate/ReplaceTypedef.cpp
- Timestamp:
- Jun 12, 2023, 12:05:58 PM (2 years ago)
- Branches:
- master
- Children:
- fec8bd1
- Parents:
- 2b78949 (diff), 38e266ca (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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Validate/ReplaceTypedef.cpp
r2b78949 r8a930c03 16 16 #include "ReplaceTypedef.hpp" 17 17 18 #include "AST/Copy.hpp" 18 19 #include "AST/Pass.hpp" 19 20 #include "Common/ScopedMap.h" … … 149 150 // constant/enumerator. The effort required to fix this corner case 150 151 // likely outweighs the utility of allowing it. 151 if ( !ResolvExpr::typesCompatible( t0, t1 , ast::SymbolTable())152 if ( !ResolvExpr::typesCompatible( t0, t1 ) 152 153 || ast::Pass<VarLenChecker>::read( t0 ) 153 154 || ast::Pass<VarLenChecker>::read( t1 ) ) {
Note:
See TracChangeset
for help on using the changeset viewer.