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