matus-chochlik / ctcache

Cache for clang-tidy static analysis results
Boost Software License 1.0
84 stars 30 forks source link

Add preprocessor output to hash computation #27

Closed nicocvn closed 1 year ago

nicocvn commented 1 year ago

This PR adjusts the hash computation such that it include the output of the Clang preprocessor instead of the source file modification file (the latter not being sensitive to changes in included headers).

matus-chochlik commented 1 year ago

Thanks for the PR