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