Mikhail Glukhikh
|
98ea2231f1
|
[FIR] Code cleanup: NodeConfigurator
|
2020-02-05 11:19:25 +03:00 |
|
Mikhail Glukhikh
|
71b0840ef9
|
[FIR] Implement super resolve as a particular tower resolver case
|
2020-02-05 11:19:19 +03:00 |
|
Denis Zharkov
|
8d24e0f842
|
FIR: Add some absent "replace" methods for callable declarations
It's necessary to avoid copying lambdas in LambdaAnalyzerImpl
|
2020-02-04 16:24:01 +03:00 |
|
Denis Zharkov
|
c3e900b945
|
FIR: Make replace function accepting parameter with nullability as-is
|
2020-02-04 16:24:01 +03:00 |
|
Mikhail Glukhikh
|
4f8d0382f7
|
Get rid of FirControlFlowGraphOwner
|
2020-02-04 15:00:11 +03:00 |
|
Mikhail Glukhikh
|
e977c1c076
|
Get rid of name in FirConstructor
|
2020-02-04 15:00:10 +03:00 |
|
Mikhail Glukhikh
|
f20845ba40
|
Get rid of FirMemberFunction
|
2020-02-04 15:00:09 +03:00 |
|
Mikhail Glukhikh
|
677129ad20
|
Get rid of FirNamedDeclaration
|
2020-02-04 15:00:08 +03:00 |
|
Mikhail Glukhikh
|
aeb6f35571
|
Support nullable callable references in FIR resolve
|
2020-02-03 16:45:19 +03:00 |
|
Juan Chen
|
188abc243a
|
[FIR] add vararg arguments support, improve vararg parameters support
|
2020-01-31 16:41:25 +03:00 |
|
Dmitriy Novozhilov
|
f9a4b8f9cb
|
[FIR] Split printer in tree generator to several files
Also use smart printer instead of `PrintWriter`
|
2020-01-30 14:38:02 +03:00 |
|
Dmitriy Novozhilov
|
075068155b
|
[FIR] Delay configuration of nodes in tree generator
|
2020-01-30 14:38:02 +03:00 |
|
Denis Zharkov
|
1cb18a73db
|
FIR: Get rid of old FirImplicitTypeBodyResolveTransformerAdapter
|
2020-01-28 17:03:50 +03:00 |
|
Dmitriy Novozhilov
|
a882cd98ea
|
[FIR] Drop duplicate edges in fir tree graph
|
2020-01-28 14:14:20 +03:00 |
|
Mikhail Glukhikh
|
dc4f332c08
|
[FIR] Implement early calculation of "not SAM" flag for classes
|
2020-01-27 00:34:17 +03:00 |
|
simon.ogorodnik
|
c6e28537ff
|
Create node for FirEnumEntry
|
2020-01-10 10:23:50 +03:00 |
|
Simon Ogorodnik
|
13132e69a3
|
[FIR] Start enum entries reworking
|
2020-01-10 10:23:50 +03:00 |
|
Simon Ogorodnik
|
1715f1a864
|
[FIR] Refactoring: create use-site scopes via scope provider
|
2019-12-30 12:52:58 +03:00 |
|
Mikhail Glukhikh
|
684bdc44bb
|
FIR: add implementation of reified type parameter references
This adds support of T::class.java for reified type parameters
|
2019-12-17 17:28:01 +03:00 |
|
Mark Punzalan
|
692a83f7bb
|
[FIR] Add FirCheckNotNullCall converted to CHECK_NOT_NULL intrinsic
function call.
|
2019-12-11 16:54:15 +03:00 |
|
Dmitriy Novozhilov
|
b76c984b26
|
[FIR] Support IntegerLiteralTypes
|
2019-12-09 17:24:26 +03:00 |
|
Dmitriy Novozhilov
|
5577f0f8cb
|
[TMP] Make context in inference components universal
|
2019-12-09 15:28:24 +03:00 |
|
Mikhail Glukhikh
|
8808c775a4
|
Introduce FirResolvedTypeRef.delegatedTypeRef to see children types in IDE
This is needed to have access to resolved children types (e.g. type arguments) from IDE
|
2019-12-05 18:02:02 +03:00 |
|
Dmitriy Novozhilov
|
38c1a50c1d
|
[FIR] Resolve delegating constructor calls
|
2019-12-05 17:47:15 +03:00 |
|
Simon Ogorodnik
|
e5f60253f7
|
[FIR] Improve path usages in generator, provide default output
|
2019-11-29 18:04:48 +03:00 |
|
Dmitriy Novozhilov
|
43e621530f
|
[FIR] Add type parameters to FirQualifierExpression
It is needed for resolving qualifiers with type arguments
like `Array<String>::class`
|
2019-11-25 14:44:44 +03:00 |
|
Dmitriy Novozhilov
|
35dd1cf75a
|
[FIR] Fix binding return expression to function
|
2019-11-19 10:43:46 +03:00 |
|
Dmitriy Novozhilov
|
99da7272f5
|
[FIR] Change children order in FirConstructor
|
2019-11-19 10:43:45 +03:00 |
|
Denis Zharkov
|
3a4f9e9109
|
FIR: Drop FirClassLikeDeclaration::supertypesComputationStatus
It became unused with rewritten supertype resolution
|
2019-11-13 10:52:24 +03:00 |
|
Dmitriy Novozhilov
|
18dc652404
|
[FIR] Get rid of operation in FirVariableAssignment
`FirVariableAssignment` is creates only for expressions `x = y`
For other assign operators there is a `FirOperatorCall`
|
2019-11-08 12:12:39 +03:00 |
|
Mikhail Glukhikh
|
60e6d2e521
|
Resolve local declaration statuses & types inside bodies in FirBodyResolveTransformer
|
2019-11-06 13:19:10 +03:00 |
|
Dmitriy Novozhilov
|
01f09af608
|
[FIR] Fix generated name for FirErrorNameReferenceImpl
|
2019-11-01 13:24:57 +03:00 |
|
Dmitriy Novozhilov
|
8b5f568a15
|
[FIR] Introduce FirDiagnostic in FIR instead of errorReason
|
2019-11-01 10:25:34 +03:00 |
|
Mikhail Glukhikh
|
d4af35d794
|
FIR: add substitution for Java fields
|
2019-10-30 12:55:37 +03:00 |
|
Mikhail Glukhikh
|
e1c889e871
|
Make FirClass a kind of FirClassLikeDeclaration, introduce FirRegularClass/AnonymousObject symbols
|
2019-10-29 16:27:41 +03:00 |
|
Dmitriy Novozhilov
|
0d15ff1ddd
|
[FIR] Introduce FirSourceElement instead of FirElement as source in fir nodes
|
2019-10-29 13:03:13 +03:00 |
|
Dmitriy Novozhilov
|
18c3d1c140
|
[FIR] Add contract description classes to fir
|
2019-10-29 13:03:12 +03:00 |
|
Denis Zharkov
|
7ae3eda37f
|
FIR: Rename FirResolvedRealCallableReference -> FirResolvedCallableReference
^KT-32725 In Progress
|
2019-10-28 17:07:19 +03:00 |
|
Denis Zharkov
|
1564e72b59
|
FIR: Rename FirResolvedCallableReference -> FirResolvedNamedReference
^KT-32725 In Progress
|
2019-10-28 17:07:18 +03:00 |
|
Denis Zharkov
|
cdb2bb2b45
|
FIR: Prepare tree for callable references resolution
^KT-32725 In Progress
|
2019-10-28 17:04:44 +03:00 |
|
Dmitriy Novozhilov
|
615d3aafef
|
[FIR] Automatically generated abstract classes instead of interfaces if possible
|
2019-10-18 16:45:14 +03:00 |
|
Dmitriy Novozhilov
|
f8f2d8b9a1
|
[FIR] Add FirAbstractElement as base type for all fir node implementations
|
2019-10-17 16:20:59 +03:00 |
|
Dmitriy Novozhilov
|
f19a878948
|
[FIR] Add exhaustive checker for when expressions
Also remove generating default else branch introduced in 38fa0122 and 54eb4cf9
|
2019-10-17 16:20:59 +03:00 |
|
Dmitriy Novozhilov
|
59fd47bfd0
|
[FIR] Add special node for sealed classes
|
2019-10-17 16:20:59 +03:00 |
|
Dmitriy Novozhilov
|
2ec305b34e
|
[FIR] Don't generate replace and transform in implementations with kind = Interface
|
2019-10-17 16:20:58 +03:00 |
|
Dmitriy Novozhilov
|
f86f582922
|
[FIR] Automatically make field mutable if it has replace function
|
2019-10-17 16:20:58 +03:00 |
|
Dmitriy Novozhilov
|
89fc17da41
|
[FIR] Allow generate boolean fields with replace
|
2019-10-17 16:20:58 +03:00 |
|
Dmitriy Novozhilov
|
dc1874af3c
|
[FIR] Add empty line at the end of generated fir tree files
|
2019-10-10 20:45:21 +03:00 |
|
Dmitriy Novozhilov
|
0c27b863b0
|
[FIR] Add Readme for tree generator
|
2019-10-10 17:53:31 +03:00 |
|
Dmitriy Novozhilov
|
a8192dba90
|
[FIR] Remove old visitor generator and configure gradle task for tree generator
|
2019-10-10 17:53:30 +03:00 |
|