Open
Description
When started to learn LLVM, i found the greatest resistance preventing me from moving forward, is the lacking of example code and code comments. The current code and comments only provide very little help, even a simple API will cost nearly half a day to found how to use it, and it always be resolved from google and stackoverflow, not from source code, not from official website.
So have you planed to provide more code comments and example code?