We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2580f7a commit 094adfaCopy full SHA for 094adfa
.github/workflows/ci.yml
@@ -103,4 +103,4 @@ jobs:
103
- name: Install clang-tidy
104
run: sudo apt install clang-tidy-10
105
- name: Run clang-tidy
106
- run: clang-tidy-10 src/cxx.cc --header-filter='cxx\.h' -- -std=c++11
+ run: clang-tidy-10 src/cxx.cc --header-filter='cxx\.h'
compile_flags.txt
@@ -0,0 +1 @@
1
+-std=c++11
0 commit comments