aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Object/MachOObjectFile.cpp
diff options
context:
space:
mode:
authorNico Weber <thakis@chromium.org>2020-10-29 20:12:50 -0400
committerNico Weber <thakis@chromium.org>2020-10-29 20:14:57 -0400
commitf1e0944fe5bbafd99e7cddb0892d6396a7eba01f (patch)
tree0e20ecdb2bc56d9d5d274dd63212699238622cba /llvm/lib/Object/MachOObjectFile.cpp
parentdb60e64036d11178f09048d4984f871527e543ea (diff)
downloadllvm-f1e0944fe5bbafd99e7cddb0892d6396a7eba01f.zip
llvm-f1e0944fe5bbafd99e7cddb0892d6396a7eba01f.tar.gz
llvm-f1e0944fe5bbafd99e7cddb0892d6396a7eba01f.tar.bz2
clang-tidy: Make tests more hermetic
Make check_clang_tidy.py not just pass -format-style=none by default but a full -config={}. Without this, with a build dir outside of the llvm root dir and a .clang-tidy config further up that contains CheckOptions: - key: modernize-use-default-member-init.UseAssignment value: 1 these tests would fail: Clang Tools :: clang-tidy/checkers/cppcoreguidelines-prefer-member-initializer-modernize-use-default-member-init.cpp Clang Tools :: clang-tidy/checkers/modernize-use-default-member-init-bitfield.cpp Clang Tools :: clang-tidy/checkers/modernize-use-default-member-init.cpp After this change, they pass fine, despite the unrelated .clang-tidy file further up.
Diffstat (limited to 'llvm/lib/Object/MachOObjectFile.cpp')
0 files changed, 0 insertions, 0 deletions