re-enable loplugin:useuniqueptr
Change-Id: Ic1a7e5bd3a8002ac996a6af1d1d9a439d4153b0b Reviewed-on: https://gerrit.libreoffice.org/44864 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
This commit is contained in:
@@ -373,7 +373,7 @@ void UseUniquePtr::CheckForDeleteOfPOD(const CompoundStmt* compoundStmt)
|
||||
|
||||
|
||||
|
||||
loplugin::Plugin::Registration< UseUniquePtr > X("useuniqueptr", false);
|
||||
loplugin::Plugin::Registration< UseUniquePtr > X("useuniqueptr", true);
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user