- File:
-
- 1 edited
-
src/Validate/ForallPointerDecay.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Validate/ForallPointerDecay.cpp
r298fe57 rb230091 10 10 // Created On : Tue Dec 7 16:15:00 2021 11 11 // Last Modified By : Andrew Beach 12 // Last Modified On : Sat Apr 23 13:10:00 202213 // Update Count : 112 // Last Modified On : Fri Feb 11 10:59:00 2022 13 // Update Count : 0 14 14 // 15 15 … … 237 237 } 238 238 239 std::vector<ast::ptr<ast::DeclWithType>> expandAssertions(240 std::vector<ast::ptr<ast::DeclWithType>> const & old ) {241 return TraitExpander::expandAssertions( old );242 }243 244 239 } // namespace Validate 245 240
Note:
See TracChangeset
for help on using the changeset viewer.