index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
test
/
Sema
/
warn-unused-function.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add -Winfinite-recursion to -Wmost (and -Wall), PR23789.
Nico Weber
2015-06-18
1
-1
/
+1
*
This is now passing. Uncomment and close out PR6281.
Bill Wendling
2013-10-17
1
-4
/
+2
*
c: make __attribute__((unused)) transitive.
Fariborz Jahanian
2012-09-06
1
-1
/
+13
*
We regard a function as 'unused' from the codegen perspective, so our warning...
Argyrios Kyrtzidis
2011-04-19
1
-3
/
+3
*
Mark functions referenced by 'cleanup' attribute as used. Fixes rdar://8728293
Argyrios Kyrtzidis
2010-12-04
1
-0
/
+7
*
Recursive functions should be marked when used from another function. Fixes h...
Argyrios Kyrtzidis
2010-08-25
1
-0
/
+3
*
Commit improved version of 111026 & 111027.
Argyrios Kyrtzidis
2010-08-15
1
-0
/
+9
*
Revert 111026 & 111027, build breakage.
Argyrios Kyrtzidis
2010-08-13
1
-9
/
+0
*
Expand the unused warnings for functions. Warn for:
Argyrios Kyrtzidis
2010-08-13
1
-0
/
+9
*
Don't warn about unused static functions if they are marked with
Chris Lattner
2010-04-09
1
-0
/
+5
*
Include all warnings under '-Wunused' in '-Wmost' and '-Wall'.
Ted Kremenek
2010-04-08
1
-0
/
+2
*
Do not add functions marked with the unused attribute to the list of unused f...
Tanya Lattner
2010-02-17
1
-0
/
+4
*
Fix unused function warning to handle used attributes and redeclarations. Upd...
Tanya Lattner
2010-02-17
1
-2
/
+11
*
Disable warn_unused_function for now, its breaking various project builds due to
Daniel Dunbar
2010-02-16
1
-1
/
+2
*
Implementing unused function warning.
Tanya Lattner
2010-02-12
1
-0
/
+16