Ian Lynagh
|
76ca0b2776
|
Kotlin: Pull Kotlin type for localvars out into its own table
|
2022-05-10 19:51:15 +01:00 |
|
Ian Lynagh
|
7862229807
|
Kotlin: Pull Kotlin type for params out into its own table
|
2022-05-10 19:51:15 +01:00 |
|
Ian Lynagh
|
dc26abe341
|
Kotlin: Pull Kotlin type for methods/constrs out into their own tables
|
2022-05-10 19:51:15 +01:00 |
|
Ian Lynagh
|
ee008773dc
|
Kotlin: Pull Kotlin type for fields out into its own table
|
2022-05-10 19:51:15 +01:00 |
|
Ian Lynagh
|
7c03ed99dc
|
Java/Kotlin: Add File.is{,Java,Kotlin}SourceFile()
|
2022-05-10 19:51:10 +01:00 |
|
Ian Lynagh
|
e6e56238c5
|
Kotlin: Handle properties better
|
2022-05-10 19:51:03 +01:00 |
|
Chris Smowton
|
1b7e33b6e3
|
Remove Kotlin element and component type from arrays
Now that these are no longer required, array extraction can extract kt-types consistently with other parameterised classes.
|
2022-05-10 19:51:03 +01:00 |
|
Ian Lynagh
|
87b433142c
|
Kotlin: Add support for Kotlin type aliases
|
2022-05-10 19:51:01 +01:00 |
|
Ian Lynagh
|
6cf0b755f0
|
Kotlin: Add KotlinType to localvars
|
2022-05-10 19:51:00 +01:00 |
|
Ian Lynagh
|
06a41b3923
|
Kotlin: Add KotlinTypes to arrays
|
2022-05-10 19:51:00 +01:00 |
|
Ian Lynagh
|
ef22194eed
|
Kotlin: Add KotlinType to params
|
2022-05-10 19:51:00 +01:00 |
|
Ian Lynagh
|
0d5e471b96
|
Kotlin: Give methods and constructors a KotlinType
|
2022-05-10 19:51:00 +01:00 |
|
Ian Lynagh
|
c20ee76826
|
Kotlin: Give fields a Kotlin type
This meant refactoring the EnumEntry extraction a bit. The IR doesn't
give us a type for fields, so we have to make it up based on the parent.
|
2022-05-10 19:51:00 +01:00 |
|
Ian Lynagh
|
14a10564f3
|
Kotlin: Fix File locations, and fromSource/hasSourceLocation for Kotlin code
|
2022-05-10 18:46:01 +01:00 |
|
Erik Krogh Kristensen
|
caeeebf572
|
add explicit this qualifier on all of java
|
2021-10-15 15:27:37 +02:00 |
|
Rasmus Wriedt Larsen
|
987b573709
|
Fix hasLocationInfo URL reference
Follow up to https://github.com/github/codeql/pull/5830
|
2021-09-29 13:47:58 +02:00 |
|
Tom Hvitved
|
9fdcacd865
|
Java: Drop redundant columns from files and folders relations
|
2021-09-13 16:09:47 +02:00 |
|
Ian Lynagh
|
4fbb165dce
|
Java: Use the standard URL format for Location.toString()
|
2021-09-13 12:53:50 +01:00 |
|
Ian Lynagh
|
a9db1c52e5
|
All languages: Add getPrimaryQlClasses()
This is a non-overridable predicate that concatenates all the
getAPrimaryQlClass() results into a comma-separated string.
|
2021-08-23 15:49:10 +01:00 |
|
Andrew Eisenberg
|
8e750f18ad
|
Packaging: Java refactoring
Split java pack into `codeql/java-all` and `codeql/java-queries`.
|
2021-08-19 14:09:35 -07:00 |
|