Changes in src/SymTab/FixFunction.cc [21b7161:954ef5b]
- File:
-
- 1 edited
-
src/SymTab/FixFunction.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/SymTab/FixFunction.cc
r21b7161 r954ef5b 50 50 51 51 void FixFunction::premutate(FunctionDecl *) { visit_children = false; } 52 void FixFunction::premutate(ArrayType *) { visit_children = false; } 52 53 void FixFunction::premutate(BasicType *) { visit_children = false; } 53 54 void FixFunction::premutate(PointerType *) { visit_children = false; }
Note:
See TracChangeset
for help on using the changeset viewer.