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
*
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