mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Update cpp/ql/lib/semmle/code/cpp/controlflow/IRGuards.qll
Co-authored-by: Anders Schack-Mulligen <aschackmull@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
c1c1f60241
commit
1b2bd30a29
@@ -322,7 +322,7 @@ module GuardsInput implements SharedGuards::InputSig<Cpp::Location, Instruction,
|
|||||||
/**
|
/**
|
||||||
* A non-overridable function.
|
* A non-overridable function.
|
||||||
*
|
*
|
||||||
* This function is non-overrideable either because it is not a member function, or
|
* This function is non-overridable either because it is not a member function, or
|
||||||
* because it is a final member function.
|
* because it is a final member function.
|
||||||
*/
|
*/
|
||||||
class NonOverridableMethod extends FinalMethod {
|
class NonOverridableMethod extends FinalMethod {
|
||||||
|
|||||||
Reference in New Issue
Block a user