[PATCH] D97714: [dfsan] Fix clang-tidy warnings

George Balatsouras via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 1 11:35:16 PST 2021


gbalats created this revision.
gbalats added a reviewer: stephan.yichao.zhao.
gbalats added projects: Sanitizers, LLVM.
Herald added a subscriber: hiraditya.
gbalats requested review of this revision.
Herald added a subscriber: llvm-commits.

This addresses ~50 clang-tidy warnings on dfsan instrumentation pass.
It also contains some refactoring (all non-functional changes) to eliminate some variables and simplify code.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D97714

Files:
  llvm/lib/Transforms/Instrumentation/DataFlowSanitizer.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D97714.327211.patch
Type: text/x-patch
Size: 32655 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210301/73c96f5e/attachment.bin>


More information about the llvm-commits mailing list