Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
dd69ef38dba72b08bee83f262fd443743940d2bc
/
clang
/
test
/
Sema
/
warn-unused-function.c
7c3d2e1
This is now passing. Uncomment and close out PR6281.
by Bill Wendling
· 12 years ago
66c93f4
c: make __attribute__((unused)) transitive.
by Fariborz Jahanian
· 13 years ago
1618023
We regard a function as 'unused' from the codegen perspective, so our warnings diverge from
by Argyrios Kyrtzidis
· 15 years ago
86a26b8
Mark functions referenced by 'cleanup' attribute as used. Fixes rdar://8728293
by Argyrios Kyrtzidis
· 15 years ago
dfffabd
Recursive functions should be marked when used from another function. Fixes http://llvm.org/PR7923.
by Argyrios Kyrtzidis
· 15 years ago
1b30d9c
Commit improved version of 111026 & 111027.
by Argyrios Kyrtzidis
· 15 years ago
98703d3
Revert 111026 & 111027, build breakage.
by Argyrios Kyrtzidis
· 15 years ago
540bc01
Expand the unused warnings for functions. Warn for:
by Argyrios Kyrtzidis
· 15 years ago
8a651c7
Don't warn about unused static functions if they are marked with
by Chris Lattner
· 16 years ago
a1de6fc
Include all warnings under '-Wunused' in '-Wmost' and '-Wall'.
by Ted Kremenek
· 16 years ago
339c89b
Do not add functions marked with the unused attribute to the list of unused functions to warn about. Update test case.
by Tanya Lattner
· 16 years ago
8aefcbe
Fix unused function warning to handle used attributes and redeclarations. Update test case.
by Tanya Lattner
· 16 years ago
29a32da
Disable warn_unused_function for now, its breaking various project builds due to
by Daniel Dunbar
· 16 years ago
9007380
Implementing unused function warning.
by Tanya Lattner
· 16 years ago