2

Is there a feasible way to run Clang's various code-checking tools (like clang-tidy and include-what-you-use) together with compilation, so that the source code is only parsed and processed once (single-pass)?

I'm doing this to help compilation performance, since parsing C++ is quite a nontrivial and expensive process.

templatetypedef
  • 362,284
  • 104
  • 897
  • 1,065
user541686
  • 205,094
  • 128
  • 528
  • 886

0 Answers0