1. f21962d ConstantExpression: description included in value. by Steven Moreland · 6 years ago
  2. d7f8ab3 Modernize codebase by replacing NULL with nullptr by Yi Kong · 6 years ago
  3. afdd46c Fix 2 memory leaks by George Burgess IV · 6 years ago
  4. cbff561 Remove use of LOG(*) from HIDL. by Steven Moreland · 7 years ago
  5. 77bed87 Remove unnecessary TODO from ConstantExpression.h by Steven Moreland · 7 years ago
  6. d9d6dcb Don't CHECK on too large literal. by Steven Moreland · 7 years ago
  7. 82c048e Move lookup from parsing by Timur Iskhakov · 7 years ago
  8. e8ee6a0 Adds missing '#include <iostream>' to a few files. by Timur Iskhakov · 7 years ago
  9. a6d3388 Better constant expression acyclic check error messages by Timur Iskhakov · 7 years ago
  10. 77dd65c Pass that ensures that constant expressions are acyclic by Timur Iskhakov · 7 years ago
  11. 63f3990 Add parent to every type by Timur Iskhakov · 7 years ago
  12. b58f418 Make Type::getReferences return pointer by Timur Iskhakov · 7 years ago
  13. 35930c4 Proceess post parse passes once for each type and expression by Timur Iskhakov · 7 years ago
  14. 891a866 Constant Expressions have same tree structure as Type by Timur Iskhakov · 7 years ago
  15. 505e561 Use constant expression isTrivialDescription by Timur Iskhakov · 7 years ago
  16. 306cc4b Fix or suppress misc-macro-parentheses in system/tools/hidl. by Chih-Hung Hsieh · 7 years ago
  17. d27580c Add `m` prefix to ConstantExpression child members by Timur Iskhakov · 7 years ago
  18. 7296af1 Revert "Revert "ConstantExpression lazy evaluation"" by Timur Iskhakov · 7 years ago
  19. a549b71 Revert "ConstantExpression lazy evaluation" by Colin Cross · 7 years ago
  20. 1313a12 ConstantExpression lazy evaluation by Timur Iskhakov · 7 years ago
  21. 4a6dd39 remove "// static" comments by Steven Moreland · 7 years ago
  22. 30b5d1f Add getHashChain() to IBase. by Yifan Hong · 7 years ago
  23. c07b202 Unsigned value for -Lvts is emitted correctly. by Yifan Hong · 8 years ago
  24. 3b320f8 Remove extra from getCppType. by Yifan Hong · 8 years ago
  25. 5706a43 Clean up ArrayType.cpp by Yifan Hong · 8 years ago
  26. e77ca13 Fix the bug that cast should not be public. by Yifan Hong · 8 years ago
  27. f24fa85 Resolve constant expressions for external constants. by Yifan Hong · 8 years ago
  28. fc610cd Use std::string for ConstantExpression::*value() methods. by Yifan Hong · 8 years ago
  29. 2bd3c1f Clean up indentations in ConstantExpression.cpp. by Yifan Hong · 8 years ago
  30. d537ab0 Remove dependency on libutils. by Steven Moreland · 8 years ago
  31. 979e099 Added knowledge of namespacing into generation. by Steven Moreland · 8 years ago
  32. 19ca75a Emit eval result of constant expressions for Java. by Yifan Hong · 8 years ago
  33. 5788697 Evaluate constant expressions. by Yifan Hong · 8 years ago
  34. 1aec397 Adds (C)opyright headers everywhere. by Andreas Huber · 8 years ago
  35. 5216569 parsing major operators. by Yifan Hong · 8 years ago