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
/
lib
/
Analysis
/
ReachableCode.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
Alexander Kornienko
2015-06-22
1
-3
/
+2
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-22
1
-2
/
+3
*
[cleanup] Re-sort *all* #include lines with llvm/utils/sort_includes.py
Chandler Carruth
2015-01-14
1
-2
/
+2
*
Make dead return statement detection more robust against changes in the CFG.
Manuel Klimek
2014-05-23
1
-21
/
+46
*
[C++11] Use 'nullptr'. Analysis edition.
Craig Topper
2014-05-20
1
-2
/
+2
*
-Wunreachable-code: refine recognition of unreachable "sigil" to cope with im...
Ted Kremenek
2014-04-16
1
-1
/
+4
*
[-Wunreachable-code] Expand paren-suppression heuristic to C++/ObjC bools.
Ted Kremenek
2014-03-29
1
-6
/
+11
*
Improve -Wunreachable-code to provide a means to indicate code is intentional...
Ted Kremenek
2014-03-29
1
-14
/
+48
*
[-Wunreachable-code] add a specialized diagnostic for unreachable increment e...
Ted Kremenek
2014-03-21
1
-0
/
+20
*
[-Wunreachable-code] Tweak isTrivialDoWhile() to handle implicit casts.
Ted Kremenek
2014-03-20
1
-1
/
+1
*
[-Wunreachable-code] Look through member accesses for 'static const bool' con...
Ted Kremenek
2014-03-20
1
-23
/
+27
*
[-Wunreachable-code] constexpr functions can be used as configuration values.
Ted Kremenek
2014-03-20
1
-0
/
+5
*
[-Wunreachable-code] Simplify and broad -Wunreachable-code-return, including ...
Ted Kremenek
2014-03-20
1
-72
/
+22
*
Remove dead functions from unreachable code analysis.
Benjamin Kramer
2014-03-15
1
-44
/
+0
*
-Wunreachable-code: treat 'const bool' locals as control values.
Ted Kremenek
2014-03-15
1
-1
/
+6
*
Further refine -Wunreachable-code groups so that -Wno-unreachable-code-break ...
Ted Kremenek
2014-03-15
1
-34
/
+27
*
Start breaking -Wunreachable-code up into different diagnostic groups.
Ted Kremenek
2014-03-15
1
-22
/
+40
*
[-Wunreachable-code] Handle Objective-C bool literals in 'isConfigurationValue'.
Ted Kremenek
2014-03-09
1
-24
/
+63
*
[-Wunreachable-code] Tweak heuristic for configuration values to include arit...
Ted Kremenek
2014-03-08
1
-6
/
+11
*
[-Wunreachabe-code] Don't warn about unreachable destructors for temporaries.
Ted Kremenek
2014-03-08
1
-3
/
+5
*
[-Wunreachable-code] Handle 'return' with no argument dominated by 'noreturn'...
Ted Kremenek
2014-03-08
1
-6
/
+11
*
[C++11] Revert uses of lambdas with array_pod_sort.
Benjamin Kramer
2014-03-07
1
-7
/
+10
*
[C++11] Convert sort predicates into lambdas.
Benjamin Kramer
2014-03-07
1
-10
/
+7
*
[-Wunreachable-code] Treat constant globals as configuration values in unreac...
Ted Kremenek
2014-03-07
1
-2
/
+14
*
Fix recent regressions in -Wreturn-type caused by heuristics to -Wunreachable...
Ted Kremenek
2014-03-07
1
-248
/
+274
*
[-Wunreachable-code] Correctly expand artificial reachability to pruned '&&' ...
Ted Kremenek
2014-03-07
1
-4
/
+12
*
[-Wunreachable-code] Teach reachable code analysis heuristics about more lite...
Ted Kremenek
2014-03-07
1
-0
/
+2
*
[-Wunreachable-code] Refine treating all branches of 'switch' as reachable, w...
Ted Kremenek
2014-03-06
1
-18
/
+4
*
[-Wunreachable-code] don't warn about dead 'return <string literal>' dominate...
Ted Kremenek
2014-03-06
1
-2
/
+52
*
[-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
[next]