Changeset 36354b1 for src/AST/Bitfield.hpp
- Timestamp:
- May 10, 2019, 12:09:05 PM (7 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, cleanup-dtors, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 9131e54, cdcd53dc
- Parents:
- 292d599b (diff), 14cebb7a (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
src/AST/Bitfield.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Bitfield.hpp
r292d599b r36354b1 19 19 20 20 /// Make a type a bitfield. 21 /// Include in type definition to add operators. Used to simulate inheritance because union 21 /// Include in type definition to add operators. Used to simulate inheritance because union 22 22 /// does not allow it. Requires type to have `unsigned val` field 23 23 /// @param BFType Name of containing type
Note:
See TracChangeset
for help on using the changeset viewer.