[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.
Loading
Please sign in to comment
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.