[tools] Added the beginnings of a static analysis checking tool for Mono.
authorJoão Matos <joao@tritao.eu>
Thu, 30 Apr 2015 12:43:37 +0000 (13:43 +0100)
committerJoão Matos <joao@tritao.eu>
Thu, 30 Apr 2015 12:43:47 +0000 (13:43 +0100)
commit731e2fa6aae4c448ed232af891aacc1254218b19
treeaadd881cea576c067d37a32023b6e14fc48f79e5
parent2fa7ee3fbabdf45094f1f271843cfad5785dee5c
[tools] Added the beginnings of a static analysis checking tool for Mono.

This is still a big work-in-progress and not ready to be tested. It might be used in the future for custom AST static analysis of Mono source code.
tools/checker/Makefile [new file with mode: 0644]
tools/checker/MonoChecker.cs [new file with mode: 0644]
tools/checker/README.md [new file with mode: 0644]
tools/checker/compile_commands.json [new file with mode: 0644]
tools/checker/premake5.lua [new file with mode: 0644]