[all-commits] [llvm/llvm-project] 6ff18b: [dfsan] Fix clang-tidy warnings
George Balatsouras via All-commits
all-commits at lists.llvm.org
Tue Mar 2 17:39:10 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6ff18b08e6bf8106f39a3545974c7ad5ab2273f3
https://github.com/llvm/llvm-project/commit/6ff18b08e6bf8106f39a3545974c7ad5ab2273f3
Author: George Balatsouras <gbalats at google.com>
Date: 2021-03-02 (Tue, 02 Mar 2021)
Changed paths:
M llvm/lib/Transforms/Instrumentation/DataFlowSanitizer.cpp
Log Message:
-----------
[dfsan] Fix clang-tidy warnings
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.
Reviewed By: stephan.yichao.zhao
Differential Revision: https://reviews.llvm.org/D97714
More information about the All-commits
mailing list