summaryrefslogtreecommitdiffstats
path: root/compilerplugins/clang/sharedvisitor
Commit message (Expand)AuthorAgeFilesLines
* Adapt to Clang 12 trunk RecursiveASTVisitor changeStephan Bergmann2020-07-191-3/+2
* New loplugin:elidestringvarStephan Bergmann2020-06-071-0/+1
* Make loplugin:simplifypointertobool handle parenthesized expressionsStephan Bergmann2020-05-281-1/+0
* Fix loplugin:simplifypointertobool for libstdc++ std::shared_ptrStephan Bergmann2020-05-261-0/+7
* Add --disable-compiler-plugins-analyzer-pch for Jenkins/linux_clang_dbgutil_64Stephan Bergmann2020-03-091-1/+1
* deliver more useful message when I mess up a conversion to shared pluginNoel Grandin2020-02-141-16/+18
* handle -Wunused-function warnings in clang's sharedvisitor.cxxLuboš Luňák2020-02-031-0/+10
* significantly reduce build time of sharedvisitor.cxxLuboš Luňák2020-02-032-0/+83
* Adapt to "[ADT] Make StringRef's std::string conversion operator explicit"Stephan Bergmann2020-01-291-2/+4
* avoid compilerplugin's sharedvisitor bailing out prematurelyLuboš Luňák2020-01-281-10/+18
* compilerplugins: fix ambiguous type warningsChris Sherlock2019-11-181-1/+1
* Extend loplugin:external to warn about enumsStephan Bergmann2019-11-171-1/+24
* Improve error messageStephan Bergmann2019-11-141-1/+1
* Properly handle comma in CLANGFLAGSStephan Bergmann2019-10-181-3/+1
* try to autodetect flags needed to build Clang pluginsLuboš Luňák2019-10-072-10/+9
* fix various warnings in compilerpluginsLuboš Luňák2019-10-071-0/+1
* make clangplugin analyzer use internally a PCH to speed things upLuboš Luňák2019-09-062-2/+19
* split clangplugins sharedvisitor generator into two stepsLuboš Luňák2019-09-064-2083/+417
* adapt to runToolOnCodeWithArgs API change in clang 10Noel Grandin2019-08-301-1/+7
* use shared-plugin infra for some recent pluginsNoel Grandin2019-08-261-0/+85
* LLVM trunk requires C++14 nowStephan Bergmann2019-08-151-1/+1
* make cppunitassertequals a shared pluginNoel Grandin2019-07-191-0/+15
* Revert "simplify sharedplugin PostTraverse calls"Noel Grandin2019-07-172-9/+19
* make some plugins used the shared frameworkNoel Grandin2019-07-171-0/+267
* make passparamsbyref a shared pluginNoel Grandin2019-07-171-0/+54
* make overrridevirtual a shared pluginNoel Grandin2019-07-171-0/+15
* simplify sharedplugin PostTraverse callsNoel Grandin2019-07-172-13/+6
* convert some plugins to LO_CLANG_SHARED_PLUGINSNoel Grandin2019-07-161-0/+72
* convert redundantfcast to LO_CLANG_SHARED_PLUGINSNoel Grandin2019-07-161-0/+30
* convert some plugins to LO_CLANG_SHARED_PLUGINSNoel Grandin2019-07-161-0/+66
* convert some plugins to LO_CLANG_SHARED_PLUGINSNoel Grandin2019-07-161-0/+267
* Revert "convert some plugins to use the sharedplugin infrastructure"Noel Grandin2019-07-151-381/+0
* convert some plugins to use the sharedplugin infrastructureNoel Grandin2019-07-151-0/+381
* update clang sharedvisitor.cxxLuboš Luňák2019-07-021-0/+5
* improve loplugin simplifyconstructNoel Grandin2019-04-151-0/+5
* Allow to pass additional options into generator's clang::toolingStephan Bergmann2019-03-221-6/+20
* warn if sharedvisitor generator cannot find code in a source fileLuboš Luňák2019-03-131-0/+11
* make (some) clang plugins share the same RecursiveASTVisitorLuboš Luňák2019-03-122-0/+1527