Mikhail Glukhikh
|
072757cdde
|
Test: convert IR source ranges test to the new infrastructure
Related to KT-59864, KT-60111, KT-59584
|
2023-10-10 13:38:51 +00:00 |
|
Alexander Udalov
|
6f6bdd8aec
|
IR: change acceptChildren/transformChildren order in IrClass
Traverse properties of supertypes first, and then handle thisReceiver.
This will simplify transition to auto-generated IR.
|
2022-01-19 17:50:35 +01:00 |
|
Georgy Bronnikov
|
c901e82a55
|
IR: add IrSimpleFunction.isInfix
|
2020-07-18 11:03:33 +03:00 |
|
Dmitry Petrov
|
cb1b9c2ccf
|
IR testData: IrSimpleFunction.isOperator
|
2019-11-29 13:53:05 +03:00 |
|
Dmitry Petrov
|
2682057767
|
IR tests: update testData for IrSimpleFunction.isFakeOverride
|
2019-11-01 14:55:09 +03:00 |
|
Dmitry Petrov
|
bdec8b04e8
|
Minor: trim in RenderIrElementVisitor
|
2019-07-31 10:37:35 +03:00 |
|
Dmitry Petrov
|
9a82f926a1
|
IR: descriptor-less rendering of IR elements (work in progress)
|
2019-03-21 11:23:51 +03:00 |
|
Dmitry Petrov
|
e49eae528c
|
IR: don't use descriptors in rendering (work in progress)
There's some descriptor-based code remaining. Need some more work on IR.
|
2019-03-21 11:23:51 +03:00 |
|
Dmitry Petrov
|
1b0d410a6f
|
KT-29862 startOffset of class declaration
NB startOffset of primary class constructor declaration should still
point to the 'class' keyword (because of debugger requirements).
|
2019-02-15 16:25:16 +03:00 |
|
Dmitry Petrov
|
7dd906db44
|
KT-28324 More exact startOffset for function/constructor declarations
Function/constructor declaration start offset is the start offset of the
corresponding declaration token, if available.
|
2018-11-22 10:09:31 +03:00 |
|
Dmitry Savvinov
|
00036ba498
|
[BE IR] Skip comments for determining startOffset of declaration
|
2018-10-31 14:52:03 +03:00 |
|
Dmitry Petrov
|
38e9c86443
|
Update testData for irCfg and sourceRanges tests
|
2018-06-29 14:01:54 +03:00 |
|
Dmitry Petrov
|
fdd000c94f
|
Update testData to new format
|
2018-01-17 12:31:07 +03:00 |
|
Dmitry Petrov
|
8b32d54a62
|
Minor: fix testData format for IR source range tests
|
2017-05-04 09:33:03 +03:00 |
|
Dmitry Petrov
|
a840cf7643
|
Fix source range tests: support "undefined" offsets
|
2017-05-04 09:33:03 +03:00 |
|
Dmitry Petrov
|
2a97fb17ba
|
Fix source information mapping in PsiSourceManager
Add tests for source information mapping
KT-17108 source information corrupted on PSI -> IR transformation
|
2017-03-29 13:03:38 +03:00 |
|