Changeset df6cc9d for src/Tuples/Tuples.cc
- Timestamp:
- Oct 19, 2022, 4:43:26 PM (3 years ago)
- Branches:
- ADT, ast-experimental, master
- Children:
- 1a45263
- Parents:
- 9cd5bd2 (diff), 135143ba (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
-
src/Tuples/Tuples.cc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Tuples/Tuples.cc
r9cd5bd2 rdf6cc9d 17 17 18 18 #include "AST/Pass.hpp" 19 #include "AST/Inspect.hpp" 19 20 #include "AST/LinkageSpec.hpp" 20 21 #include "Common/PassVisitor.h" … … 80 81 81 82 void previsit( ast::ApplicationExpr const * appExpr ) { 82 if ( ast::DeclWithType const * function = InitTweak::getFunction( appExpr ) ) {83 if ( ast::DeclWithType const * function = ast::getFunction( appExpr ) ) { 83 84 if ( function->linkage == ast::Linkage::Intrinsic 84 85 && ( function->name == "*?" || function->name == "?[?]" ) ) {
Note:
See TracChangeset
for help on using the changeset viewer.