Changeset 366f5cd for src/ResolvExpr/CandidateFinder.cpp
- Timestamp:
- Jun 23, 2026, 1:57:51 PM (22 hours ago)
- Branches:
- master
- Children:
- 9d7a19f
- Parents:
- 45d0e65
- File:
-
- 1 edited
-
src/ResolvExpr/CandidateFinder.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/ResolvExpr/CandidateFinder.cpp
r45d0e65 r366f5cd 10 10 // Created On : Wed Jun 5 14:30:00 2019 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Mon Sep 9 11:30:11 202413 // Update Count : 512 // Last Modified On : Tue Jun 23 11:41:24 2026 13 // Update Count : 7 14 14 // 15 15 … … 1496 1496 const ast::Type * type = resolveTypeof( alignofExpr->type, context ); 1497 1497 const ast::Type * sizeType = context.global.sizeType.get(); 1498 addCandidate( 1499 new ast::AlignofExpr( alignofExpr->location, type, sizeType ), 1500 tenv ); 1498 addCandidate( new ast::AlignofExpr( alignofExpr->location, type, sizeType, alignofExpr->kind ), tenv ); 1501 1499 } 1502 1500
Note:
See TracChangeset
for help on using the changeset viewer.