1. 26 11月, 2020 2 次提交
  2. 25 11月, 2020 1 次提交
  3. 21 11月, 2020 2 次提交
  4. 20 11月, 2020 1 次提交
  5. 18 11月, 2020 2 次提交
  6. 10 11月, 2020 2 次提交
  7. 04 11月, 2020 1 次提交
  8. 29 10月, 2020 1 次提交
  9. 20 10月, 2020 2 次提交
  10. 17 10月, 2020 2 次提交
  11. 08 10月, 2020 1 次提交
  12. 28 9月, 2020 1 次提交
  13. 25 9月, 2020 4 次提交
  14. 23 9月, 2020 1 次提交
  15. 16 9月, 2020 1 次提交
  16. 07 9月, 2020 1 次提交
  17. 28 8月, 2020 1 次提交
  18. 21 8月, 2020 1 次提交
  19. 20 8月, 2020 1 次提交
  20. 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
  21. 31 7月, 2020 1 次提交
  22. 10 7月, 2020 3 次提交
  23. 09 7月, 2020 1 次提交
  24. 30 6月, 2020 2 次提交
  25. 28 6月, 2020 1 次提交
  26. 26 6月, 2020 1 次提交
  27. 24 6月, 2020 2 次提交