Explicitly construct ArrayRef in AttributeTest.cpp
Some compilers find initializer list constructors from boolean literals ambiguous between ArrayRef<bool> and ArrayRef<Attribute>. Call the ArrayRef<bool> constructor explicitly to disambiguate. PiperOrigin-RevId: 253224859
Loading
Please sign in to comment