Changeset 04bdc26
- Timestamp:
- Oct 1, 2018, 11:43:49 AM (6 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, no_list, persistent-indexer, pthread-emulation, qualifiedEnum
- Children:
- 1dd1bd2, a29c6e2
- Parents:
- d0bacde
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/CodeTools/ResolvProtoDump.cc
rd0bacde r04bdc26 321 321 } 322 322 323 // TODO support VarArgsType 323 // TODO support variable args for functions 324 void previsit( VarArgsType* ) { 325 // only include varargs for top level (argument type) 326 if ( depth == 0 ) { ss << "#$varargs"; } 327 } 324 328 325 329 // replace 0 and 1 with int
Note: See TracChangeset
for help on using the changeset viewer.