Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mark Server::InstanceImpl final #8510

Merged
merged 3 commits into from
Oct 7, 2019
Merged

Conversation

lambdai
Copy link
Contributor

@lambdai lambdai commented Oct 6, 2019

Signed-off-by: Yuchen Dai [email protected]

Description:
Refactor InstanceImpl and remove the only derived test class of InstanceImpl
Mark entire Server::InstanceImpl as final to avoid accidentally invoke virtual function in InstanceImpl constructor.
Massage clang-tidy.

Fixes #8509

Signed-off-by: Yuchen Dai <[email protected]>
lizan
lizan previously approved these changes Oct 6, 2019
Signed-off-by: Yuchen Dai <[email protected]>
@lambdai
Copy link
Contributor Author

lambdai commented Oct 7, 2019

@lizan Thank you!

@lizan lizan merged commit 78a6971 into envoyproxy:master Oct 7, 2019
@lambdai lambdai deleted the clangtidy_server branch October 7, 2019 21:12
nandu-vinodan pushed a commit to nandu-vinodan/envoy that referenced this pull request Oct 17, 2019
Signed-off-by: Yuchen Dai [email protected]

Description:
Refactor InstanceImpl and remove the only derived test class of InstanceImpl
Mark entire Server::InstanceImpl as final to avoid accidentally invoke virtual function in InstanceImpl constructor.
Massage clang-tidy.

Fixes envoyproxy#8509

Signed-off-by: Yuchen Dai <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Clang-tidy report Server::Instance invoke virtual function in constructor
2 participants