Skip to content

Mark Server::InstanceImpl final#8510

Merged
lizan merged 3 commits intoenvoyproxy:masterfrom
lambdai:clangtidy_server
Oct 7, 2019
Merged

Mark Server::InstanceImpl final#8510
lizan merged 3 commits intoenvoyproxy:masterfrom
lambdai:clangtidy_server

Conversation

@lambdai
Copy link
Copy Markdown
Contributor

@lambdai lambdai commented Oct 6, 2019

Signed-off-by: Yuchen Dai silentdai@gmail.com

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 <silentdai@gmail.com>
Signed-off-by: Yuchen Dai <silentdai@gmail.com>
lizan
lizan previously approved these changes Oct 6, 2019
Signed-off-by: Yuchen Dai <silentdai@gmail.com>
@lambdai
Copy link
Copy Markdown
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 silentdai@gmail.com

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 <silentdai@gmail.com>
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