support for compiler rewriters

Change-Id: I12e98ac9fc49ef2007914324006a396d183b778c
This commit is contained in:
Luboš Luňák
2012-10-15 15:36:25 +02:00
parent 41d6a0ea2d
commit 0349c738da
15 changed files with 250 additions and 24 deletions

View File

@@ -16,6 +16,8 @@ namespace loplugin
{
/*
This is a compile check.
Check for unused classes where the compiler cannot decide (e.g. because of
non-trivial or extern ctors) if a variable is unused if only its ctor/dtor
are called and nothing else. For example std::vector is a class where