[PATCH] D159450: Initialize `ConceptReference` of new `AutoTypeLoc` with nullptr.

Sam McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Sep 5 09:00:57 PDT 2023


sammccall accepted this revision.
sammccall added a comment.
This revision is now accepted and ready to land.

Days since learning something new and horrifying about TypeLoc: zero

You might consider deleting the '= nullptr' from `AutoTypeLocInfo::CR` since it appears we never actually run the constructors/destructors of TypeLocInfo classes (at least when using TypeLocBuilder).


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D159450/new/

https://reviews.llvm.org/D159450



More information about the cfe-commits mailing list