[AST] Initialized AutoTypeLocInfo::FoundDecl
authorVitaly Buka <vitalybuka@google.com>
Fri, 12 May 2023 22:35:28 +0000 (15:35 -0700)
committerVitaly Buka <vitalybuka@google.com>
Thu, 18 May 2023 08:21:29 +0000 (01:21 -0700)
commit11fe9310b9146ee7dfd7cf01662e8fc0a7cd508c
treebcedcc113a13a690f1aacf5bbc02059484ac4500
parentb96d0635f0c65de2fbbcf67fac7e70f9cce35171
[AST] Initialized AutoTypeLocInfo::FoundDecl

Msan complains if getFoundDecl called before it's set.
This looks like data class, so I see no reason to keep
the single field uninitialized.
clang/include/clang/AST/TypeLoc.h