initial import

This commit is contained in:
2025-06-22 20:39:04 -05:00
commit f8a70886f0
3428 changed files with 302546 additions and 0 deletions

11
clazy/fix-build.patch Normal file
View File

@@ -0,0 +1,11 @@
--- a/CMakeLists.txt 2021-01-10 18:43:52.000000000 +0100
+++ b/CMakeLists.txt 2022-01-13 00:22:34.000000000 +0100
@@ -253,7 +253,7 @@
# On MSVC clang-standalone crashes with a meaningless backtrace if linked to ClazyPlugin.dll
target_link_libraries(clazy-standalone clangFrontend)
else()
- target_link_libraries(clazy-standalone ClazyPlugin)
+ target_link_libraries(clazy-standalone ClazyPlugin stdc++fs)
endif()
link_to_llvm(clazy-standalone TRUE)