[PATCH] D128607: [clang-format] NFC Fix uninitialized memory problem

sstwcw via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Jun 26 04:03:28 PDT 2022


sstwcw added a comment.

This problem was found by the build bot after I pushed the buggy code.
https://lab.llvm.org/buildbot#builders/5/builds/25268
It looks like uninitialized memory was not checked when I ran `ninja check-clang-format` locally.  Am I missing some configuration?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D128607/new/

https://reviews.llvm.org/D128607



More information about the cfe-commits mailing list