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