Changes in src/SymTab/FixFunction.h [c6b4432:1931bb01]
- File:
-
- 1 edited
-
src/SymTab/FixFunction.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/SymTab/FixFunction.h
rc6b4432 r1931bb01 16 16 #pragma once 17 17 18 #include "Common/PassVisitor.h" // for PassVisitor 19 #include "SynTree/SynTree.h" // for Types 20 18 21 namespace ast { 19 22 class DeclWithType; … … 22 25 23 26 namespace SymTab { 27 /// Replaces function and array types by equivalent pointer types. Returns true if type is 28 /// void 29 bool fixFunction( DeclarationWithType *& ); 30 24 31 /// Returns declaration with function and array types replaced by equivalent pointer types. 25 32 /// Sets isVoid to true if type is void
Note:
See TracChangeset
for help on using the changeset viewer.