summaryrefslogtreecommitdiffstats
path: root/Source/cmFileAPICache.cxx
Commit message (Collapse)AuthorAgeFilesLines
* IWYU: Update CMake code for IWYU built with Clang 6Brad King2019-01-151-0/+1
| | | | | IWYU now correctly requires `<utility>` for `std::move`. It also requires a container header when used via a range-based for loop.
* fileapi: add cache v2Brad King2018-12-121-0/+105
Start with v2 to distinguish it from server-mode v1. Issue: #18398