[all-commits] [llvm/llvm-project] aa5492: [GlobalISel][TableGen] Qualify calls to llvm::form...

Casey Carter via All-commits all-commits at lists.llvm.org
Wed Jun 22 21:37:58 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: aa5492e7b218b7c79bf975ff751631392b03cecf
      https://github.com/llvm/llvm-project/commit/aa5492e7b218b7c79bf975ff751631392b03cecf
  Author: Charlie Barto <charlie.barto at microsoft.com>
  Date:   2022-06-22 (Wed, 22 Jun 2022)

  Changed paths:
    M llvm/utils/TableGen/GlobalISel/GIMatchDag.cpp

  Log Message:
  -----------
  [GlobalISel][TableGen] Qualify calls to llvm::format that have ::std:: types as parameters

... to avoid ambiguity in overload resolution when ADL finds `std::format`.

Differential Revision: https://reviews.llvm.org/D119213




More information about the All-commits mailing list