[all-commits] [llvm/llvm-project] ef6e19: sanitizer_common: declare vars more locally in VSN...

Dmitry Vyukov via All-commits all-commits at lists.llvm.org
Fri Aug 13 04:44:44 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ef6e1945af77ac2e8422005a00b2014cacc7da0d
      https://github.com/llvm/llvm-project/commit/ef6e1945af77ac2e8422005a00b2014cacc7da0d
  Author: Dmitry Vyukov <dvyukov at google.com>
  Date:   2021-08-13 (Fri, 13 Aug 2021)

  Changed paths:
    M compiler-rt/lib/sanitizer_common/sanitizer_printf.cpp

  Log Message:
  -----------
  sanitizer_common: declare vars more locally in VSNPrintf

No point in declaring variables separately before use.

Depends on D107979.

Reviewed By: vitalybuka

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




More information about the All-commits mailing list