[all-commits] [llvm/llvm-project] 4d0656: Initialize SaveInfo in methods Output::preflightKe...

kda via All-commits all-commits at lists.llvm.org
Wed Jan 5 13:14:00 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4d06565bd81c7f3ce11f975b765b045a3f84696c
      https://github.com/llvm/llvm-project/commit/4d06565bd81c7f3ce11f975b765b045a3f84696c
  Author: Kevin Athey <kda at google.com>
  Date:   2022-01-05 (Wed, 05 Jan 2022)

  Changed paths:
    M llvm/lib/Support/YAMLTraits.cpp

  Log Message:
  -----------
  Initialize SaveInfo in methods Output::preflightKey and Output::preflightElement.

When enabling MSAN eager mode with noundef analysis these variables were found to not be initialized in unit tests.

Reviewed By: vitalybuka

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




More information about the All-commits mailing list