Skip to content
Commit 2593b402 authored by Daniel Marjamaki's avatar Daniel Marjamaki
Browse files

[StaticAnalyzer] Fix false positives for vardecls that are technically...

[StaticAnalyzer] Fix false positives for vardecls that are technically unreachable but they are needed.

Example:

    switch (x) {
      int a;  // <- This is unreachable but needed
    case 1:
      a = ...

Differential Revision: https://reviews.llvm.org/D24905

llvm-svn: 282574
parent e6d01e08
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment