office-gobmx/compilerplugins/clang/store
Noel Grandin e8fd5a07ec update loplugin stylepolice to check local pointers vars
are actually pointer vars.

Also convert from regex to normal code, so we can enable this
plugin all the time.

Change-Id: Ie36a25ecba61c18f99c77c77646d6459a443cbd1
Reviewed-on: https://gerrit.libreoffice.org/24391
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2016-04-26 10:55:58 +00:00
..
tutorial
cascadingassignop.cxx
cascadingassignop.hxx
cascadingcondop.cxx
cascadingcondop.hxx
changefunctioncalls.cxx
constantfunction.cxx
deletedspecial.cxx
derivedclass.cxx
findoncontainer.cxx
lclstaticfix.cxx
lclstaticfix.hxx
paintmethodconversion.cxx
postfixincrementfix.cxx
postfixincrementfix.hxx
README
referencecasting.cxx
referencecasting.hxx
removeforwardstringdecl.cxx
removeforwardstringdecl.hxx
removevirtuals.cxx
returnunique.cxx
revisibility.cxx
rtlconstasciimacro.cxx
stdexception.cxx
svstreamoutputoperators.cxx
unnecessaryvirtual.cxx
unnecessaryvirtual.py
unusedcode.cxx
valueof.cxx

This plugin actions are not used. They are still kept in case they would be useful again
(they can be activated again by simply moving them back in the clang/ source directory)
or simply as a reference when writing new plugins.