Changeset 13932f14 for src/Common
- Timestamp:
- May 31, 2017, 2:18:14 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:
- 5d88a0a
- Parents:
- eb0951d0
- Location:
- src/Common
- Files:
-
- 2 added
- 1 edited
-
PassVisitor.h (added)
-
PassVisitor.impl.h (added)
-
utility.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Common/utility.h
reb0951d0 r13932f14 334 334 {} 335 335 336 CodeLocation( const CodeLocation& rhs ) = default; 337 336 338 bool isSet () const { 337 339 return -1 != linenumber;
Note:
See TracChangeset
for help on using the changeset viewer.