[PATCH] D55321: Do not check for parameters shadowing fields in function declarations
Roman Lebedev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Dec 5 06:41:48 PST 2018
lebedev.ri added inline comments.
================
Comment at: test/SemaCXX/warn-shadow.cpp:236
}
+ void F(int B); // Ok, declaration; not definition.
};
----------------
Can you please also add one function with out-of-line definition?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D55321/new/
https://reviews.llvm.org/D55321
More information about the cfe-commits
mailing list