aboutsummaryrefslogtreecommitdiff
path: root/parser.cpp
AgeCommit message (Expand)Author
2022-03-17Revert "Revert "Union has its associated (nested) tag enum""Jooyung Han
2022-03-15Revert "Union has its associated (nested) tag enum"James Chen
2022-03-15Union has its associated (nested) tag enumJooyung Han
2022-02-02Lint: Redundant importsJooyung Han
2021-10-29Remove AidlImportJooyung Han
2021-10-11remove AidlPackageSteven Moreland
2021-10-08parser.cpp: end of lineSteven Moreland
2021-10-07Split type resolution from constref resolutionJooyung Han
2021-09-29Adding AidlCast to replace downcasting methodsJooyung Han
2021-08-13Support @nullable(heap) for recursive typesJooyung Han
2021-06-29Allow duplicate types from preprocessedJooyung Han
2021-06-08Preprocessed uses the same syntax of AIDLJooyung Han
2021-06-05Apply CleanPath() before comparing pathsJooyung Han
2021-05-25cleanup: remove unused functionsJooyung Han
2021-05-22refactor: parser returns parsed documentJooyung Han
2021-05-21ref-resolver skips visiting the same type-ref.Jooyung Han
2021-05-19refactor: type resolution using visitorJooyung Han
2021-01-07Fix nullderef when ConstantReference::Resolve failsJooyung Han
2021-01-05Make AidlNode visitableJooyung Han
2021-01-05refactor: remove AidlConstantReference::SetRefTypeJooyung Han
2020-12-09const-ref: support recursive referencesJooyung Han
2020-12-05using references in constant expressionsJooyung Han
2020-11-04Pretty closing type parameters.Steven Moreland
2020-09-16Use AIDL_* errors over libbase logging.Steven Moreland
2020-07-23Move AidlErrorLog to logging.hJiyong Park
2020-07-22Change the ownership of AidlDefinedType objectsJiyong Park
2020-06-10Remove AidlQualifiedNameJiyong Park
2020-06-10Introduce AidlDocumentJiyong Park
2020-06-05move parser to its own source fileJiyong Park