aboutsummaryrefslogtreecommitdiffstats
path: root/src/SuppressionManager.h
Commit message (Collapse)AuthorAgeFilesLines
* Make the context constSergio Martins2017-05-021-3/+3
| | | | Checks are not supposed to change it
* CheckBase no longer depends on the CheckManagerSergio Martins2017-04-241-1/+2
|
* Don't build the utils library by defaultSergio Martins2017-04-191-1/+1
| | | | | | | | | Instead, build all those *Utils.cpp files into the plugin. No need to have two libraries. Pass -DCLAZY_BUILD_UTILS_LIB=ON to build the library in case you want to reuse clazy's code. But beware we don't promiss ABI nor source compat.
* Move all source files into a src/ folderSergio Martins2017-02-051-0/+65
Top-level folder was starting to get messy