summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/sharedvisitor
AgeCommit message (Expand)Author
2020-06-07New loplugin:elidestringvarStephan Bergmann
2020-05-28Make loplugin:simplifypointertobool handle parenthesized expressionsStephan Bergmann
2020-05-26Fix loplugin:simplifypointertobool for libstdc++ std::shared_ptrStephan Bergmann
2020-03-09Add --disable-compiler-plugins-analyzer-pch for Jenkins/linux_clang_dbgutil_64Stephan Bergmann
2020-02-14deliver more useful message when I mess up a conversion to shared pluginNoel Grandin
2020-02-03handle -Wunused-function warnings in clang's sharedvisitor.cxxLuboš Luňák
2020-02-03significantly reduce build time of sharedvisitor.cxxLuboš Luňák
2020-01-29Adapt to "[ADT] Make StringRef's std::string conversion operator explicit"Stephan Bergmann
2020-01-28avoid compilerplugin's sharedvisitor bailing out prematurelyLuboš Luňák
2019-11-18compilerplugins: fix ambiguous type warningsChris Sherlock
2019-11-17Extend loplugin:external to warn about enumsStephan Bergmann
2019-11-14Improve error messageStephan Bergmann
2019-10-18Properly handle comma in CLANGFLAGSStephan Bergmann
2019-10-07try to autodetect flags needed to build Clang pluginsLuboš Luňák
2019-10-07fix various warnings in compilerpluginsLuboš Luňák
2019-09-06make clangplugin analyzer use internally a PCH to speed things upLuboš Luňák
2019-09-06split clangplugins sharedvisitor generator into two stepsLuboš Luňák
2019-08-30adapt to runToolOnCodeWithArgs API change in clang 10Noel Grandin
2019-08-26use shared-plugin infra for some recent pluginsNoel Grandin
2019-08-15LLVM trunk requires C++14 nowStephan Bergmann
2019-07-19make cppunitassertequals a shared pluginNoel Grandin
2019-07-17Revert "simplify sharedplugin PostTraverse calls"Noel Grandin
2019-07-17make some plugins used the shared frameworkNoel Grandin
2019-07-17make passparamsbyref a shared pluginNoel Grandin
2019-07-17make overrridevirtual a shared pluginNoel Grandin
2019-07-17simplify sharedplugin PostTraverse callsNoel Grandin
2019-07-16convert some plugins to LO_CLANG_SHARED_PLUGINSNoel Grandin
2019-07-16convert redundantfcast to LO_CLANG_SHARED_PLUGINSNoel Grandin
2019-07-16convert some plugins to LO_CLANG_SHARED_PLUGINSNoel Grandin
2019-07-16convert some plugins to LO_CLANG_SHARED_PLUGINSNoel Grandin
2019-07-15Revert "convert some plugins to use the sharedplugin infrastructure"Noel Grandin
2019-07-15convert some plugins to use the sharedplugin infrastructureNoel Grandin
2019-07-02update clang sharedvisitor.cxxLuboš Luňák
2019-04-15improve loplugin simplifyconstructNoel Grandin
2019-03-22Allow to pass additional options into generator's clang::toolingStephan Bergmann
2019-03-13warn if sharedvisitor generator cannot find code in a source fileLuboš Luňák
2019-03-12make (some) clang plugins share the same RecursiveASTVisitorLuboš Luňák