1. 26 11月, 2020 1 次提交
  2. 25 11月, 2020 1 次提交
  3. 18 8月, 2020 1 次提交
    • M
      Ban unreachable code. (#104521) · 76bc88fd
      mtaran-google 提交于
      This changes unreachable code from a warning presented in the editor to an error. Existing issues mostly revolved around switching on enums. These were fixed by converting the switches to use a default case, leaving the behavior unchanged in case of new values (e.g. from separately-compiled extensions) creeping in.
      
      Other cases had to do with the assert.fail() function, which throws and so shouldn't have anything following it.
      Co-authored-by: NMaksym Taran <maksym.taran@gmail.com>
      76bc88fd
  4. 28 7月, 2020 1 次提交
  5. 12 6月, 2020 1 次提交
  6. 12 5月, 2020 1 次提交
  7. 02 5月, 2020 1 次提交
  8. 20 3月, 2020 1 次提交
  9. 18 3月, 2020 4 次提交
  10. 19 2月, 2020 1 次提交
  11. 18 10月, 2019 1 次提交
  12. 16 4月, 2019 1 次提交
  13. 07 3月, 2019 1 次提交
  14. 31 10月, 2018 1 次提交
  15. 23 10月, 2018 1 次提交
  16. 12 10月, 2018 1 次提交
  17. 03 10月, 2018 1 次提交
  18. 26 4月, 2018 1 次提交
  19. 28 3月, 2018 2 次提交
  20. 14 3月, 2018 2 次提交
  21. 08 2月, 2018 2 次提交
  22. 19 1月, 2018 2 次提交
  23. 18 1月, 2018 4 次提交
  24. 17 1月, 2018 3 次提交
  25. 13 1月, 2018 1 次提交
  26. 12 1月, 2018 1 次提交
  27. 11 1月, 2018 1 次提交
  28. 08 1月, 2018 1 次提交