Skip to content
Snippets Groups Projects
  1. Jan 06, 2022
  2. Apr 14, 2021
  3. Sep 03, 2020
  4. Jan 30, 2020
    • Virgile Prevosto's avatar
      [typing] less warning on function applications · a739f083
      Virgile Prevosto authored
      More specifically, do not warn if actual parameter has less `const` qualifiers
      all along the type than formal (it was already handled for a `const` under
      a single pointer, but not more). Of course, the reverse would still emit
      a warning.
      a739f083
Loading