[PATCH] D133948: [clang][C++20] Fix clang/clangd assert/crash after compilation errors
Aaron Ballman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Sep 15 12:36:57 PDT 2022
aaron.ballman accepted this revision.
aaron.ballman added a comment.
This revision is now accepted and ready to land.
LGTM! Please add a release note for the fix when you land the changes.
================
Comment at: clang/test/SemaCXX/remove-nested-immediate-invocation-crash.cpp:4
+
+a, class b { template < typename c> consteval b(c
+} template <typename...> using d = b;
----------------
This surely wins an award for "best line noise of the year" or something. :-D
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D133948/new/
https://reviews.llvm.org/D133948
More information about the cfe-commits
mailing list