summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities/command_script/main.cpp
diff options
context:
space:
mode:
authorHaojian Wu <hokein@google.com>2019-02-07 16:00:44 +0000
committerHaojian Wu <hokein@google.com>2019-02-07 16:00:44 +0000
commitddd64a4f50bd9afbf15cefb9497d49ebc544dce8 (patch)
tree86bdb9ca796a1dc5f688ad462da3da8b918c2355 /lldb/packages/Python/lldbsuite/test/functionalities/command_script/main.cpp
parenta5d19759b21067d2ae4b51497de966cccf374dd5 (diff)
downloadbcm5719-llvm-ddd64a4f50bd9afbf15cefb9497d49ebc544dce8.tar.gz
bcm5719-llvm-ddd64a4f50bd9afbf15cefb9497d49ebc544dce8.zip
[clangd] Fix an assertion failure in Selection.
Summary: The assertion is triggered when the Decl is null. Details for the assertion: F0207 09:55:09.069385 47308 logging.cc:84] assert.h assertion failed at llvm/include/llvm/Support/Casting.h:105 in static bool llvm::isa_impl_cl<clang::TranslationUnitDecl, const clang:: Decl *>::doit(const From *) [To = clang::TranslationUnitDecl, From = const clang::Decl *]: Val && "isa<> used on a null pointer" 15 *** Check failure stack trace: *** 19 @ 0x55615c1f7e06 __assert_fail 20 @ 0x55615a6297d8 clang::clangd::(anonymous namespace)::SelectionVisitor::TraverseDecl() 21 @ 0x55615a62f48d clang::RecursiveASTVisitor<>::TraverseTemplateTemplateParmDecl() 22 @ 0x55615a62b264 clang::RecursiveASTVisitor<>::TraverseDecl() 23 @ 0x55615a62979c clang::clangd::(anonymous namespace)::SelectionVisitor::TraverseDecl() 24 @ 0x55615a63060c clang::RecursiveASTVisitor<>::TraverseClassTemplatePartialSpecializationDecl() 25 @ 0x55615a62ae45 clang::RecursiveASTVisitor<>::TraverseDecl() Reviewers: sammccall Subscribers: javed.absar, kristof.beyls, ilya-biryukov, ioeric, MaskRay, jkorous, arphaman, kadircet, cfe-commits Tags: #clang Differential Revision: https://reviews.llvm.org/D57879 llvm-svn: 353421
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/functionalities/command_script/main.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud