- b640cfb getParcelableDescriptor is String16 am: 9cc3a2ca4e by Steven Moreland · 3 years, 10 months ago
- 9cc3a2c getParcelableDescriptor is String16 by Steven Moreland · 3 years, 11 months ago
- 7846b8c cleanup: remove comments field from ConstantRef am: d0c8af0912 by Jooyung Han · 3 years, 10 months ago
- d0c8af0 cleanup: remove comments field from ConstantRef by Jooyung Han · 3 years, 11 months ago
- f282bee Finish removing old 'golden' output. am: 8a05d65a2e by Steven Moreland · 3 years, 11 months ago
- 8a05d65 Finish removing old 'golden' output. by Steven Moreland · 3 years, 11 months ago
- a45cf10 Skip clang-format on golden_output files am: 426b48ec3f by Devin Moore · 3 years, 11 months ago
- 73616a5 Support annotations for 'const' am: 633eab645d by Jooyung Han · 3 years, 11 months ago
- 426b48e Skip clang-format on golden_output files by Devin Moore · 3 years, 11 months ago
- 633eab6 Support annotations for 'const' by Jooyung Han · 3 years, 11 months ago
- 0c1d325 Emit "deprecated" am: 720253dc96 by Jooyung Han · 3 years, 11 months ago
- 720253d Emit "deprecated" by Jooyung Han · 3 years, 11 months ago
- 6539a67 Fix nullderef when ConstantReference::Resolve fails am: e9f5b27426 by Jooyung Han · 3 years, 11 months ago
- e9f5b27 Fix nullderef when ConstantReference::Resolve fails by Jooyung Han · 3 years, 11 months ago
- f217072 rename LanguageToString to to_string am: 9435e9a7cc by Jooyung Han · 3 years, 11 months ago
- 9435e9a rename LanguageToString to to_string by Jooyung Han · 3 years, 11 months ago
- 2ad6348 ParcelableHolder.(set|get)Parcelable returns status am: be83186452 by Jeongik Cha · 3 years, 11 months ago
- ab8d34d Make AidlNode visitable am: c5688f7670 by Jooyung Han · 3 years, 11 months ago
- 898d6b8 refactor: remove AidlConstantReference::SetRefType am: 9d3cbe2954 by Jooyung Han · 3 years, 11 months ago
- 3ffd981 Fix output file path when package is not set am: b3cd63f831 by Jooyung Han · 3 years, 11 months ago
- d4bd9a4 add -Wfile-descriptor am: 377795fadb by Jooyung Han · 3 years, 11 months ago
- be83186 ParcelableHolder.(set|get)Parcelable returns status by Jeongik Cha · 3 years, 11 months ago
- c5688f7 Make AidlNode visitable by Jooyung Han · 3 years, 11 months ago
- 9d3cbe2 refactor: remove AidlConstantReference::SetRefType by Jooyung Han · 3 years, 11 months ago
- b3cd63f Fix output file path when package is not set by Jooyung Han · 3 years, 11 months ago
- 377795f add -Wfile-descriptor by Jooyung Han · 3 years, 11 months ago
- cf1a06e Use vndk.private: true for VNDK-private libs am: e8c4e2ccfa by Justin Yun · 3 years, 11 months ago
- e8c4e2c Use vndk.private: true for VNDK-private libs by Justin Yun · 3 years, 11 months ago
- 2731f6c Meta transactions and user transactions in separate switch-case clauses am: a7ea8bf31c by Jiyong Park · 3 years, 11 months ago
- 54ef3b7 Test case for ParcealbleHolder comparison am: 73cd9ce118 by Jeongik Cha · 3 years, 11 months ago
- a7ea8bf Meta transactions and user transactions in separate switch-case clauses by Jiyong Park · 3 years, 11 months ago
- 73cd9ce Test case for ParcealbleHolder comparison by Jeongik Cha · 4 years ago
- c39fe3d make AidlTypeSpecifier visit-able am: 865da49bd1 by Jooyung Han · 3 years, 11 months ago
- 865da49 make AidlTypeSpecifier visit-able by Jooyung Han · 3 years, 11 months ago
- 4766614 Add "flags:" property to aidl_interface module am: a4e1c47e5a by Jooyung Han · 3 years, 11 months ago
- a4e1c47 Add "flags:" property to aidl_interface module by Jooyung Han · 3 years, 11 months ago
- 4b48ab9 add -Wout-array am: c9b0c80559 by Jooyung Han · 3 years, 11 months ago
- 71bfdd1 Add -Wmixed-oneway am: 209c2866f4 by Jooyung Han · 3 years, 11 months ago
- df8c563 add -Wexplicit-default am: d25527a4f8 by Jooyung Han · 3 years, 11 months ago
- 24a6eb4 Visit() doesn't return bool am: 4585445f32 by Jiyong Park · 3 years, 11 months ago
- c9b0c80 add -Wout-array by Jooyung Han · 3 years, 11 months ago
- 209c286 Add -Wmixed-oneway by Jooyung Han · 3 years, 11 months ago
- d25527a add -Wexplicit-default by Jooyung Han · 3 years, 11 months ago
- 4585445 Visit() doesn't return bool by Jiyong Park · 3 years, 11 months ago
- 4df8cac Support @SuppressWarnings am: d911332007 by Jiyong Park · 3 years, 11 months ago
- 47aa266 Refactor AidlVisitor so that it no longer responsible for traversing am: 512ed85c1d by Jiyong Park · 3 years, 11 months ago
- d911332 Support @SuppressWarnings by Jiyong Park · 3 years, 11 months ago
- 512ed85 Refactor AidlVisitor so that it no longer responsible for traversing by Jiyong Park · 3 years, 11 months ago
- 1bf0cfa add -Wconst-name for CONSTANT_NAME am: fe298dff63 by Jooyung Han · 3 years, 11 months ago
- fe298df add -Wconst-name for CONSTANT_NAME by Jooyung Han · 3 years, 11 months ago
- e7df107 AidlConstantValue::EvaluatedValue<T>() in the header am: 535c5e8fb7 by Jooyung Han · 3 years, 11 months ago
- 38c166b Add to_string(DiagnosticId) for error messages. am: 7be5579094 by Jooyung Han · 3 years, 11 months ago
- 535c5e8 AidlConstantValue::EvaluatedValue<T>() in the header by Jooyung Han · 3 years, 11 months ago
- 7be5579 Add to_string(DiagnosticId) for error messages. by Jooyung Han · 3 years, 11 months ago
- 5933be8 Run diagnostics in a separate visitor am: 808a2a0d08 by Jooyung Han · 3 years, 11 months ago
- 808a2a0 Run diagnostics in a separate visitor by Jooyung Han · 3 years, 11 months ago
- 4fa820c Update golden script - fix dep issue am: 77ecaa1535 by Steven Moreland · 3 years, 11 months ago
- 77ecaa1 Update golden script - fix dep issue by Steven Moreland · 3 years, 11 months ago
- a419259 Add @SuppressWarnings annotation am: f8dbbcc392 by Jooyung Han · 3 years, 11 months ago
- 8d3df76 AidlAnnotation::ParamValue() to retrieve param's value am: b3c77ed522 by Jooyung Han · 3 years, 11 months ago
- cd6e0f6 AidlConstantValue::Cast returns typed value am: 71a1b58f43 by Jooyung Han · 3 years, 11 months ago
- 9dac8b9 define annotation schemas using AidlTypeSpecifier am: 5c2fcae010 by Jooyung Han · 3 years, 11 months ago
- 353c4b0 add -Winout-parameter to avoid inout parameter am: 3557e48f1d by Jooyung Han · 3 years, 11 months ago
- f8dbbcc Add @SuppressWarnings annotation by Jooyung Han · 3 years, 11 months ago
- b3c77ed AidlAnnotation::ParamValue() to retrieve param's value by Jooyung Han · 3 years, 11 months ago
- 71a1b58 AidlConstantValue::Cast returns typed value by Jooyung Han · 3 years, 11 months ago
- 5c2fcae define annotation schemas using AidlTypeSpecifier by Jooyung Han · 3 years, 11 months ago
- 3557e48 add -Winout-parameter to avoid inout parameter by Jooyung Han · 4 years ago
- d0042b9 Update API preamble (talk about 'current' case) am: 348fcddc12 by Steven Moreland · 3 years, 11 months ago
- 2eed6b5 API preamble, even if no package. am: 3a95776013 by Steven Moreland · 3 years, 11 months ago
- 348fcdd Update API preamble (talk about 'current' case) by Steven Moreland · 4 years ago
- 3a95776 API preamble, even if no package. by Steven Moreland · 4 years ago
- 142801c refactor: make "Autofill" explicit am: 672557b779 by Jooyung Han · 3 years, 11 months ago
- 83a0809 Add "required_parameters" to Annotation params am: 5721a23745 by Jooyung Han · 3 years, 11 months ago
- 672557b refactor: make "Autofill" explicit by Jooyung Han · 4 years ago
- 5721a23 Add "required_parameters" to Annotation params by Jooyung Han · 4 years ago
- da50c50 non-zero enumerator lint error crash am: 263185317d by Steven Moreland · 4 years ago
- 2631853 non-zero enumerator lint error crash by Steven Moreland · 4 years ago
- 15b4b98 add -Wenum-zero warning. am: 3b99018e82 by Jooyung Han · 4 years ago
- 0cd2c5c add -W<warning>/-Werror CLI options am: 888c5bc348 by Jooyung Han · 4 years ago
- 3b99018 add -Wenum-zero warning. by Jooyung Han · 4 years ago
- 888c5bc add -W<warning>/-Werror CLI options by Jooyung Han · 4 years ago
- b038dd4 Track const reference evaluate results am: 1f0360db76 by Devin Moore · 4 years ago
- 1f0360d Track const reference evaluate results by Devin Moore · 4 years ago
- f23fb91 Reland "AIDL: golden tests" am: bc219358f9 by Steven Moreland · 4 years ago
- bc21935 Reland "AIDL: golden tests" by Steven Moreland · 4 years ago
- 28b527f Revert "AIDL: golden tests" am: c52c71a814 by Steven Moreland · 4 years ago
- c52c71a Revert "AIDL: golden tests" by Steven Moreland · 4 years ago
- 3b3eac3 Prevent panic: Remove false dependency assumption. am: 803788201a by Bob Badour · 4 years ago
- 6f75248 AIDL: golden tests am: ff9159aa0e by Steven Moreland · 4 years ago
- 8037882 Prevent panic: Remove false dependency assumption. by Bob Badour · 4 years ago
- ff9159a AIDL: golden tests by Steven Moreland · 4 years ago
- 580fe13 union requires first member's default value am: 53fb424e04 by Jooyung Han · 4 years ago
- 53fb424 union requires first member's default value by Jooyung Han · 4 years ago
- 3142b09 fix: rust-module uses 'glued' source am: b06c563515 by Jooyung Han · 4 years ago
- b06c563 fix: rust-module uses 'glued' source by Jooyung Han · 4 years ago
- 4d446db fix: fully-qualified enumerators for Java backend am: 2d833617bb by Jooyung Han · 4 years ago
- 2d83361 fix: fully-qualified enumerators for Java backend by Jooyung Han · 4 years ago
- 61f7ad3 fix: checkDuplicatedVersions with -source am: cbf61d0ff2 by Jooyung Han · 4 years ago
- cbf61d0 fix: checkDuplicatedVersions with -source by Jooyung Han · 4 years ago