git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111480
91177308-0d34-0410-b5e6-
96231b3b80d8
}
}
- StringRef getLowerName() const { return lowerName; };
- StringRef getUpperName() const { return upperName; };
- StringRef getAttrName() const { return attrName; };
+ StringRef getLowerName() const { return lowerName; }
+ StringRef getUpperName() const { return upperName; }
+ StringRef getAttrName() const { return attrName; }
// These functions print the argument contents formatted in different ways.
virtual void writeAccessors(raw_ostream &OS) const = 0;