1. 0521bf3 Detect overflows in constant expressions. by Steven Moreland · 3 years, 11 months ago
  2. 720a3cc Elevate bitwise bool negation error to clients. by Steven Moreland · 4 years ago
  3. e1ff67e Allow failure in const expression calculations. by Steven Moreland · 4 years ago
  4. 7ceb125 aidl: sanitize for integer overflows by Steven Moreland · 4 years, 6 months ago
  5. cef2266 Allow hex literals to be explicitly long. by Steven Moreland · 4 years, 1 month ago
  6. 541788d Primitives default to 0 by Steven Moreland · 4 years, 2 months ago
  7. c233fb8 Log error using the invalid unary expression instead of type by Devin Moore · 4 years, 4 months ago
  8. f17e3a7 Suppress warnings for ~(bool). by Yifan Hong · 4 years, 5 months ago
  9. 74d3f55 AIDL metadata by Steven Moreland · 4 years, 6 months ago
  10. 3cce7cd Changes TODO to do a full copy to use the 'single validation phase' bug. by Daniel Norman · 4 years, 6 months ago
  11. cdedd9b ShallowIntegralCopy: non-fatal for !CheckValid by Steven Moreland · 4 years, 8 months ago
  12. 4ff04aa Avoid fatal error on ERROR type. by Steven Moreland · 4 years, 8 months ago
  13. 4bcb05c Remove some duplicated CheckValid code. by Steven Moreland · 4 years, 8 months ago
  14. 59e53e4 ShallowIntegralCopy: report user errors w/o crash by Steven Moreland · 4 years, 8 months ago
  15. a923a72 Missing toString entry for const expressions. by Steven Moreland · 4 years, 8 months ago
  16. 485a51a Also detect 'x%0' to avoid exception. by Steven Moreland · 4 years, 8 months ago
  17. 6560661 Call CheckValid before evaluate. by Steven Moreland · 4 years, 9 months ago
  18. f0ca44f Fixes ShallowCopy to use the other constant's final evaluated type. by Daniel Norman · 4 years, 9 months ago
  19. b28684e Adds support for autofilling enums. by Daniel Norman · 4 years, 10 months ago
  20. d7d18df Add support for AIDL constant expressions by Will McVicker · 4 years, 11 months ago
  21. efd970d Move AidlConstantValue implementation to separate file by Will McVicker · 4 years, 10 months ago