Changeset 1fbeebd for src/InitTweak
- Timestamp:
- Nov 30, 2017, 5:37:15 PM (8 years ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/InitTweak/InitTweak.cc
r1cb934d r1fbeebd 30 30 namespace InitTweak { 31 31 namespace { 32 class HasDesignations : public WithShortCircuiting { 33 public: 32 struct HasDesignations : public WithShortCircuiting { 34 33 bool hasDesignations = false; 35 34
Note:
See TracChangeset
for help on using the changeset viewer.