1. 3ef0fd7 Revert "Revert "Add automatic default value for char-type field"" by Jooyung Han · 2 years, 6 months ago
  2. 8451a20 Lexer passes the list of comments to parser by Jooyung Han · 3 years, 5 months ago
  3. d0c8af0 cleanup: remove comments field from ConstantRef by Jooyung Han · 3 years, 5 months ago
  4. e9f5b27 Fix nullderef when ConstantReference::Resolve fails by Jooyung Han · 3 years, 5 months ago
  5. 9d3cbe2 refactor: remove AidlConstantReference::SetRefType by Jooyung Han · 3 years, 6 months ago
  6. 535c5e8 AidlConstantValue::EvaluatedValue<T>() in the header by Jooyung Han · 3 years, 6 months ago
  7. 71a1b58 AidlConstantValue::Cast returns typed value by Jooyung Han · 3 years, 6 months ago
  8. 1f0360d Track const reference evaluate results by Devin Moore · 3 years, 6 months ago
  9. 74675c2 AidlConstantValue::evaluate() with no type arg by Jooyung Han · 3 years, 6 months ago
  10. 2981384 const-ref: support recursive references by Jooyung Han · 3 years, 6 months ago
  11. 1425939 rejects circular references by Jooyung Han · 3 years, 6 months ago
  12. 690f584 using references in constant expressions by Jooyung Han · 3 years, 6 months ago
  13. e2de9e4 Handle constexpr shift left 0 of max bits by Devin Moore · 3 years, 9 months ago
  14. 22e3611 Add missing error for non-'+' string op. by Steven Moreland · 3 years, 9 months ago
  15. a9e64de Fix overflow check in shift right expression by Devin Moore · 3 years, 9 months ago
  16. cff9369 Check leading zeros before left shift by Devin Moore · 3 years, 9 months ago
  17. 1f9f221 binary expression: emit type mismatch error by Steven Moreland · 3 years, 9 months ago
  18. bc37379 Prevent shift with negative operands by Devin Moore · 3 years, 9 months ago
  19. 0482302 Promote constant expression shift type based on both operands by Devin Moore · 3 years, 9 months ago
  20. 2178081 Use AIDL_* errors over libbase logging. by Steven Moreland · 3 years, 9 months ago
  21. 0521bf3 Detect overflows in constant expressions. by Steven Moreland · 3 years, 9 months ago
  22. 720a3cc Elevate bitwise bool negation error to clients. by Steven Moreland · 4 years ago
  23. e1ff67e Allow failure in const expression calculations. by Steven Moreland · 4 years ago
  24. 7ceb125 aidl: sanitize for integer overflows by Steven Moreland · 4 years, 5 months ago
  25. cef2266 Allow hex literals to be explicitly long. by Steven Moreland · 4 years ago
  26. 541788d Primitives default to 0 by Steven Moreland · 4 years, 1 month ago
  27. c233fb8 Log error using the invalid unary expression instead of type by Devin Moore · 4 years, 2 months ago
  28. f17e3a7 Suppress warnings for ~(bool). by Yifan Hong · 4 years, 4 months ago
  29. 74d3f55 AIDL metadata by Steven Moreland · 4 years, 4 months ago
  30. 3cce7cd Changes TODO to do a full copy to use the 'single validation phase' bug. by Daniel Norman · 4 years, 4 months ago
  31. cdedd9b ShallowIntegralCopy: non-fatal for !CheckValid by Steven Moreland · 4 years, 7 months ago
  32. 4ff04aa Avoid fatal error on ERROR type. by Steven Moreland · 4 years, 7 months ago
  33. 4bcb05c Remove some duplicated CheckValid code. by Steven Moreland · 4 years, 7 months ago
  34. 59e53e4 ShallowIntegralCopy: report user errors w/o crash by Steven Moreland · 4 years, 7 months ago
  35. a923a72 Missing toString entry for const expressions. by Steven Moreland · 4 years, 7 months ago
  36. 485a51a Also detect 'x%0' to avoid exception. by Steven Moreland · 4 years, 7 months ago
  37. 6560661 Call CheckValid before evaluate. by Steven Moreland · 4 years, 7 months ago
  38. f0ca44f Fixes ShallowCopy to use the other constant's final evaluated type. by Daniel Norman · 4 years, 8 months ago
  39. b28684e Adds support for autofilling enums. by Daniel Norman · 4 years, 8 months ago
  40. d7d18df Add support for AIDL constant expressions by Will McVicker · 4 years, 9 months ago
  41. efd970d Move AidlConstantValue implementation to separate file by Will McVicker · 4 years, 9 months ago