[all-commits] [llvm/llvm-project] a4f835: [clang-tidy][NFC] Fix uninitialized pointer field....

Zahira Ammarguellat via All-commits all-commits at lists.llvm.org
Thu Nov 21 08:54:34 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a4f835c520fcf8c6df8be96fad931fc6f4a2b1e4
      https://github.com/llvm/llvm-project/commit/a4f835c520fcf8c6df8be96fad931fc6f4a2b1e4
  Author: Zahira Ammarguellat <zahira.ammarguellat at intel.com>
  Date:   2024-11-21 (Thu, 21 Nov 2024)

  Changed paths:
    M clang-tools-extra/clang-tidy/modernize/UseStdPrintCheck.cpp

  Log Message:
  -----------
  [clang-tidy][NFC] Fix uninitialized pointer field. (#117173)

Non-static class member `PP` is not initialized in this constructor nor
in any functions that it calls.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list