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
/
SemaCXX
/
warn-unreachable.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improve -Wtautological-overlap-compare
Richard Trieu
2019-09-21
1
-2
/
+3
*
Fix typos in clang
Alexander Kornienko
2018-04-06
1
-1
/
+1
*
Implement C++ [basic.link]p8.
Richard Smith
2017-09-20
1
-6
/
+10
*
-Wunreachable-code: refine recognition of unreachable "sigil" to cope with im...
Ted Kremenek
2014-04-16
1
-0
/
+30
*
Add a new subgroup to -Wtautological-compare, -Wtautological-overlap-compare,
Richard Trieu
2014-04-05
1
-1
/
+51
*
[-Wunreachable-code] Expand paren-suppression heuristic to C++/ObjC bools.
Ted Kremenek
2014-03-29
1
-0
/
+33
*
[-Wunreachable-code] add a specialized diagnostic for unreachable increment e...
Ted Kremenek
2014-03-21
1
-0
/
+12
*
[-Wunreachable-code] Tweak isTrivialDoWhile() to handle implicit casts.
Ted Kremenek
2014-03-20
1
-0
/
+8
*
[-Wunreachable-code] Look through member accesses for 'static const bool' con...
Ted Kremenek
2014-03-20
1
-16
/
+35
*
[-Wunreachable-code] constexpr functions can be used as configuration values.
Ted Kremenek
2014-03-20
1
-1
/
+22
*
[-Wunreachable-code] Simplify and broad -Wunreachable-code-return, including ...
Ted Kremenek
2014-03-20
1
-0
/
+16
*
-Wunreachable-code: treat 'const bool' locals as control values.
Ted Kremenek
2014-03-15
1
-0
/
+19
*
Further refine -Wunreachable-code groups so that -Wno-unreachable-code-break ...
Ted Kremenek
2014-03-15
1
-2
/
+2
*
Start breaking -Wunreachable-code up into different diagnostic groups.
Ted Kremenek
2014-03-15
1
-1
/
+1
*
[-Wunreachable-code] Tweak heuristic for configuration values to include arit...
Ted Kremenek
2014-03-08
1
-0
/
+24
*
[-Wunreachabe-code] Don't warn about unreachable destructors for temporaries.
Ted Kremenek
2014-03-08
1
-0
/
+13
*
[-Wunreachable-code] Treat constant globals as configuration values in unreac...
Ted Kremenek
2014-03-07
1
-0
/
+7
*
[-Wunreachable-code] Teach reachable code analysis heuristics about more lite...
Ted Kremenek
2014-03-07
1
-0
/
+4
*
[-Wunreachable-code] don't warn about dead 'return <string literal>' dominate...
Ted Kremenek
2014-03-06
1
-0
/
+21
*
[-Wunreachable-code] handle cases where a dead 'return' may have a valid pred...
Ted Kremenek
2014-03-04
1
-0
/
+23
*
Switch the semantic DeclContext for a block-scope declaration of a function or
Richard Smith
2013-09-20
1
-2
/
+2
*
Revert various template unreachability code I committed accidentally.
David Blaikie
2012-01-24
1
-34
/
+0
*
More fixes/tests.
David Blaikie
2012-01-24
1
-0
/
+9
*
Test for the previous commit/crash.
David Blaikie
2012-01-24
1
-0
/
+8
*
Simple hack to do unreachable code analysis on template patterns.
David Blaikie
2012-01-24
1
-1
/
+18
*
Further tweak -Wurneachable-code and templates by allowing the warning to run on
Ted Kremenek
2011-12-01
1
-0
/
+9
*
Don't run -Wunreachable-code on template instantiations. Different instantia...
Ted Kremenek
2011-11-30
1
-0
/
+22
*
Reduce -Wuninitialized time by 22% (on sqlite) by removing the recursive AST ...
Ted Kremenek
2011-07-19
1
-4
/
+4
*
Add -fcxx-exceptions to all tests that use C++ exceptions.
Anders Carlsson
2011-02-28
1
-1
/
+1
*
Pass -fexceptions to all tests that use try/catch/throw.
Anders Carlsson
2011-02-19
1
-1
/
+1
*
Tweak location of diagnostic for -Wunreachable-code
Ted Kremenek
2010-12-16
1
-2
/
+4
*
Get rid of the "functions declared 'noreturn' should have a 'void' result typ...
Anders Carlsson
2010-09-03
1
-2
/
+2
*
Add warning for functions/blocks that have attribute 'noreturn' but return a ...
Ted Kremenek
2010-08-19
1
-2
/
+2
*
tests: Use %clangxx when using driver for C++, in case C++ support is disabled.
Daniel Dunbar
2010-06-29
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
/
+28
*
Improve unreachable code warnings for with respect to dead functional casts i...
Mike Stump
2010-01-21
1
-1
/
+4
*
Improve unreachable code warnings for with respect to ? :.
Mike Stump
2010-01-21
1
-0
/
+3
*
Improve unreachable code warnings with respect to dead binary and
Mike Stump
2010-01-21
1
-1
/
+8
*
Speed up compilation by avoiding generating exceptional edges from
Mike Stump
2010-01-21
1
-0
/
+35