Skip to content
  1. Nov 23, 2019
    • Weiyi Wang's avatar
      unfold UNREACHABLE implementation for dumb compilers · 9a60d8a4
      Weiyi Wang authored
      We relies on UNREACHABLE's noreturn attribute to eliminate parent's "no return value" warning. However, this was wrapped in a `if(!false)` block, which compilers may not unfold to recognize the noreturn nature.
      9a60d8a4
  2. Nov 21, 2019
  3. Nov 20, 2019
  4. Nov 19, 2019
  5. Nov 18, 2019
  6. Nov 16, 2019
  7. Nov 15, 2019
  8. Nov 14, 2019
  9. Nov 13, 2019
  10. Nov 12, 2019
Loading