aboutsummaryrefslogtreecommitdiff
path: root/AST.h
AgeCommit message (Expand)Author
2021-11-01delete HIDL adaptersSteven Moreland
2019-12-09Take advantage of moved get*Components result.Steven Moreland
2019-11-04Type pkgs w/ unsupported types in Java now workSteven Moreland
2019-07-19Add -Lformat option to format .hal filesNeel Mehta
2019-07-12Track implicit imports differently from user importsNeel Mehta
2019-07-11Adds generateInheritanceHierarchy to hidl-gen.Daniel Norman
2019-06-17Parse '/*' comments as well.Steven Moreland
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-05-16Merge "Remove nice error for null _hidl_cb."Steven Moreland
2019-05-16Remove nice error for null _hidl_cb.Steven Moreland
2019-05-14Add -Ljava-impl for HIDLNeel Mehta
2019-03-13Move interface comment onto interface.Steven Moreland
2018-11-05Implement constant expression tags.Steven Moreland
2018-10-23-Ldependencies: output indirect dependenciesYifan Hong
2018-10-23Add stage to recursivePassYifan Hong
2018-10-05Add -Ldependencies optionYifan Hong
2018-10-02Instrumentation callback according to version.android-o-mr1-iot-release-1.0.5Steven Moreland
2018-07-11containsInterfaces -> definesInterfacesSteven Moreland
2018-02-22Remove unused function from AST, getImportedNames.Steven Moreland
2018-02-21Do all validation during validation phase.Steven Moreland
2018-02-12hidl-gen knows what files its outputting.Steven Moreland
2018-02-08Make Coordinator const during generation.Steven Moreland
2018-02-08Coordinator keeps track of output directory.Steven Moreland
2018-02-07Move file accesses for hash files to Coordinator.Steven Moreland
2018-01-30Fix vtable assumption.Steven Moreland
2018-01-17Get imported packages based on granular names.Steven Moreland
2017-11-29Track imported types more granularly than before, add types referred toAndreas Huber
2017-11-06Optionally, if passing -v(erbose) to hidl-gen, dump declaredAndreas Huber
2017-09-25Add adapters for HIDL interfaces.Steven Moreland
2017-09-18Rename cpp impl gen methods for consistency.Steven Moreland
2017-09-13Put type definitions in reversed topological orderTimur Iskhakov
2017-09-13Move lookup from parsingTimur Iskhakov
2017-09-07Refactor AST::addScopedType.Timur Iskhakov
2017-09-06Add C++ forward declaration checkTimur Iskhakov
2017-09-05Pass that ensures that constant expressions are acyclicTimur Iskhakov
2017-08-29Add acyclic check pass to hidl-genTimur 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-10Merge structures with duplication featuresTimur Iskhakov
2017-08-09ABI stable smaller HIDL libsSteven Moreland
2017-08-04Revert "Revert "Add Reference type""Timur Iskhakov
2017-08-05Revert "Add Reference type"Steven Moreland
2017-08-03Add Reference typeTimur Iskhakov