aboutsummaryrefslogtreecommitdiff
path: root/EnumType.cpp
AgeCommit message (Expand)Author
2019-03-27Revert "Compound/EnumType: smaller toString"Steven Moreland
2019-02-01Compound/EnumType: smaller toStringSteven Moreland
2018-11-05Implement constant expression tags.Steven Moreland
2018-10-30Generate hidl_enum_values instead of the range.Steven Moreland
2018-10-09forward declare header string definitionsSteven Moreland
2018-08-09ConstantExpression: description included in value.Steven Moreland
2018-07-24Modernize codebase by replacing NULL with nullptrYi Kong
2018-07-13Implementing Java bindings for Discriminated Unions in HIDLNirav Atre
2018-07-13Implementing Java bindings for Discriminated Unions in HIDLNirav Atre
2018-07-10Revert "Explicit destructor invocation for HIDL types"Nirav Atre
2018-07-09Revert "Explicit destructor invocation for HIDL types"android-o-mr1-iot-release-1.0.2Nirav Atre
2018-06-13Explicit destructor invocation for HIDL typesNirav Atre
2018-06-12Explicit destructor invocation for HIDL typesNirav Atre
2018-05-21hidl-gen: understand doc commentsSteven Moreland
2018-05-18hidl-gen: understand doc commentsSteven Moreland
2018-05-18hidl-gen: understand doc commentsSteven Moreland
2018-04-27Replace hidl_enum_{iterator -> range}. am: 87e957d364Steven Moreland
2018-04-25Replace hidl_enum_{iterator -> range}.Steven Moreland
2018-04-09Remove toString + operator== from server libraries.Steven Moreland
2018-03-21Fix enum toString for inherited enums + test.Steven Moreland
2018-03-21Fix enum toString for inherited enums + test.Steven Moreland
2018-02-21Do all validation during validation phase.Steven Moreland
2018-02-20Do all validation during validation phase.Steven Moreland
2017-12-28Output hidl_bitfield.Steven Moreland
2017-11-27Add enum iteration to HIDL.Steven Moreland
2017-11-27Rename global..Decls to package...DeclsSteven Moreland
2017-10-27Build toString + operator== in client libraries.Steven Moreland
2017-10-09Enum toString functions also check parent values.Yifan Hong
2017-09-15EnumType does not own BitFieldType.Yifan Hong
2017-09-11Make recursive methods in Type work with cyclic ASTTimur Iskhakov
2017-09-07Refactor AST::addScopedType.Timur Iskhakov
2017-09-06Emit forward declarationTimur Iskhakov
2017-09-06Adds missing '#include <iostream>' to a few files.Timur Iskhakov
2017-09-05Do not unwrap typedefs on lookupsTimur Iskhakov
2017-08-31Refactor templated type type nameTimur Iskhakov
2017-08-31Make Reference::get follow const rulesTimur Iskhakov
2017-08-31Add parent to every typeTimur Iskhakov
2017-08-31Remove Reference::operator*Timur Iskhakov
2017-08-30Make Type::getReferences return pointerTimur Iskhakov
2017-08-28Constant Expressions have same tree structure as TypeTimur Iskhakov
2017-08-28Use constant expression isTrivialDescriptionTimur Iskhakov
2017-08-24Build AST graph explicitly for simpler post-parsing passesTimur Iskhakov
2017-08-23Tests for hidl-gen check for scope field uniquenessTimur Iskhakov
2017-08-18Ensure that enum doesn't contain type definitionTimur Iskhakov
2017-08-15Move type-related stuff ouside of parsingTimur Iskhakov
2017-08-15Fix clang-tidy performance warnings in system/tools/hidl.Chih-Hung Hsieh
2017-08-14Refactor interface and enum type- and parent-related methodsTimur Iskhakov
2017-08-09Revert "Revert "ConstantExpression lazy evaluation""Timur Iskhakov
2017-08-09Revert "ConstantExpression lazy evaluation"Colin Cross
2017-08-08ConstantExpression lazy evaluationTimur Iskhakov