aboutsummaryrefslogtreecommitdiff
path: root/EnumType.h
AgeCommit message (Expand)Author
2021-03-29Move EnumType::typeChain() to public from privateDevin Moore
2020-12-05hidl-gen: warnings for bad annotationsSteven Moreland
2019-10-24EnumType: forEachValueFromRoot constSteven Moreland
2019-07-22Change const char* to std::stringNeel Mehta
2019-07-19Add -Lformat option to format .hal filesNeel Mehta
2019-05-14Add -Ljava-impl for HIDLNeel Mehta
2018-11-05Implement constant expression tags.Steven Moreland
2018-10-09forward declare header string definitionsSteven Moreland
2018-08-09ConstantExpression: description included in value.Steven Moreland
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-04-09Remove toString + operator== from server libraries.Steven Moreland
2018-02-21Do all validation during validation phase.Steven Moreland
2018-02-20Do all validation during validation phase.Steven Moreland
2017-11-27Add enum iteration to HIDL.Steven Moreland
2017-11-27Rename global..Decls to package...DeclsSteven 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-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-30Make Type::getReferences return pointerTimur Iskhakov
2017-08-28Constant Expressions have same tree structure as TypeTimur Iskhakov
2017-08-24Build AST graph explicitly for simpler post-parsing passesTimur 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
2017-08-04Revert "Revert "Add Reference type""Timur Iskhakov
2017-08-05Revert "Add Reference type"Steven Moreland
2017-08-03Add Reference typeTimur Iskhakov
2017-07-21Moving hidl-gen parser stack outside of ASTTimur Iskhakov
2017-06-23Revert "Move all toString to be in users of HIDL libs."Steven Moreland
2017-06-21Move all toString to be in users of HIDL libs.Steven Moreland
2017-05-09-Lc++-impl: better namespace handlingSteven Moreland
2017-02-24Add toString to Java codeYifan Hong
2017-02-24Fix Java .equals has a wrong signature for generated HIDL types.Yifan Hong
2017-01-24Fix hidl-gen for generating bitfield type in vts file.Zhuoyao Zhang