[Lldb-commits] [clang] [clang-tools-extra] [lldb] [clang] Reland: Instantiate alias templates with sugar (PR #101858)
Matheus Izvekov via lldb-commits
lldb-commits at lists.llvm.org
Thu Aug 8 10:59:42 PDT 2024
mizvekov wrote:
> @mizvekov I will provide a more detailed response to the points you made in your last message separately, but for now I would like to ask you to revert the commit to unbreak us.
@gribozavr see https://github.com/llvm/llvm-project/pull/102510 for alternative.
> which means upstreaming 20 KLoC of nullability verification code which involves resolving differences around pragma semantics etc.)
That's not really true. You only need to upstream the AST affecting parts. The attributes itself and AST node which represent it.
You can try proposing to add this attribute and guard it under an experimental flag, and promise no stability and to take ownership of it.
https://github.com/llvm/llvm-project/pull/101858
More information about the lldb-commits
mailing list