summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/warn-unreachable.cpp
Commit message (Expand)AuthorAgeFilesLines
* Improve -Wtautological-overlap-compareRichard Trieu2019-09-211-2/+3
* Fix typos in clangAlexander Kornienko2018-04-061-1/+1
* Implement C++ [basic.link]p8.Richard Smith2017-09-201-6/+10
* -Wunreachable-code: refine recognition of unreachable "sigil" to cope with im...Ted Kremenek2014-04-161-0/+30
* Add a new subgroup to -Wtautological-compare, -Wtautological-overlap-compare,Richard Trieu2014-04-051-1/+51
* [-Wunreachable-code] Expand paren-suppression heuristic to C++/ObjC bools.Ted Kremenek2014-03-291-0/+33
* [-Wunreachable-code] add a specialized diagnostic for unreachable increment e...Ted Kremenek2014-03-211-0/+12
* [-Wunreachable-code] Tweak isTrivialDoWhile() to handle implicit casts.Ted Kremenek2014-03-201-0/+8
* [-Wunreachable-code] Look through member accesses for 'static const bool' con...Ted Kremenek2014-03-201-16/+35
* [-Wunreachable-code] constexpr functions can be used as configuration values.Ted Kremenek2014-03-201-1/+22
* [-Wunreachable-code] Simplify and broad -Wunreachable-code-return, including ...Ted Kremenek2014-03-201-0/+16
* -Wunreachable-code: treat 'const bool' locals as control values.Ted Kremenek2014-03-151-0/+19
* Further refine -Wunreachable-code groups so that -Wno-unreachable-code-break ...Ted Kremenek2014-03-151-2/+2
* Start breaking -Wunreachable-code up into different diagnostic groups.Ted Kremenek2014-03-151-1/+1
* [-Wunreachable-code] Tweak heuristic for configuration values to include arit...Ted Kremenek2014-03-081-0/+24
* [-Wunreachabe-code] Don't warn about unreachable destructors for temporaries.Ted Kremenek2014-03-081-0/+13
* [-Wunreachable-code] Treat constant globals as configuration values in unreac...Ted Kremenek2014-03-071-0/+7
* [-Wunreachable-code] Teach reachable code analysis heuristics about more lite...Ted Kremenek2014-03-071-0/+4
* [-Wunreachable-code] don't warn about dead 'return <string literal>' dominate...Ted Kremenek2014-03-061-0/+21
* [-Wunreachable-code] handle cases where a dead 'return' may have a valid pred...Ted Kremenek2014-03-041-0/+23
* Switch the semantic DeclContext for a block-scope declaration of a function orRichard Smith2013-09-201-2/+2
* Revert various template unreachability code I committed accidentally.David Blaikie2012-01-241-34/+0
* More fixes/tests.David Blaikie2012-01-241-0/+9
* Test for the previous commit/crash.David Blaikie2012-01-241-0/+8
* Simple hack to do unreachable code analysis on template patterns.David Blaikie2012-01-241-1/+18
* Further tweak -Wurneachable-code and templates by allowing the warning to run onTed Kremenek2011-12-011-0/+9
* Don't run -Wunreachable-code on template instantiations. Different instantia...Ted Kremenek2011-11-301-0/+22
* Reduce -Wuninitialized time by 22% (on sqlite) by removing the recursive AST ...Ted Kremenek2011-07-191-4/+4
* Add -fcxx-exceptions to all tests that use C++ exceptions.Anders Carlsson2011-02-281-1/+1
* Pass -fexceptions to all tests that use try/catch/throw.Anders Carlsson2011-02-191-1/+1
* Tweak location of diagnostic for -Wunreachable-codeTed Kremenek2010-12-161-2/+4
* Get rid of the "functions declared 'noreturn' should have a 'void' result typ...Anders Carlsson2010-09-031-2/+2
* Add warning for functions/blocks that have attribute 'noreturn' but return a ...Ted Kremenek2010-08-191-2/+2
* tests: Use %clangxx when using driver for C++, in case C++ support is disabled.Daniel Dunbar2010-06-291-1/+1
* Always add CallExpr as block-level expression. Inline-based interproceduralZhongxing Xu2010-02-241-2/+2
* Improve unreachable code warnings with respect to dead member andMike Stump2010-01-211-0/+28
* Improve unreachable code warnings for with respect to dead functional casts i...Mike Stump2010-01-211-1/+4
* Improve unreachable code warnings for with respect to ? :.Mike Stump2010-01-211-0/+3
* Improve unreachable code warnings with respect to dead binary andMike Stump2010-01-211-1/+8
* Speed up compilation by avoiding generating exceptional edges fromMike Stump2010-01-211-0/+35
OpenPOWER on IntegriCloud