index
:
delta/clang.git
baserock/flang
google/stable
google/testing
master
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215011
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
llvm.org: Obsolete (use llvm)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Analysis
/
ReachableCode.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[-Wunreachable-code] Handle idiomatic do...while() with an uninteresting cond...
Ted Kremenek
2014-03-06
1
-7
/
+4
*
[-Wunreachable-code] Handle idiomatic do...while() with an uninteresting cond...
Ted Kremenek
2014-03-06
1
-7
/
+17
*
[-Wunreachable-code] generalize pruning out warning on trivial returns.
Ted Kremenek
2014-03-05
1
-9
/
+6
*
[-Wunreachable-code] include some enum constants in "configuration value" heu...
Ted Kremenek
2014-03-05
1
-0
/
+5
*
[-Wunreachable-code] generalize configuration value checking to all compariso...
Ted Kremenek
2014-03-05
1
-1
/
+1
*
[-Wunreachable-code] Don't warn about dead code guarded by a "configuration v...
Ted Kremenek
2014-03-05
1
-9
/
+73
*
[-Wunreachable-code] handle cases where a dead 'return' may have a valid pred...
Ted Kremenek
2014-03-04
1
-0
/
+5
*
[-Wunreachable-code] always treat 'case:' and 'default:' cases as reachable.
Ted Kremenek
2014-02-27
1
-8
/
+27
*
[-Wunreachable-code] Don't warn about trivially unreachable return statements...
Ted Kremenek
2014-02-27
1
-4
/
+57
*
[-Wunreachable-code] Don't warn about unreachable 'default:' cases.
Ted Kremenek
2014-02-27
1
-0
/
+6
*
[-Wunreachable-code] Prune out unreachable warnings where a 'break' is preced...
Ted Kremenek
2014-02-27
1
-7
/
+43
*
Make sort predicate match the qsort convention.
Benjamin Kramer
2013-09-22
1
-1
/
+5
*
Fix array_pod_sort predicates after LLVM change.
Benjamin Kramer
2013-09-22
1
-4
/
+3
*
Properly track l-paren of a CXXFucntionalCastExpr.
Eli Friedman
2013-08-15
1
-1
/
+1
*
Remove the CFGElement "Invalid" state.
David Blaikie
2013-02-23
1
-2
/
+2
*
Replace CFGElement llvm::cast support to be well-defined.
David Blaikie
2013-02-21
1
-2
/
+2
*
Remove useless 'llvm::' qualifier from names like StringRef and others that are
Dmitri Gribenko
2013-01-12
1
-2
/
+2
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
1
-4
/
+4
*
Dont cast away const needlessly. Found by gcc48 -Wcast-qual.
Roman Divacky
2012-09-06
1
-2
/
+2
*
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...
David Blaikie
2011-12-20
1
-1
/
+3
*
Rename AnalysisContext to AnalysisDeclContext. Not only is this name more ac...
Ted Kremenek
2011-10-24
1
-1
/
+1
*
Teach -Wunreachable-code about dead code caused by macro expansions. This sh...
Ted Kremenek
2011-08-25
1
-4
/
+8
*
Start reworking -Wunreachable-code. The original analysis had serious flaws ...
Ted Kremenek
2011-08-23
1
-172
/
+201
*
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-07-23
1
-4
/
+4
*
Automatic Reference Counting.
John McCall
2011-06-15
1
-0
/
+6
*
Make -Wheader-hygiene not complain about USING_NAMESPACE_THROUGH_MACRO in a n...
Nico Weber
2011-04-02
1
-1
/
+1
*
In preparation for fixing PR 6884, rework CFGElement to have getAs<> return p...
Ted Kremenek
2011-03-01
1
-4
/
+4
*
Change the representation of GNU ?: expressions to use a different expression
John McCall
2011-02-17
1
-1
/
+3
*
Remove a kludge from analysis based warnings that used to detect
Chandler Carruth
2011-01-08
1
-3
/
+2
*
Start migration of static analyzer to using the
Ted Kremenek
2010-12-16
1
-3
/
+3
*
Added CFGTerminator class, that holds information about CFGBlock terminator s...
Marcin Swiderski
2010-10-29
1
-1
/
+2
*
Introduce new CFGElement hierarchy to support C++ CFG, based on Marcin's patch
Zhongxing Xu
2010-09-16
1
-5
/
+9
*
Enhance -Wunreachable-code to not consider the 'default:' branch of a switch ...
Ted Kremenek
2010-09-09
1
-5
/
+11
*
GCC didn't care for my attempt at API compatibility, so brute-force everything
John McCall
2010-08-25
1
-1
/
+1
*
Move the rest of the unreachable code analysis from libSema
Ted Kremenek
2010-02-23
1
-9
/
+235
*
Start moving some of the logic for the unreachable code analysis out of libSema
Ted Kremenek
2010-02-23
1
-0
/
+52