Blender Git Commit Log
Git Commits -> Revision 719dfd4
Revision 719dfd4 by Ankit Meel (master) December 4, 2020, 15:43 (GMT) |
macOS deps: Support building clang tidy This patch builds clang-extra-tools on macOS for the clang-tidy binary. The script "run-clang-tidy.py" is also harvested because using the `CMAKE_C[XX]_CLANG_TIDY` option can miss out some files (like makesrna), and using the script is faster as it does not compile the files. Thanks to `@LazyDodo` for the base patch D8502. Reviewed By: LazyDodo, sebbas, #platform_macos Differential Revision: https://developer.blender.org/D9450 |
Commit Details:
Full Hash: 719dfd40889aa50d39d27b3264388768f42b2984
Parent Commit: d070094
Lines Changed: +39, -2