We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecd9bf4 commit c318059Copy full SHA for c318059
2 files changed
.github/workflows/clang-format.yml
@@ -22,5 +22,5 @@ jobs:
22
- name: Check format
23
uses: jidicula/clang-format-action@v4.11.0
24
with:
25
- clang-format-version: '18'
+ clang-format-version: '19'
26
check-path: 'include tests'
tests/owner_tests.cpp
@@ -21,7 +21,7 @@
21
using namespace gsl;
-GSL_SUPPRESS(f.23) // NO-FORMAT: attribute
+GSL_SUPPRESS(f.23)
void f(int* i) { *i += 1; }
27
TEST(owner_tests, basic_test)
0 commit comments