Changeset 1fbeebd for src/InitTweak


Ignore:
Timestamp:
Nov 30, 2017, 5:37:15 PM (7 years ago)
Author:
Rob Schluntz <rschlunt@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
Children:
ef3d798
Parents:
1cb934d
git-author:
Rob Schluntz <rschlunt@…> (11/30/17 17:12:26)
git-committer:
Rob Schluntz <rschlunt@…> (11/30/17 17:37:15)
Message:

Convert LabelFixer? to PassVisitor?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/InitTweak/InitTweak.cc

    r1cb934d r1fbeebd  
    3030namespace InitTweak {
    3131        namespace {
    32                 class HasDesignations : public WithShortCircuiting {
    33                 public:
     32                struct HasDesignations : public WithShortCircuiting {
    3433                        bool hasDesignations = false;
    3534
Note: See TracChangeset for help on using the changeset viewer.