
Opis
This is a free, open-source product available on an "as-is" basis, and we do not provide support for it.
This fork of LLVM/Clang allows you to define static analysis rules in .clang-rules files and have them automatically run during compilation. You do not need to update any other tooling, and it can be used as a drop-in replacement for normal Clang in Unreal Engine builds.
This version of Clang also understands the Unreal Engine UCLASS etc. specifiers so you can match against them. See the AST Matcher Reference page which provides a list of available matchers you can use.
Getting Started and Download: https://github.com/RedpointGames/llvm-project/wiki

