index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
SemaCXX
/
warn-unused-filescoped.cpp
Age
Commit message (
Expand
)
Author
2013-04-16
Suppress unused warning on static inline function template specializations.
Rafael Espindola
2013-01-03
Warn on unused auto variables.
Rafael Espindola
2012-12-30
Don't warn on unused member functions that are extern because of a typedef.
Rafael Espindola
2012-11-14
Provide the correct mangling and linkage for certain unnamed nested classes.
David Blaikie
2012-10-28
Revert functional part of r166896 and just suppress -Wunneeded-internal-decla...
Richard Smith
2012-10-28
In -Wunneeded-internal-declaration, suppress the warning for variables which
Richard Smith
2011-04-19
We regard a function as 'unused' from the codegen perspective, so our warning...
Argyrios Kyrtzidis
2011-02-10
Move the check that gives functions with unique-external types unique-external
John McCall
2011-01-03
Fix PR8841 by checking for both semantic and lecical dependent
Chandler Carruth
2010-08-17
Rename -Wunused-method -> -Wunused-member-function.
Argyrios Kyrtzidis
2010-08-17
Introduce -Wunused-method option for warning on unused class methods in anony...
Argyrios Kyrtzidis
2010-08-15
Don't warn for the common pattern of disallowing copying:
Argyrios Kyrtzidis
2010-08-15
Commit improved version of 111026 & 111027.
Argyrios Kyrtzidis
2010-08-13
Revert 111026 & 111027, build breakage.
Argyrios Kyrtzidis
2010-08-13
The unused warnings extravaganza continues. Warn for:
Argyrios Kyrtzidis
2010-08-13
Expand the unused warnings for functions. Warn for:
Argyrios Kyrtzidis