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-unreachable.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change subexpressions to be visited in the CFG from left-to-right.
Ted Kremenek
2013-02-05
1
-4
/
+4
*
Teach CFG that 'if (x & 0)' and 'if (x * 0)' is an unfeasible branch.
Ted Kremenek
2012-08-24
1
-0
/
+9
*
Reword/rename -Wswitch-unreachable-default.
David Blaikie
2012-01-24
1
-1
/
+1
*
Rename -Wswitch-enum-redundant-default to -Wswitch-redundant-default.
David Blaikie
2012-01-23
1
-1
/
+1
*
Add -Wswitch-enum-redundant-default.
David Blaikie
2012-01-21
1
-1
/
+1
*
Add test case for PR 9774, which got fixed along the way.
Ted Kremenek
2012-01-03
1
-0
/
+6
*
Teach -Wunreachable-code about dead code caused by macro expansions. This sh...
Ted Kremenek
2011-08-25
1
-0
/
+12
*
Reduce -Wuninitialized time by 22% (on sqlite) by removing the recursive AST ...
Ted Kremenek
2011-07-19
1
-4
/
+4
*
- Fixed subexpressions evaluation order for binary operators to match order i...
Marcin Swiderski
2010-10-24
1
-4
/
+4
*
Enhance -Wunreachable-code to not consider the 'default:' branch of a switch ...
Ted Kremenek
2010-09-09
1
-0
/
+16
*
Get rid of the "functions declared 'noreturn' should have a 'void' result typ...
Anders Carlsson
2010-09-03
1
-1
/
+1
*
Add warning for functions/blocks that have attribute 'noreturn' but return a ...
Ted Kremenek
2010-08-19
1
-1
/
+1
*
Always add CallExpr as block-level expression. Inline-based interprocedural
Zhongxing Xu
2010-02-24
1
-2
/
+2
*
Improve unreachable code warnings with respect to dead member and
Mike Stump
2010-01-21
1
-0
/
+6
*
Improve unreachable code warnings for with respect to c-style casts.
Mike Stump
2010-01-21
1
-0
/
+3
*
Improve unreachable code warnings for with respect to ? :.
Mike Stump
2010-01-21
1
-0
/
+4
*
Improve unreachable code warnings for with respect to compound
Mike Stump
2010-01-21
1
-0
/
+5
*
Improve unreachable code warnings with respect to dead binary and
Mike Stump
2010-01-21
1
-4
/
+10
*
Generalize handling for unreachable code warnings to all binary operators.
Mike Stump
2010-01-15
1
-4
/
+4
*
Refine location reporting for unreachable code warnings for comma expressions.
Mike Stump
2010-01-15
1
-0
/
+56
*
Add testcase for recent checkin.
Mike Stump
2010-01-15
1
-0
/
+20