mirror of
https://github.com/github/codeql.git
synced 2025-12-23 12:16:33 +01:00
renamed "isConstEnum" to "is_const_enum"
This commit is contained in:
@@ -517,7 +517,7 @@ is_computed (int id: @property ref);
|
||||
is_method (int id: @property ref);
|
||||
is_static (int id: @property ref);
|
||||
is_abstract_member (int id: @property ref);
|
||||
isConstEnum (int id: @enumdeclaration ref);
|
||||
is_const_enum (int id: @enumdeclaration ref);
|
||||
isAbstractClass (int id: @classdeclstmt ref);
|
||||
|
||||
hasPublicKeyword (int id: @property ref);
|
||||
|
||||
Reference in New Issue
Block a user