[all-commits] [llvm/llvm-project] b75048: [Driver] Avoid copies in range-based for loops

mordante via All-commits all-commits at lists.llvm.org
Tue Dec 17 12:56:51 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: b750486c5d96320daf77a9760166f78b4a0c942e
      https://github.com/llvm/llvm-project/commit/b750486c5d96320daf77a9760166f78b4a0c942e
  Author: Mark de Wever <koraq at xs4all.nl>
  Date:   2019-12-17 (Tue, 17 Dec 2019)

  Changed paths:
    M clang/lib/Driver/Driver.cpp
    M clang/lib/Driver/ToolChain.cpp

  Log Message:
  -----------
  [Driver] Avoid copies in range-based for loops

This avoids new warnings due to D68912 adds -Wrange-loop-analysis to -Wall.

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




More information about the All-commits mailing list