They illustrate unstable behavior of the https://reviews.llvm.org/D139705 after serialization.
(#61680 <https://github.com/llvm/llvm-project/issues/61680>).
Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
I do not plan to address the behavior in case of a variable without initializer. Creating separate PR to illustrate that is not a regression from my change.
clang/test/AST/ast-dump-template-decls.cpp | ||
---|---|---|
193 | Hmm... thats curious. We shouldn't commit this unless there is a 'fixme' on it showing we don't really mean it, but in reality, this just deserves a Github bug. |
Added FIXME
clang/test/AST/ast-dump-template-decls.cpp | ||
---|---|---|
193 | Will add a FIXME. Feel free to create a GitHub bug. |
clang/test/AST/ast-dump-template-decls.cpp | ||
---|---|---|
193 | More test coverage is usually a good thing, but in this case, I'd prefer we either fixed the issue or filed a bug (having a test file with a FIXME comment but no issue basically means the issue will be ignored forever in practice, so we're running a test with very little benefit beyond verifying there's not a crash). |
This is now tracked as https://github.com/llvm/llvm-project/issues/61680. Let me know if I should refer it in the test.
Thanks, the issue LG! Let's go ahead and mention it here in the test so it's clear this test relates to that issue. LGTM with that handled.
Reintroduced bug commit refernces. Sorry for the noise, but I still sometimes get confused with arc.
Hmm... thats curious. We shouldn't commit this unless there is a 'fixme' on it showing we don't really mean it, but in reality, this just deserves a Github bug.