summaryrefslogtreecommitdiffstats
path: root/test/Sema/warn-unused-function.c
Commit message (Expand)AuthorAgeFilesLines
* Add -Winfinite-recursion to -Wmost (and -Wall), PR23789.Nico Weber2015-06-181-1/+1
* This is now passing. Uncomment and close out PR6281.Bill Wendling2013-10-171-4/+2
* c: make __attribute__((unused)) transitive.Fariborz Jahanian2012-09-061-1/+13
* We regard a function as 'unused' from the codegen perspective, so our warning...Argyrios Kyrtzidis2011-04-191-3/+3
* Mark functions referenced by 'cleanup' attribute as used. Fixes rdar://8728293Argyrios Kyrtzidis2010-12-041-0/+7
* Recursive functions should be marked when used from another function. Fixes h...Argyrios Kyrtzidis2010-08-251-0/+3
* Commit improved version of 111026 & 111027.Argyrios Kyrtzidis2010-08-151-0/+9
* Revert 111026 & 111027, build breakage.Argyrios Kyrtzidis2010-08-131-9/+0
* Expand the unused warnings for functions. Warn for:Argyrios Kyrtzidis2010-08-131-0/+9
* Don't warn about unused static functions if they are marked with Chris Lattner2010-04-091-0/+5
* Include all warnings under '-Wunused' in '-Wmost' and '-Wall'.Ted Kremenek2010-04-081-0/+2
* Do not add functions marked with the unused attribute to the list of unused f...Tanya Lattner2010-02-171-0/+4
* Fix unused function warning to handle used attributes and redeclarations. Upd...Tanya Lattner2010-02-171-2/+11
* Disable warn_unused_function for now, its breaking various project builds due toDaniel Dunbar2010-02-161-1/+2
* Implementing unused function warning.Tanya Lattner2010-02-121-0/+16