All languages: Add getPrimaryQlClasses()

This is a non-overridable predicate that concatenates all the
getAPrimaryQlClass() results into a comma-separated string.
This commit is contained in:
Ian Lynagh
2021-08-23 13:12:47 +01:00
parent 0210d85ce8
commit a9db1c52e5
13 changed files with 34 additions and 6 deletions

View File

@@ -0,0 +1,2 @@
lgtm,codescanning
* Added `ElementBase.getPrimaryQlClasses()` predicate, which gets a comma-separated list of the names of the primary CodeQL classes to which this element belongs.