LibTooling is a library to support writing standalone tools based on Clang.
tldr;> How do I hide warnings from system headers in clang-tidy? I have the following minimal example source file, …