clang-tidy parser and executor #26

Merged
张泊明518370910136 merged 26 commits from clang-tidy into master 2024-05-18 02:50:13 +08:00
2 changed files with 4 additions and 0 deletions
Showing only changes of commit 30da9a4ebd - Show all commits

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