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