summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/warn-unused-function.c
Commit message (Expand)AuthorAgeFilesLines
* 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
OpenPOWER on IntegriCloud