We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12b2fa2 commit d0f21eaCopy full SHA for d0f21ea
flang/lib/Evaluate/variable.cpp
@@ -769,7 +769,7 @@ struct has_GetFirstSymbol<T,
769
770
template <typename P, typename R>
771
bool TestVariableIsPathFromRoot(const P &path, const R &root) {
772
- const SymbolRef *pathSym, *rootSym;
+ const SymbolRef *pathSym{nullptr}, *rootSym{nullptr};
773
if constexpr (has_union<P>::value) {
774
pathSym = std::get_if<SymbolRef>(&path.u);
775
}
0 commit comments