Per Flang C++ Style Guide, this patch replaces X.getValue() with *X where *X is protected by a presence test.
36 KiB
36 KiB
Per Flang C++ Style Guide, this patch replaces X.getValue() with *X where *X is protected by a presence test.