mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-03-07 10:00:27 +00:00

Change default behavior in Clang-tidy and skip by default module headers parsing. That functionality is buggy and slow in C++20, and provide tiny benefit. Reviewed By: carlosgalvezp Differential Revision: https://reviews.llvm.org/D156161
---------------------------------- Documentation in clang-tools-extra ---------------------------------- To generate documentation in HTML format from files in clang-tools-extra/docs, build the docs-clang-tools-html target. To generate documentation from the source code using Doxygen, build the doxygen-clang-tools target.