[PATCH] D55948: Modify DeclaratorChuck::getFunction to use DeclSpec for qualifiers
Anastasia Stulova via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jan 2 09:54:22 PST 2019
Anastasia marked an inline comment as done.
Anastasia added inline comments.
================
Comment at: lib/Parse/ParseDeclCXX.cpp:2368
}
};
+ DeclSpecCheck(DeclSpec::TQ_const, "const", DS.getConstSpecLoc());
----------------
rjmccall wrote:
> Please remove this dead semicolon since you're touching this code anyway.
Here the semicolon is at the end of a lambda declaration statement.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D55948/new/
https://reviews.llvm.org/D55948
More information about the cfe-commits
mailing list