aboutsummaryrefslogtreecommitdiffstats
path: root/src/checkmanager.h
Commit message (Expand)AuthorAgeFilesLines
* Only call VisitStmt/VisitDecl() on checks that need itSergio Martins2017-12-121-2/+6
* Move CheckManager::isReservedCheckName() out of the main binarySergio Martins2017-12-121-1/+0
* Checks.h: Make the generated code prettier / less verboseSergio Martins2017-12-121-3/+2
* Remove unused macroSergio Martins2017-12-121-4/+0
* Replace the REGISTER_* macros with auto-generated codeSergio Martins2017-12-121-11/+4
* Remove support for generating the anchor headerSergio Martins2017-12-111-8/+4
* Fix build on MinGW due to missing includeIvan Donchevskii2017-10-271-0/+1
* Protect CheckManager with mutexKevin Funk2017-10-221-0/+8
* CheckManager: de-inline instance() methodMarc Mutz2017-07-011-5/+1
* Make the context constSergio Martins2017-05-021-3/+3
* Move global state from CheckManager to ClazyContextSergio Martins2017-05-021-11/+3
* Introduce qt4-compat modeSergio Martins2017-05-011-2/+14
* Rename REGISTER_CHECK_WITH_FLAGS to REGISTER_CHECKSergio Martins2017-05-011-1/+1
* Create a ASTAction that can be used by clang toolingSergio Martins2017-04-301-11/+19
* CheckBase no longer depends on the CheckManagerSergio Martins2017-04-241-4/+0
* Move SuppressionManager to ClazyContext tooSergio Martins2017-04-241-4/+0
* Introduce ClazyContextSergio Martins2017-04-241-28/+4
* Add a ClazyAnchorHeader.h fileSergio Martins2017-04-231-3/+6
* Remove CheckBase::ci() and make m_ci privateSergio Martins2017-04-231-2/+2
* Don't build the utils library by defaultSergio Martins2017-04-191-1/+1
* Remove all ifdefs that support clang <= 3.6Sergio Martins2017-04-041-4/+0
* Introduce CLAZY_NO_WERROR env variableSergio Martins2017-04-011-0/+6
* 8% performance improvement by not using std::unique_ptrSergio Martins2017-02-121-1/+1
* Move all source files into a src/ folderSergio Martins2017-02-051-0/+151