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
/
unused-expr.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
testcase for http://llvm.org/PR8371 of my last commit, r116570
Gabor Greif
2010-10-15
1
-0
/
+3
*
Revert r114316, -Wunused-value enabled by default was intended.
Argyrios Kyrtzidis
2010-09-19
1
-1
/
+1
*
Make -Wunused-value off by default, matching GCC. Fixes rdar://7126194.
Argyrios Kyrtzidis
2010-09-19
1
-1
/
+1
*
Don't complain about an __builtin_va_arg expression's result being
Douglas Gregor
2010-05-08
1
-0
/
+8
*
Devote a special diagnostic to the typo
John McCall
2010-04-06
1
-0
/
+6
*
Insulate these from changes to the default for -Wunreachable-code.
Mike Stump
2010-01-23
1
-1
/
+1
*
Use -fno-math-errno by default, and remove the IsMathErrnoDefault
Dan Gohman
2010-01-08
1
-3
/
+3
*
testcase for previous patch!
Chris Lattner
2009-12-30
1
-0
/
+1
*
warn when attribute warn_unused_result is applied to void functions.
Nuno Lopes
2009-12-22
1
-2
/
+4
*
fix PR4010: add support for the warn_unused_result for function pointers
Nuno Lopes
2009-12-20
1
-0
/
+5
*
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-15
1
-1
/
+1
*
Switch -f{builtin,math-errno,rtti} and -analyzer-purge-dead to -...no... vari...
Daniel Dunbar
2009-11-19
1
-1
/
+1
*
add rdar # I accidentally lost.
Chris Lattner
2009-10-13
1
-1
/
+1
*
merge two tests.
Chris Lattner
2009-10-13
1
-0
/
+18
*
make the diagnostic in the 'unused result' warning more precise
Chris Lattner
2009-10-13
1
-2
/
+6
*
More warnings for unused expressions.
Anders Carlsson
2009-08-01
1
-0
/
+4
*
Diagnose unused expression results for all statements, just not compound stat...
Anders Carlsson
2009-07-30
1
-0
/
+19
*
fix PR4633: cast to void should silence the 'unused expression' warning.
Chris Lattner
2009-07-28
1
-0
/
+7
*
Driver: Manually translate a number of -f with no- variants options to
Daniel Dunbar
2009-04-07
1
-1
/
+1
*
Rename clang to clang-cc.
Daniel Dunbar
2009-03-24
1
-1
/
+1
*
add support for -fno-math-errno, and validate that it affects sema properly.
Chris Lattner
2009-02-17
1
-1
/
+6
*
sema no longer explodes, yay!
Chris Lattner
2009-02-17
1
-3
/
+2
*
Make the unused expression warning a bit less aggressive (found in PHP
Eli Friedman
2008-05-19
1
-0
/
+5
*
rename -parse-ast-print to -ast-print
Chris Lattner
2007-10-11
1
-1
/
+1
*
Removed option "-parse-ast-check" from clang driver. This is now implemented
Ted Kremenek
2007-09-26
1
-1
/
+1
*
Fix a bug/missing-feature Ted noticed: the 'unused' warning should not
Chris Lattner
2007-08-31
1
-0
/
+5
*
Add Type::getAsBuiltinType() and Type::builtinTypesAreCompatible().
Steve Naroff
2007-08-27
1
-2
/
+1
*
Fix a bug reported by Keith Bauer
Chris Lattner
2007-08-26
1
-1
/
+7
*
we now correctly emit:
Chris Lattner
2007-08-21
1
-1
/
+2
*
New testcase for unused expression analysis
Chris Lattner
2007-06-27
1
-0
/
+26