[all-commits] [llvm/llvm-project] 3fa0e7: [OpenCL] Use StringMap instead of std::map

Sven van Haastregt via All-commits all-commits at lists.llvm.org
Tue Mar 2 01:38:50 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3fa0e793729a4caca2f35ebe7c0b25a2615b8e8f
      https://github.com/llvm/llvm-project/commit/3fa0e793729a4caca2f35ebe7c0b25a2615b8e8f
  Author: Sven van Haastregt <sven.vanhaastregt at arm.com>
  Date:   2021-03-02 (Tue, 02 Mar 2021)

  Changed paths:
    M clang/utils/TableGen/ClangOpenCLBuiltinEmitter.cpp

  Log Message:
  -----------
  [OpenCL] Use StringMap instead of std::map

As the LLVM Programmer's Manual suggests, use a StringMap instead of
an std::map with a StringRef key.




More information about the All-commits mailing list