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 169c8c0 commit b7e6ab5Copy full SHA for b7e6ab5
.clang-tidy
@@ -30,5 +30,5 @@ Checks: >
30
-readability-redundant-declaration
31
32
CheckOptions:
33
- readability-identifier-length.IgnoredParameterNames: 'ec|to'
34
- readability-identifier-length.IgnoredVariableNames: 'ec|to'
+ readability-identifier-length.IgnoredParameterNames: 'ec'
+ readability-identifier-length.IgnoredVariableNames: 'ec'
src/file.cpp
@@ -9,14 +9,9 @@
9
10
#include <cstdio>
11
#include <filesystem>
12
-#include <ios>
13
#include <system_error>
14
#include <type_traits>
15
16
-#ifdef __GLIBCXX__
17
-#include <ext/stdio_filebuf.h>
18
-#endif
19
-
20
#ifdef _WIN32
21
#include <Windows.h>
22
#include <io.h>
0 commit comments