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 78fb202 commit bd1e8e6Copy full SHA for bd1e8e6
flang/include/flang/Lower/CallInterface.h
@@ -170,7 +170,7 @@ class CallInterface {
170
/// Is the argument INTENT(OUT)
171
bool isIntentOut() const;
172
/// Does the argument have the CONTIGUOUS attribute or have explicit shape?
173
- bool mustBeMadeContiguous(const bool argHasTriplet = false) const;
+ bool mustBeMadeContiguous(bool argHasTriplet = false) const;
174
/// Does the dummy argument have the VALUE attribute?
175
bool hasValueAttribute() const;
176
/// Does the dummy argument have the ALLOCATABLE attribute?
0 commit comments