1. 03 4月, 2020 1 次提交
  2. 02 4月, 2020 1 次提交
  3. 01 4月, 2020 1 次提交
  4. 19 3月, 2020 1 次提交
  5. 15 3月, 2020 1 次提交
  6. 14 3月, 2020 2 次提交
  7. 13 3月, 2020 2 次提交
  8. 12 3月, 2020 2 次提交
    • N
      Fix a bug in conversion classification that improperly hides a switch... · c2e6d3a5
      Neal Gafter 提交于
      Fix a bug in conversion classification that improperly hides a switch expression conversion when there is a built-in explicit conversion (#42339)
      
      This bug results in the compiler crashing or producing bad code in some scenarios.
      Fixes #42331
      c2e6d3a5
    • A
      Fix DataFlowsOut for certain local function situations (#41802) · d4c9c7ee
      Andy Gocke 提交于
      There are two problems here, the first of which is the most important.
      
      First, certain data flow analyses use "normalization" to adjust an existing
      state variable for more variables declared after that state was created.
      The default behavior is to extend that state to the "top" state, meaning
      the starting state for that data flow analysis. This is usually the
      right extension. However, some analysis requires extending the
      variables the other way, to the bottom state. This PR adds functionality
      for that customization.
      
      The second problem is that data flow for local functions may include
      variables that are not captured. This is by filtering the transfer function
      to only include captured variables.
      
      Fixes fixes #41600
      d4c9c7ee
  9. 11 3月, 2020 2 次提交
  10. 10 3月, 2020 1 次提交
  11. 09 3月, 2020 1 次提交
  12. 03 3月, 2020 7 次提交
  13. 01 3月, 2020 3 次提交
  14. 29 2月, 2020 3 次提交
  15. 28 2月, 2020 9 次提交
  16. 27 2月, 2020 3 次提交