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
/
Sema
/
warn-unused-function.c
Age
Commit message (
Expand
)
Author
2012-09-06
c: make __attribute__((unused)) transitive.
Fariborz Jahanian
2011-04-19
We regard a function as 'unused' from the codegen perspective, so our warning...
Argyrios Kyrtzidis
2010-12-04
Mark functions referenced by 'cleanup' attribute as used. Fixes rdar://8728293
Argyrios Kyrtzidis
2010-08-25
Recursive functions should be marked when used from another function. Fixes h...
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
Expand the unused warnings for functions. Warn for:
Argyrios Kyrtzidis
2010-04-09
Don't warn about unused static functions if they are marked with
Chris Lattner
2010-04-08
Include all warnings under '-Wunused' in '-Wmost' and '-Wall'.
Ted Kremenek
2010-02-17
Do not add functions marked with the unused attribute to the list of unused f...
Tanya Lattner
2010-02-17
Fix unused function warning to handle used attributes and redeclarations. Upd...
Tanya Lattner
2010-02-16
Disable warn_unused_function for now, its breaking various project builds due to
Daniel Dunbar
2010-02-12
Implementing unused function warning.
Tanya Lattner