[all-commits] [llvm/llvm-project] ff429c: [OpenCL] Remove redundant foreach in OpenCLBuiltin...

Sven van Haastregt via All-commits all-commits at lists.llvm.org
Tue Dec 31 07:30:52 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: ff429c5eaf79529aacdc15582c90c0915080e082
      https://github.com/llvm/llvm-project/commit/ff429c5eaf79529aacdc15582c90c0915080e082
  Author: Sven van Haastregt <sven.vanhaastregt at arm.com>
  Date:   2019-12-31 (Tue, 31 Dec 2019)

  Changed paths:
    M clang/lib/Sema/OpenCLBuiltins.td

  Log Message:
  -----------
  [OpenCL] Remove redundant foreach in OpenCLBuiltins.td; NFC

Remove various `foreach` declarations where the iterator is used only
once.  This makes the .td file more compact.




More information about the All-commits mailing list