summaryrefslogtreecommitdiffstats
path: root/Source/cmFunctionBlocker.cxx
Commit message (Collapse)AuthorAgeFilesLines
* cmFunctionBlocker: include missing headerBen Boeckel2020-04-291-0/+1
| | | | | This is needed to have `std::string::operator==` used in the code. Mark it as such since older IWYU releases don't recognize this.
* IWYU: mark includes needed for assert statements as neededBen Boeckel2020-04-291-0/+1
|
* cmFunctionBlocker: Recycle functionsRegina Pfeifer2019-07-311-1/+2
|
* cmFunctionBlocker: Move check for matching argsRegina Pfeifer2019-07-301-1/+22
|
* cmFunctionBlocker: Move common logic to baseRegina Pfeifer2019-07-301-0/+24