- Follow up on previous clang-tidy changes. Finish up clang-tidy changes
of remaining project sources.
- Add support to enable clang-tidy checks on project source files
by adding a new cmake variable viz., MCTOLL_CLANG_TIDY, that can be
specified while configuring cmake.
- Update README.md
[NFC] Modifications following upstream LLVM API changes.
[NFC] Update build instructions in README.md to be inline with upstream LLVM build.
[Test] Fix memory allocation bug in linked-list.c
[Test] Mark regression of switch_test-2.c as fail - till fix pushed.