refactor(examples/clangtidy): rebase clangtidy example
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
张佳澈520370910044 2024-05-10 23:42:37 +08:00
parent adefbfd1fa
commit 30da9a4ebd
2 changed files with 4 additions and 0 deletions

4
.gitmodules vendored
View File

@ -30,3 +30,7 @@
path = examples/clang-tidy/sillycode path = examples/clang-tidy/sillycode
url = ssh://git@focs.ji.sjtu.edu.cn:2222/FOCS-dev/JOJ3-examples.git url = ssh://git@focs.ji.sjtu.edu.cn:2222/FOCS-dev/JOJ3-examples.git
branch = clang-tidy/sillycode branch = clang-tidy/sillycode
[submodule "examples/clangtidy/sillycode"]
path = examples/clangtidy/sillycode
url = ssh://git@focs.ji.sjtu.edu.cn:2222/FOCS-dev/JOJ3-examples.git
branch = clangtidy/sillycode