mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-12 19:59:09 +00:00
Add thirdparty libs
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
for file in $(find . -maxdepth 1 -type f -name '*.cpp'); do
|
||||
echo "Tidying $file"
|
||||
clang-tidy $file -checks=-clang-analyzer-optin.cplusplus.VirtualCall -- -std=c++03
|
||||
done
|
||||
Reference in New Issue
Block a user