From b3892cb6e4963e1bbeb346a8124101b7c3cf379b Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 14 Aug 2021 01:51:55 -0400 Subject: Simplify input stream API More or less the same rationale as the previous commit, but for reading. This makes for nice symmetry with writing, at the cost of a slightly more annoying reader interface since the source doesn't know its block size or name. --- src/.clang-tidy | 1 - 1 file changed, 1 deletion(-) (limited to 'src/.clang-tidy') diff --git a/src/.clang-tidy b/src/.clang-tidy index 6daee064..4245a751 100644 --- a/src/.clang-tidy +++ b/src/.clang-tidy @@ -3,7 +3,6 @@ Checks: > -*-magic-numbers, -*-uppercase-literal-suffix, -altera-*, - -android-cloexec-fopen, -bugprone-branch-clone, -bugprone-easily-swappable-parameters, -bugprone-reserved-identifier, -- cgit v1.2.1