summaryrefslogtreecommitdiffstats
path: root/test/SemaCXX/warn-unreachable.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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