[all-commits] [llvm/llvm-project] faa29e: [Clang] Fix warning on unused varaible

Joseph Huber via All-commits all-commits at lists.llvm.org
Fri Jan 6 19:49:21 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: faa29ee0f9c941b193161ad48a46713a04a81163
      https://github.com/llvm/llvm-project/commit/faa29ee0f9c941b193161ad48a46713a04a81163
  Author: Joseph Huber <jhuber6 at vols.utk.edu>
  Date:   2023-01-06 (Fri, 06 Jan 2023)

  Changed paths:
    M clang/lib/Driver/ToolChains/Clang.cpp

  Log Message:
  -----------
  [Clang] Fix warning on unused varaible

Summary:
Don't check the flag this way, it leads to unused variables. Fix.




More information about the All-commits mailing list