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 608ee3a commit 6b578a6Copy full SHA for 6b578a6
clang/utils/TableGen/ClangAttrEmitter.cpp
@@ -1167,8 +1167,8 @@ namespace {
1167
1168
public:
1169
IntegerExprArgument(const Record &Arg, StringRef Attr)
1170
- : ExprArgument(Arg, Attr),
1171
- UndefValue(Arg.getValueAsInt("UndefValue")) {}
+ : ExprArgument(Arg, Attr), UndefValue(Arg.getValueAsInt("UndefValue")) {
+ }
1172
1173
void writeAccessors(raw_ostream &OS) const override {
1174
OS << " " << getType() << " get" << getUpperName() << "() const {\n";
0 commit comments