Changeset e01eb4a for src/Tuples
- Timestamp:
- Sep 22, 2022, 2:23:18 PM (2 years ago)
- Branches:
- ADT, ast-experimental, master
- Children:
- 5d8dae7
- Parents:
- 0bd46fd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified src/Tuples/Tuples.cc ¶
r0bd46fd re01eb4a 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.