Crash in DocumentOutline::traverseDecl() with C++20 concepts #256
Comments
|
Here's a stack trace from a debug build:
|
arichardson
added a commit
to arichardson/llvm-project
that referenced
this issue
Apr 1, 2020
Summary: Fixes clangd/clangd#256 Reviewers: kbobyrev Subscribers: ilya-biryukov, MaskRay, jkorous, arphaman, usaxena95, cfe-commits Tags: #clang Differential Revision: https://reviews.llvm.org/D73056
github-actions bot
pushed a commit
to tstellar/llvm-project
that referenced
this issue
Jun 11, 2020
Summary: Fixes clangd/clangd#256 Reviewers: kbobyrev Subscribers: ilya-biryukov, MaskRay, jkorous, arphaman, usaxena95, cfe-commits Tags: #clang Differential Revision: https://reviews.llvm.org/D73056 (cherry picked from commit fb3d915)
tstellar
added a commit
to tstellar/llvm-project
that referenced
this issue
Jun 23, 2020
Summary: Fixes clangd/clangd#256 Reviewers: kbobyrev Subscribers: ilya-biryukov, MaskRay, jkorous, arphaman, usaxena95, cfe-commits Tags: #clang Differential Revision: https://reviews.llvm.org/D73056 (cherry picked from commit fb3d915)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Using a very recent clang trunk (which includes partial support for C++20 concepts), processing this file with
-std=c++2aproduces a crash inDocumentOutline::traverseDecl():The text was updated successfully, but these errors were encountered: