We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cba450 commit 2d89a60Copy full SHA for 2d89a60
Makefile
@@ -61,7 +61,7 @@ build/%: %.cpp build/%.d
61
$(CXX) $(CXXSTD) -Iinclude $(CPPFLAGS) $(CXXFLAGS) $< -o $@
62
63
build/%.clang-tidy: %
64
- $(CLANG_TIDY) -extra-arg "-Iinclude" -extra-arg "-std=c++11" -checks=*,-cppcoreguidelines-pro-bounds-array-to-pointer-decay,-misc-macro-parentheses -warnings-as-errors=* $< 2>/dev/null
+ $(CLANG_TIDY) -extra-arg "-Iinclude" -extra-arg "-std=c++11" -checks=*,-fuchsia-*,-cppcoreguidelines-pro-bounds-array-to-pointer-decay,-misc-macro-parentheses,-hicpp-no-array-decay -warnings-as-errors=* $< 2>/dev/null
65
@mkdir -p $(@D)
66
@touch $@
67
0 commit comments