aboutsummaryrefslogtreecommitdiffstats
path: root/src/checkbase.h
Commit message (Expand)AuthorAgeFilesLines
* Adapt to API changes in clang/llvm 16Ivan Čukić2023-02-091-0/+1
* Build fixes for LLVM/Clang 15.0.0Cristian Adam2022-09-071-2/+2
* Revert "Fix repeated warning when check is triggered within macro"Sergio Martins2020-12-191-1/+0
* Fix repeated warning when check is triggered within macroLucie Gérard2020-12-151-0/+1
* Qt6 header fixesLucie Gerard2020-10-091-0/+6
* Remove calls to fixitsEnabled()Sergio Martins2020-08-301-2/+0
* Make the clazy plugin also export fixes, not only clazy-standaloneSergio Martins2019-05-051-6/+3
* Remove level3 and movel those 5 checks to manual levelSergio Martins2019-03-041-2/+1
* Run uncrustify on the source codeSergio Martins2018-12-141-2/+4
* Indent copyright headers with 4 spacesSergio Martins2018-12-141-16/+16
* Remove support for building the "utils library"Sergio Martins2018-10-241-2/+1
* Merge branch '1.4' into masterSergio Martins2018-10-191-4/+14
|\
| * Reorder includesSergio Martins2018-10-191-9/+10
| * Ran include-what-you-useSergio Martins2018-10-181-7/+16
* | Add support for all the preprocessor callbacksSergio Martins2018-10-071-2/+11
|/
* 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