1. 78821ed C++ forward declaration restriction on incomplete types by Timur Iskhakov · 7 years ago
  2. 5dc72fe Make recursive methods in Type work with cyclic AST by Timur Iskhakov · 7 years ago
  3. a48a4d9 Fix NamedReference location by Timur Iskhakov · 7 years ago
  4. 68a520f Merge changes from topic "fix-hidl-bad-characters" by Treehugger Robot · 7 years ago
  5. f5eb6f3 Merge "Remove unused imports from hidl_test_servers" by Treehugger Robot · 7 years ago
  6. d13d08f Make spacing consistent in hidl-gen_l.ll. by Steven Moreland · 7 years ago
  7. 8ea1d00 Add missing dependencies to error_test. by Steven Moreland · 7 years ago
  8. 7a4c662 Fix bad character being disallowed in .hal files. by Steven Moreland · 7 years ago
  9. e931e49 Make keyword token have void type. by Steven Moreland · 7 years ago
  10. 0079fd5 Add precondition docstings from location comparison by Timur Iskhakov · 7 years ago
  11. bd3096d Remove unused imports from hidl_test_servers by Timur Iskhakov · 7 years ago
  12. 565b013 Refactor AST::addScopedType. by Timur Iskhakov · 7 years ago
  13. 4bc4bce Merge "Test interface method name uniqueness validation" by Treehugger Robot · 7 years ago
  14. 6894100 Merge "Fix Method location" by Treehugger Robot · 7 years ago
  15. 116a525 Test interface method name uniqueness validation by Timur Iskhakov · 7 years ago
  16. 532654e Fix Method location by Timur Iskhakov · 7 years ago
  17. 041fdfe Add C++ forward declaration check by Timur Iskhakov · 7 years ago
  18. 0e7c2a9 Adds location and position comparison by Timur Iskhakov · 7 years ago
  19. fd3f250 Emit forward declaration by Timur Iskhakov · 7 years ago
  20. e8ee6a0 Adds missing '#include <iostream>' to a few files. by Timur Iskhakov · 7 years ago
  21. 7f7e6b8 Merge "Remove ambigious reference from test hidl" by Treehugger Robot · 7 years ago
  22. a6d3388 Better constant expression acyclic check error messages by Timur Iskhakov · 7 years ago
  23. 77dd65c Pass that ensures that constant expressions are acyclic by Timur Iskhakov · 7 years ago
  24. dbaed33 Do not unwrap typedefs on lookups by Timur Iskhakov · 7 years ago
  25. 8625e15 Remove ambigious reference from test hidl by Timur Iskhakov · 7 years ago
  26. 90e25ce Merge "don’t duplicate BnHwBase onTransact code." by Treehugger Robot · 7 years ago
  27. a9cf2b2 Merge "Extending existing arrays is moved from parsing" by Treehugger Robot · 7 years ago
  28. 0737c2a Extending existing arrays is moved from parsing by Timur Iskhakov · 7 years ago
  29. 308d0f5 Fix checking acyclic by Timur Iskhakov · 7 years ago
  30. 71f289f don’t duplicate BnHwBase onTransact code. by Howard Chen · 7 years ago
  31. 542920e Process refence in TypeDef by Timur Iskhakov · 7 years ago
  32. 3f1d26e Refactor templated type type name by Timur Iskhakov · 7 years ago
  33. 24e605b Make Reference::get follow const rules by Timur Iskhakov · 7 years ago
  34. 63f3990 Add parent to every type by Timur Iskhakov · 7 years ago
  35. b3f8bcb Remove Reference::operator* by Timur Iskhakov · 7 years ago
  36. b58f418 Make Type::getReferences return pointer by Timur Iskhakov · 7 years ago
  37. e44e7e3 Merge "Add acyclic check pass to hidl-gen" by Treehugger Robot · 7 years ago
  38. 40731af Add acyclic check pass to hidl-gen by Timur Iskhakov · 7 years ago
  39. 7dc1448 Merge "0 hashes for unreleased interfaces." by Treehugger Robot · 7 years ago
  40. 9e7ff36 Merge "Proceess post parse passes once for each type and expression" by Treehugger Robot · 7 years ago
  41. 6e7de47 Merge "Constant Expressions have same tree structure as Type" by Treehugger Robot · 7 years ago
  42. 81bcf68 0 hashes for unreleased interfaces. by Steven Moreland · 7 years ago
  43. 28cad5a Merge "Refine the -o option when -Lmakefile & -Landroidbp" by Howard Chen · 7 years ago
  44. 35930c4 Proceess post parse passes once for each type and expression by Timur Iskhakov · 7 years ago
  45. 30f6b49 Refine the -o option when -Lmakefile & -Landroidbp by Howard Chen · 7 years ago
  46. 891a866 Constant Expressions have same tree structure as Type by Timur Iskhakov · 7 years ago
  47. 7adeaf0 Merge "Use absolute path for current.txt files." by Treehugger Robot · 7 years ago
  48. 22e729d Merge "Use constant expression isTrivialDescription" by Treehugger Robot · 7 years ago
  49. 505e561 Use constant expression isTrivialDescription by Timur Iskhakov · 7 years ago
  50. 7a36804 Use absolute path for current.txt files. by Steven Moreland · 7 years ago
  51. 8202eed Remove calling types declated in Scope during passes by Timur Iskhakov · 7 years ago
  52. 0344e61 Get rid if Reference<Interface> by Timur Iskhakov · 7 years ago
  53. 1ed2ee3 Merge "Delete unused Interface::lookupMethod" by Treehugger Robot · 7 years ago
  54. 104f1ff Delete unused Interface::lookupMethod by Timur Iskhakov · 7 years ago
  55. 76533c5 Delete unnecessary full stops from parser errors by Timur Iskhakov · 7 years ago
  56. 6069bc7 Merge "Dump error message for unknown type before abort." by Treehugger Robot · 7 years ago
  57. 36058aa Dump error message for unknown type before abort. by Howard Chen · 7 years ago
  58. 33431e6 Build AST graph explicitly for simpler post-parsing passes by Timur Iskhakov · 7 years ago
  59. 4348a85 Merge "Tests for hidl-gen check for scope field uniqueness" by Treehugger Robot · 7 years ago
  60. ec123f3 Tests for hidl-gen check for scope field uniqueness by Timur Iskhakov · 7 years ago
  61. 1443e41 Merge "Ensure that enum doesn't contain type definition" am: 9d02e995ad by Timur Iskhakov · 7 years ago
  62. 9d02e99 Merge "Ensure that enum doesn't contain type definition" by Treehugger Robot · 7 years ago
  63. a15f809 Ensure that enum doesn't contain type definition by Timur Iskhakov · 7 years ago
  64. 7d2f7ac Merge "Allow one-character package name" am: 59eeba11fb by Timur Iskhakov · 7 years ago
  65. 59eeba1 Merge "Allow one-character package name" by Treehugger Robot · 7 years ago
  66. f865db6 Allow one-character package name by Timur Iskhakov · 7 years ago
  67. 1ebdfe8 Merge "Fix IMPL_STUB_IMPL methods." am: c0806a863e by Steven Moreland · 7 years ago
  68. c0806a8 Merge "Fix IMPL_STUB_IMPL methods." by Treehugger Robot · 7 years ago
  69. a981625 Merge "Fix or suppress misc-macro-parentheses in system/tools/hidl." by Chih-Hung Hsieh · 7 years ago
  70. 74c89f2 Revert "Disable container overflow detection for hidl-gen." am: a3ee97c6cc by Evgenii Stepanov · 7 years ago
  71. 280c6be Merge "Fix or suppress misc-macro-parentheses in system/tools/hidl." by Treehugger Robot · 7 years ago
  72. 3e78700 Fix IMPL_STUB_IMPL methods. by Steven Moreland · 7 years ago
  73. a3ee97c Revert "Disable container overflow detection for hidl-gen." by Evgenii Stepanov · 7 years ago
  74. 306cc4b Fix or suppress misc-macro-parentheses in system/tools/hidl. by Chih-Hung Hsieh · 7 years ago
  75. c4c7358 Move type-related stuff ouside of parsing am: cec46c4885 by Timur Iskhakov · 7 years ago
  76. cec46c4 Move type-related stuff ouside of parsing by Timur Iskhakov · 7 years ago
  77. 930c250 Merge "Make NamedReference be child class for Reference" am: 58d4b79e36 by Timur Iskhakov · 7 years ago
  78. 58d4b79 Merge "Make NamedReference be child class for Reference" by Treehugger Robot · 7 years ago
  79. e00d266 Fix clang-tidy performance warnings in system/tools/hidl. am: 8c90cc59bf by Chih-Hung Hsieh · 7 years ago
  80. 8c90cc5 Fix clang-tidy performance warnings in system/tools/hidl. by Chih-Hung Hsieh · 7 years ago
  81. 9b908a1 Move annotations from Type to Scope am: e9ccfa2e9c by Timur Iskhakov · 7 years ago
  82. 774ae7f Make NamedReference be child class for Reference by Timur Iskhakov · 7 years ago
  83. e9ccfa2 Move annotations from Type to Scope by Timur Iskhakov · 7 years ago
  84. 7668125 Merge "Refactor interface and enum type- and parent-related methods" by Timur Iskhakov · 7 years ago
  85. 6f5b072 Merge "Refactor interface and enum type- and parent-related methods" by Treehugger Robot · 7 years ago
  86. b35e132 Make Reference struct simpler am: 4168936964 by Timur Iskhakov · 7 years ago
  87. f1b902d Refactor interface and enum type- and parent-related methods by Timur Iskhakov · 7 years ago
  88. 4168936 Make Reference struct simpler by Timur Iskhakov · 7 years ago
  89. ef5181e Remove unnecessary check in parsing am: a57a5c57b3 by Timur Iskhakov · 7 years ago
  90. a57a5c5 Remove unnecessary check in parsing by Timur Iskhakov · 7 years ago
  91. ae6122d Merge "Split AnnotaionParam into String and Constant Expression params" by Timur Iskhakov · 7 years ago
  92. 7b49201 Merge "Split AnnotaionParam into String and Constant Expression params" by Treehugger Robot · 7 years ago
  93. 5b63509 Remove unnecessary folders in error_test: follow up fix am: 5b527a14e4 by Timur Iskhakov · 7 years ago
  94. 7a85dc2 Split AnnotaionParam into String and Constant Expression params by Timur Iskhakov · 7 years ago
  95. 5b527a1 Remove unnecessary folders in error_test: follow up fix by Timur Iskhakov · 7 years ago
  96. 482cffd Make some hidl-gen parsing tests to fail without message am: e94e2e175c by Timur Iskhakov · 7 years ago
  97. e94e2e1 Make some hidl-gen parsing tests to fail without message by Timur Iskhakov · 7 years ago
  98. 9520e19 Merge "Remove unnecessary folders in error_test" am: c666d95834 by Timur Iskhakov · 7 years ago
  99. c666d95 Merge "Remove unnecessary folders in error_test" by Treehugger Robot · 7 years ago
  100. f53b6b6 Merge "Remove unnecessary include." am: 72692a315b by Steven Moreland · 7 years ago