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
/
Analysis
/
unreachable-code-path.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Teach Wreturn-type, Wunreachable-code, and alpha.deadcode.UnreachableCode to ...
Nico Weber
2018-02-13
1
-0
/
+1
*
[StaticAnalyzer] Fix false positives for unreachable code in macros.
Daniel Marjamaki
2017-08-02
1
-0
/
+10
*
Reland 4: [analyzer] NFC: Update test infrastructure to support multiple cons...
Dominic Chen
2017-03-03
1
-1
/
+1
*
Revert "Reland 3: [analyzer] NFC: Update test infrastructure to support multi...
Dominic Chen
2017-03-02
1
-1
/
+1
*
Reland 3: [analyzer] NFC: Update test infrastructure to support multiple cons...
Dominic Chen
2017-03-02
1
-1
/
+1
*
Revert "Reland 2: [analyzer] NFC: Update test infrastructure to support multi...
Dominic Chen
2017-03-02
1
-1
/
+1
*
Reland 2: [analyzer] NFC: Update test infrastructure to support multiple cons...
Dominic Chen
2017-03-02
1
-1
/
+1
*
Revert "Reland: [analyzer] NFC: Update test infrastructure to support multipl...
Dominic Chen
2017-02-28
1
-1
/
+1
*
Reland: [analyzer] NFC: Update test infrastructure to support multiple constr...
Dominic Chen
2017-02-28
1
-1
/
+1
*
Revert "[analyzer] NFC: Update test infrastructure to support multiple constr...
Dominic Chen
2017-02-27
1
-1
/
+1
*
[analyzer] NFC: Update test infrastructure to support multiple constraint man...
Dominic Chen
2017-02-27
1
-1
/
+1
*
alpha.core.UnreachableCode - don't warn about unreachable code inside macro
Daniel Marjamaki
2016-10-18
1
-0
/
+7
*
[analyzer] Don't merge different return nodes in ExplodedGraph
Daniel Marjamaki
2016-10-07
1
-0
/
+12
*
[StaticAnalyser] Add test case to ensure that unreachable code is found.
Daniel Marjamaki
2016-10-03
1
-1
/
+12
*
[StaticAnalyzer] Fix UnreachableCode false positives.
Daniel Marjamaki
2016-10-03
1
-0
/
+10
*
[StaticAnalyzer] Fix false positives for vardecls that are technically unreac...
Daniel Marjamaki
2016-09-28
1
-0
/
+15
*
[analyzer] Don't run unreachable code checker on inlined functions.
Jordan Rose
2013-08-19
1
-0
/
+19
*
Fix analyzer tests.
Ted Kremenek
2012-08-24
1
-1
/
+1
*
[analyzer] Tweak the UnreachableCode checker to not warning about unreachable...
Ted Kremenek
2012-02-29
1
-0
/
+17
*
[analyzer] rename all experimental checker packages to have 'experimental' be...
Ted Kremenek
2011-08-03
1
-1
/
+1
*
Rework checker "packages" and groups to be more hierarchical.
Ted Kremenek
2011-03-24
1
-1
/
+1
*
Re-enable the IdempotentOperations checker for --analyze, and put it and the ...
Ted Kremenek
2011-03-12
1
-1
/
+1
*
[analyzer] Remove '-analyzer-check-objc-mem' flag, the nominee for best misno...
Argyrios Kyrtzidis
2011-02-28
1
-1
/
+1
*
[analyzer] Migrate NSErrorChecker and DereferenceChecker to CheckerV2.
Argyrios Kyrtzidis
2011-02-28
1
-1
/
+1
*
[analyzer] Move the DeadStores checker out of the 'core' package.
Argyrios Kyrtzidis
2011-02-28
1
-1
/
+1
*
Allow passing a list of comma separated checker names to -analyzer-checker, e.g:
Argyrios Kyrtzidis
2011-02-24
1
-1
/
+1
*
[analyzer] Use the new registration mechanism on the non-path-sensitive-check...
Argyrios Kyrtzidis
2011-02-17
1
-1
/
+1
*
[analyzer] Use the new registration mechanism on some of the experimental che...
Argyrios Kyrtzidis
2011-02-15
1
-1
/
+1
*
Don't report dead stores on unreachable code paths. Fixes <rdar://problem/84...
Ted Kremenek
2011-02-11
1
-2
/
+2
*
UnreachableCodeChecker cleanup and improvements
Tom Care
2010-10-06
1
-3
/
+23
*
Fixed logic error in UnreachableCodeChecker's marking algorithm that would so...
Tom Care
2010-08-05
1
-0
/
+14
*
Added some false positive checking to UnreachableCodeChecker
Tom Care
2010-07-27
1
-8
/
+37
*
Don't warn about unreachable code if the block starts with __builtin_unreacha...
Jordy Rose
2010-07-27
1
-0
/
+6
*
Added an path-sensitive unreachable code checker to the experimental analyzer...
Tom Care
2010-07-23
1
-0
/
+55