matus-chochlik / ctcache

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

Add support for read-only remote caches. #52

Closed bartdesmet closed 7 months ago

bartdesmet commented 7 months ago

Implementation of suggestion in https://github.com/matus-chochlik/ctcache/issues/50.

bartdesmet commented 7 months ago

Please review carefully as I haven't tested with all different remote caches that are supported.

matus-chochlik commented 7 months ago

Thanks for the PR