C++: Allow querying virtual, override, and final declaration specifiers.

This commit is contained in:
Alexandre Boulgakov
2021-07-28 14:38:15 +01:00
parent d7c29791de
commit e55bd4fb64
7 changed files with 28 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
lgtm,codescanning
* Virtual function specifiers are now accessible via the new predicates on `Function` (`.isDeclaredVirtual`, `.isOverride`, and `.isFinal`).