summaryrefslogtreecommitdiffstats
path: root/compilerplugins/clang/plugin.cxx
Commit message (Expand)AuthorAgeFilesLines
* -Werror,-Wdeprecated-declarationsStephan Bergmann2023-12-181-6/+5
* Adapt to Clang 18 trunk Linkage reworkStephan Bergmann2023-11-041-1/+1
* Improve Plugin::checkIdenticalDefaultArgumentsStephan Bergmann2023-09-141-0/+4
* loplugin:stringadd also check O[U]StringBuffersNoel Grandin2023-04-061-0/+26
* Introduce a better mechanism to suppress false loplugin warningsStephan Bergmann2022-04-251-0/+177
* Bump compiler plugins Clang baseline to 12.0.1Stephan Bergmann2022-02-171-5/+2
* Let CppunitTest_odk_checkapi build against the SDK include directoryStephan Bergmann2022-01-191-1/+12
* loplugin:unusedvariablecheck improveNoel Grandin2021-12-171-0/+36
* remove debugging leftoverNoel Grandin2021-09-031-1/+0
* loplugin:referencecasting look through more clang TypesNoel Grandin2021-08-231-2/+14
* compilerplugins: fix clang plugin allowlists for sccache-distMichael Stahl2021-03-251-0/+6
* systools is no longer part of the URE interfaceStephan Bergmann2021-03-161-1/+0
* Revert "Adapt to changed clang::ASTContext::getParents behavior on Clang 11 t...Stephan Bergmann2020-08-031-32/+6
* add boost::intrusive_ptr to list of smart points in pluginsNoel Grandin2020-06-051-1/+2
* Further fixing of loplugin:simplifypointertobool for libstdc++ std::shared_ptrStephan Bergmann2020-05-271-9/+11
* Fix loplugin:simplifypointertobool for libstdc++ std::shared_ptrStephan Bergmann2020-05-261-5/+1
* Adapt to changed clang::ASTContext::getParents behavior on Clang 11 trunkStephan Bergmann2020-05-251-6/+32
* Code duplicationStephan Bergmann2020-05-251-1/+1
* new loplugin:simplifypointertoboolNoel Grandin2020-05-101-0/+38
* Deref of DynTypedNode* must not outlive owning DynTypedNodeListStephan Bergmann2020-03-101-2/+3
* compilerplugins: remove unused getDeclContext()Miklos Vajna2020-03-091-18/+0
* improve loplugin:unusedfieldsNoel Grandin2020-03-091-1/+23
* Adapt structurallyIdentical to current needsStephan Bergmann2020-02-201-0/+3
* convert conststringvar plugin to shared infrastructreNoel Grandin2020-02-131-0/+25
* Adapt to Clang 11 move of DynTypedNodeListStephan Bergmann2020-01-271-0/+6
* Adapt to clang::MaterializeTemporaryExpr::GetTemparyExpr renameStephan Bergmann2019-11-261-1/+2
* Fix Plugin::containsPreprocessingConditionalInclusionStephan Bergmann2019-10-301-5/+21
* better name for a function in compilerpluginsLuboš Luňák2019-10-081-4/+4
* do not use compiler.getSourceManager().getFilename()Luboš Luňák2019-10-071-2/+1
* loplugin:referencecasting find more redundant static_castNoel Grandin2019-08-271-0/+50
* make some plugins used the shared frameworkNoel Grandin2019-07-171-0/+11
* make (some) clang plugins share the same RecursiveASTVisitorLuboš Luňák2019-03-121-2/+3
* add EvaluateAsInt compat function for latest clangNoel Grandin2018-11-271-1/+1
* Bump compiler plugins Clang baseline to 5.0.2Stephan Bergmann2018-11-231-2/+0
* prevent crashes when running the global-analysis pluginsNoel Grandin2018-09-111-0/+4
* compilerplugins: try to make these work with icecreamMichael Stahl2018-07-061-2/+28
* Revert "Allow compiler plugins for online"Stephan Bergmann2018-03-231-13/+1
* loplugin:changetoolsgen various improvementsNoel Grandin2018-02-161-3/+3
* fix loplugin rewriter source range checkingNoel Grandin2018-02-121-8/+32
* improve loplugin rewriter double source modification detectionNoel Grandin2018-02-101-4/+13
* Allow compiler plugins for onlinePranav Kant2017-12-211-1/+13
* New --enable-compiler-plugins=debug modeStephan Bergmann2017-12-081-0/+11
* Make checkIdenticalDefaultArguments more preciseStephan Bergmann2017-11-161-0/+76
* Avoid infinite loops in lopluginStephan Bergmann2017-11-161-0/+1
* Make checkIdenticalDefaultArguments more preciseStephan Bergmann2017-11-151-12/+20
* Make checkIdenticalDefaultArguments more preciseStephan Bergmann2017-11-141-15/+31
* loplugin:unnecessaryoverride: suppress warnings when default args differStephan Bergmann2017-11-111-0/+69
* Memoize ignoreLocation resultsStephan Bergmann2017-11-071-42/+1
* Adapt loplugin:includeform to Windows \ path separatorStephan Bergmann2017-10-271-8/+21
* -Werror=unused-functionStephan Bergmann2017-10-271-67/+0