aboutsummaryrefslogtreecommitdiffstats
path: root/src/checkbase.h
Commit message (Expand)AuthorAgeFilesLines
* Fix build with LLVM >= 8Sergio Martins2018-09-201-0/+1
* Remove unneeded fixit enumsSergio Martins2018-03-171-1/+2
* Also pass the macro info in MacroExpands()Sergio Martins2018-03-031-1/+1
* README: Updated documentation for each levelSergio Martins2018-02-231-6/+6
* Rename HiddenLevel to ManualLevelSergio Martins2018-02-231-4/+4
* minor optimization: Reuse the tag stringSergio Martins2018-01-111-0/+1
* Remove some CheckBase.h membersSergio Martins2017-12-091-10/+1
* performance: Checks can now claim they can ignore includesSergio Martins2017-11-301-2/+10
* Remove unused method CheckBase::supportedOptions()Sergio Martins2017-11-291-1/+0
* Remove option Option_WarnsInSystemHeaders, it's no longer neededSergio Martins2017-08-161-5/+1
* Reduce includes a bit to speed up compilationKevin Funk2017-08-011-1/+1
* Make the context constSergio Martins2017-05-021-2/+2
* Minor optimization: Use a member variable instead of virtual functionSergio Martins2017-05-011-2/+10
* CheckBase no longer depends on the CheckManagerSergio Martins2017-04-241-2/+0
* Move ParentMap into ClazyContextSergio Martins2017-04-241-3/+0
* Move SuppressionManager to ClazyContext tooSergio Martins2017-04-241-3/+1
* Introduce ClazyContextSergio Martins2017-04-241-7/+6
* Decouple the checks from CheckManager a bitSergio Martins2017-04-241-0/+4
* Remove CheckBase::ci() and make m_ci privateSergio Martins2017-04-231-4/+5
* Update copyright yearSergio Martins2017-04-201-1/+1
* Add support for ASTMatchersSergio Martins2017-04-201-2/+17
* Don't build the utils library by defaultSergio Martins2017-04-191-1/+1
* Remove all ifdefs that support clang <= 3.6Sergio Martins2017-04-041-10/+0
* 60% performance improvement when running level2Sergio Martins2017-02-121-1/+1
* 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/+161