I came across this "How to Write a Checker in 24 Hours - LLVM" by Anna Zaks and Jordan Rose.
I am using an Ubuntu/Debian system.
To build a custom checker, do I need to build llvm and clang from source? Anybody knows how use the prebuilt clang and llvm from apt-get to build a checker?
Thanks.