Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | collect all submodules | Aleksey Kladov | 2018-11-05 | 1 | -2/+2 |
| | |||||
* | submodules works with module sources | Aleksey Kladov | 2018-11-05 | 1 | -2/+2 |
| | |||||
* | remove SyntaxPtrDatabase | Aleksey Kladov | 2018-11-01 | 1 | -2/+2 |
| | |||||
* | Reformat all | Aleksey Kladov | 2018-10-31 | 1 | -22/+17 |
| | |||||
* | Add DeclarationDescriptor and ReferenceDescriptor | Jeremy A. Kolb | 2018-10-31 | 1 | -3/+54 |
| | | | | | Fixes #142 Fixes #146 | ||||
* | Move FnDescriptors to analyzer | Aleksey Kladov | 2018-10-31 | 1 | -52/+36 |
| | |||||
* | switch to TextRange::subrange | Aleksey Kladov | 2018-10-30 | 1 | -2/+1 |
| | |||||
* | Introduce ModuleId | Aleksey Kladov | 2018-10-23 | 1 | -0/+63 |
Previously, module was synonym with a file, and so a module could have had several parents. This commit introduces a separate module concept, such that each module has only one parent, but a single file can correspond to different modules. |