Skip to content

A fork of LLVM/Clang that supports "custom static analysis during compilation" with .clang-rules files. Custom static analysis rules can also match against Unreal Engine UCLASS/etc. metadata associated with AST nodes.

Notifications You must be signed in to change notification settings

RedpointGames/llvm-project

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Clang for Unreal Engine

This fork of LLVM/Clang that supports "custom static analysis during compilation" with .clang-rules files. Custom static analysis rules can also match against Unreal Engine UCLASS/etc. metadata associated with AST nodes.

Please refer to the GitHub Wiki for Getting Started and download instructions.

Each modified version of Clang is present as a submodule on this branch, to allow for patches on multiple versions to be maintained at the same time.

About

A fork of LLVM/Clang that supports "custom static analysis during compilation" with .clang-rules files. Custom static analysis rules can also match against Unreal Engine UCLASS/etc. metadata associated with AST nodes.

Topics

Resources

Stars

Watchers

Forks