1. 27 3月, 2021 2 次提交
    • S
      Add regression tests for #56445 · 09275802
      Simon Jakobi 提交于
      Closes #56445.
      09275802
    • Ö
      format macro argument parsing fix · 5b9bac2a
      Ömer Sinan Ağacan 提交于
      When the character next to `{}` is "shifted" (when mapping a byte index
      in the format string to span) we should avoid shifting the span end
      index, so first map the index of `}` to span, then bump the span,
      instead of first mapping the next byte index to a span (which causes
      bumping the end span too much).
      
      Regression test added.
      
      Fixes #83344
      5b9bac2a
  2. 26 3月, 2021 6 次提交
  3. 25 3月, 2021 6 次提交
  4. 24 3月, 2021 10 次提交
  5. 23 3月, 2021 8 次提交
  6. 22 3月, 2021 8 次提交