[clang] [clang-tools-extra] [clang] fix diagnostic printing of expressions ignoring LangOpts (PR #134693)

Erich Keane via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 7 10:10:07 PDT 2025


================
@@ -493,8 +493,8 @@ DeduceNullPtrTemplateArgument(Sema &S, TemplateParameterList *TemplateParams,
                                                         : CK_NullToPointer)
                     .get();
   return DeduceNonTypeTemplateArgument(
-      S, TemplateParams, NTTP, DeducedTemplateArgument(Value), Value->getType(),
----------------
erichkeane wrote:

What is going on with this change?  I don't get what is happening here, can you clarify?

https://github.com/llvm/llvm-project/pull/134693


More information about the cfe-commits mailing list