This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
spdlog
Watch
1
Star
0
Fork
0
You've already forked spdlog
mirror of
https://github.com/gabime/spdlog.git
synced
2024-11-16 00:45:48 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
b693d0cd91
spdlog
/
scripts
/
clang_tidy.sh
6 lines
86 B
Bash
Raw
Normal View
History
Unescape
Escape
moved scripts into subdirectory
2019-07-01 18:37:18 +08:00
#!/bin/bash
cd
"
$(
dirname
"
$0
"
)
"
Fix clang tidy script
2019-07-15 06:16:29 +08:00
clang-tidy ../example/example.cpp -- -I ../include
Reference in New Issue
Copy Permalink