support for compiler rewriters
Change-Id: I12e98ac9fc49ef2007914324006a396d183b778c
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user