summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/sharedvisitor
AgeCommit message (Expand)Author
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