[PATCH] D52905: [analyzer] fix accessing GDM data from shared libraries

George Karpenkov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 9 14:42:16 PDT 2018


george.karpenkov added a comment.

> there's a way to run clang-tidy over all of clang+llvm automatically

cmake should generate compile_commands.json by default, and then you could just point clang-tidy at that.


Repository:
  rC Clang

https://reviews.llvm.org/D52905





More information about the cfe-commits mailing list