We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20e99e2 commit 5fb8a94Copy full SHA for 5fb8a94
lib/SPIRV/Mangler/ParameterType.h
@@ -419,7 +419,7 @@ struct UserDefinedType : public ParamType {
419
/// dispatch the correct visit method according to its dynamic type.
420
struct TypeVisitor {
421
SPIRversion spirVer;
422
- TypeVisitor(SPIRversion ver) : spirVer(ver){};
+ TypeVisitor(SPIRversion ver) : spirVer(ver) {}
423
virtual ~TypeVisitor() {}
424
virtual MangleError visit(const PrimitiveType *) = 0;
425
virtual MangleError visit(const VectorType *) = 0;
0 commit comments