aboutsummaryrefslogtreecommitdiff
path: root/hidl-gen_l.ll
AgeCommit message (Expand)Author
2022-03-24Fix newer Bison compatibilityDan Willemsen
2020-01-06Updates for bison 3.5Dan Willemsen
2019-10-24hidl: keep track of comment formatSteven Moreland
2019-07-19Add -Lformat option to format .hal filesNeel Mehta
2019-06-26Parse // comments as unhandled commentsNeel Mehta
2019-06-17Parse '/*' comments as well.Steven Moreland
2019-06-14Lint to check references in DocCommentsNeel Mehta
2019-05-30Merge "Remove ref<>."Steven Moreland
2019-05-29Make getRootScope constNeel Mehta
2019-05-28Remove ref<>.Steven Moreland
2018-11-05Implement constant expression tags.Steven Moreland
2018-06-28Remove error disables for flex/bison.Steven Moreland
2018-06-01Reserving "safe_union" keyword in HIDLNirav Atre
2018-05-21hidl-gen: understand doc commentsSteven Moreland
2018-02-20unique_ptr to pass file from Coordinator to parseSteven Moreland
2018-02-20Remove 'extern' reference to function parseFile.Steven Moreland
2018-02-20Import fails if parsing fails.Steven Moreland
2018-02-20Enable experimental in hidl-gen.Steven Moreland
2017-09-11Make spacing consistent in hidl-gen_l.ll.Steven Moreland
2017-09-11Fix bad character being disallowed in .hal files.Steven Moreland
2017-08-31Add parent to every typeTimur Iskhakov
2017-07-21Moving hidl-gen parser stack outside of ASTTimur Iskhakov
2017-06-19Error message for incorrect FQNames.Steven Moreland
2017-02-06Add -Werror.Steven Moreland
2017-01-12Do not allow package with missing versionYifan Hong
2016-12-29Add FmqType to templatize MQDescriptorHridya Valsaraju
2016-12-22Add (un)linkToDeath to generated interfaces.Martijn Coenen
2016-12-05Add a bitfield type.Yifan Hong
2016-12-02memory -> hidl_memory and pointer -> hidl_pointerMartijn Coenen
2016-11-14move read/writeEmbedded[References]From/ToParcel outYifan Hong
2016-11-04hidl-gen: some error recovery.Yifan Hong
2016-11-03Fix array size orders.Yifan Hong
2016-10-25Add MQDescriptorUnsync as a predefined HIDL type.Hridya Valsaraju
2016-10-06Remove opaque type from hidl.Steven Moreland
2016-09-29Pointer support and embedded types in HIDL.Yifan Hong
2016-09-26Use colon syntax for FQNames for enum values.Yifan Hong
2016-09-13Ignoring deprecated register only in flex.Steven Moreland
2016-09-06Line numbers now properly counted when there are comments.Steven Moreland
2016-08-26Adds (C)opyright headers everywhere.Andreas Huber
2016-08-19Improved name lookup in order to allow partial names to refer to externalAndreas Huber
2016-08-18Switch to 'glr' skeleton parser, better diagnostics through location tracking.Andreas Huber
2016-08-18Remove support for "const" in hidl.Andreas Huber
2016-08-18Merge "'char' is no longer an acceptable hidl type. Use int8_t or uint8_t ins...Andreas Huber
2016-08-17'char' is no longer an acceptable hidl type. Use int8_t or uint8_t instead.Andreas Huber
2016-08-16parsing major operators.Yifan Hong
2016-08-16hidl-gen: accept oneway methodsIliyan Malchev
2016-08-09Interface methods can now be annotated.Andreas Huber
2016-08-06RefType is no more, 1) simplify, 2) repeatAndreas Huber
2016-08-06generate C++ interface header, proxy and stub headers and sources.Andreas Huber
2016-08-06by popular demand: enum SomeEnum { FIRST, SECOND = 10, THIRD = SECOND + 5, };Andreas Huber