aboutsummaryrefslogtreecommitdiff
path: root/hidl-gen_y.yy
AgeCommit message (Expand)Author
2021-10-12Fix typo: mInstrumentationCal*1*lbacksSteven Moreland
2020-01-06Updates for bison 3.5Dan Willemsen
2019-10-24hidl: keep track of comment formatSteven Moreland
2019-08-19Parse doc comments for nested structsNeel Mehta
2019-08-08Merge "[hidl format] Output inline struct definitions inline"Treehugger Robot
2019-08-07[hidl format] Output inline struct definitions inlineNeel Mehta
2019-08-06Remove constant expression support for annotationsNeel Mehta
2019-07-23Remove localName from NamedTypeNeel Mehta
2019-07-22Parens in ConstantExpr follow original interfaceNeel Mehta
2019-07-19Add -Lformat option to format .hal filesNeel Mehta
2019-07-12Track implicit imports differently from user importsNeel Mehta
2019-06-26Parse // comments as unhandled commentsNeel Mehta
2019-06-25Stop parsing DocComments attached to typed varsNeel Mehta
2019-06-20Allow comments preceding imports.Steven Moreland
2019-06-17Parse '/*' comments as well.Steven Moreland
2019-06-14Lint to check references in DocCommentsNeel Mehta
2019-06-13Store paths relative to root in LocationNeel Mehta
2019-06-05Add "import types" lintNeel Mehta
2019-06-04Remove static gAllReservedMethods from Interface.cppNeel Mehta
2019-05-30Merge "Remove ref<>."Steven Moreland
2019-05-29Make getRootScope constNeel Mehta
2019-05-28Remove ref<>.Steven Moreland
2019-04-08hidl-gen: enable verbose errorsSteven Moreland
2018-11-05Implement constant expression tags.Steven Moreland
2018-10-04Do not allow leading comma in argument list.Yifan Hong
2018-06-14Implementing Discriminated Unions in HIDLNirav Atre
2018-06-04Better error for doc_comment at the end of block.android-o-mr1-iot-release-1.0.1Steven Moreland
2018-06-01Reserving "safe_union" keyword in HIDLNirav Atre
2018-05-21hidl-gen: understand doc commentsSteven Moreland
2018-03-06FQName: prepare for removing isValidSteven Moreland
2018-02-07Move file accesses for hash files to Coordinator.Steven Moreland
2018-02-02Error and test for missing variable name.Steven Moreland
2018-01-03Error when an empty generates clause is used.Steven Moreland
2017-09-21Better error messages for enum storage type.Steven Moreland
2017-09-21Don't CHECK on too large literal.Steven Moreland
2017-09-14Prohibit inplace type declarations (except struct fields)Timur Iskhakov
2017-09-14Adding interface to scope is now general caseTimur Iskhakov
2017-09-13Move lookup from parsingTimur Iskhakov
2017-09-11Fix NamedReference locationTimur Iskhakov
2017-09-11Fix bad character being disallowed in .hal files.Steven Moreland
2017-09-11Make keyword token have void type.Steven Moreland
2017-09-07Refactor AST::addScopedType.Timur Iskhakov
2017-09-01Extending existing arrays is moved from parsingTimur Iskhakov
2017-08-31Add parent to every typeTimur Iskhakov
2017-08-25Get rid if Reference<Interface>Timur Iskhakov
2017-08-25Delete unnecessary full stops from parser errorsTimur Iskhakov
2017-08-25Dump error message for unknown type before abort.Howard Chen
2017-08-15Move type-related stuff ouside of parsingTimur Iskhakov
2017-08-15Move annotations from Type to Scopeandroid-o-iot-preview-5o-iot-preview-5Timur Iskhakov
2017-08-14Make Reference struct simplerTimur Iskhakov