https://bugs.llvm.org/show_bug.cgi?id=38273

            Bug ID: 38273
           Summary: clang-tidy: Assertion
                    `Loc::isLocType(SSE->getRHS()->getType())' failed
           Product: clang
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Static Analyzer
          Assignee: dcough...@apple.com
          Reporter: karl-johan.karls...@ericsson.com
                CC: llvm-bugs@lists.llvm.org

Created attachment 20589
  --> https://bugs.llvm.org/attachment.cgi?id=20589&action=edit
RUN: clang-tidy -checks='clang-analyzer-*' reduced.c --

$ clang-tidy -checks='clang-analyzer-*' reduced.c --
clang-tidy:
../tools/clang/lib/StaticAnalyzer/Core/RangeConstraintManager.cpp:347: virtual
bool (anonymous
namespace)::RangeConstraintManager::canReasonAbout(clang::ento::SVal) const:
Assertion `Loc::isLocType(SSE->getRHS()->getType())' failed.
Aborted (core dumped)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to