jak-project/common/type_system
Tyler Wilding 090b2984a2
decomp: add docstring support to relevant places in all-types (#1753)
* decomp: add `docstring` support to relevant places in `all-types`

* decomp: output method docstring into the `defmethod` instead

* goalc: handle docstrings in `define[-extern]` (gracefully ignore for now)

* decomp: output docstrings for bitfield deftypes too

* goalc: fix `defenum` parsing when coming from the compiler (no symbol metadata to store to)

* lsp/tests: fix ups

* lint: formatting

* goalc: handle edge-case of defining a string constant

* cleanup leftovers, fix codacy issues, rename struct
2022-08-23 00:32:07 -04:00
..
defenum.cpp decomp: add docstring support to relevant places in all-types (#1753) 2022-08-23 00:32:07 -04:00
defenum.h decomp: add docstring support to relevant places in all-types (#1753) 2022-08-23 00:32:07 -04:00
deftype.cpp decomp: add docstring support to relevant places in all-types (#1753) 2022-08-23 00:32:07 -04:00
deftype.h lint: add include sorting config to clang-format (#1517) 2022-06-22 23:37:46 -04:00
state.cpp lint: add include sorting config to clang-format (#1517) 2022-06-22 23:37:46 -04:00
state.h lint: add include sorting config to clang-format (#1517) 2022-06-22 23:37:46 -04:00
Type.cpp lint: add include sorting config to clang-format (#1517) 2022-06-22 23:37:46 -04:00
Type.h decomp: add docstring support to relevant places in all-types (#1753) 2022-08-23 00:32:07 -04:00
TypeFieldLookup.cpp [decompiler] support for jak 2 (#1781) 2022-08-22 18:53:51 -04:00
TypeSpec.cpp LSP: initial LSP implementation for IR files to assist with decompilation (#1647) 2022-07-18 18:26:57 -04:00
TypeSpec.h lint: add include sorting config to clang-format (#1517) 2022-06-22 23:37:46 -04:00
TypeSystem.cpp decomp: add docstring support to relevant places in all-types (#1753) 2022-08-23 00:32:07 -04:00
TypeSystem.h decomp: add docstring support to relevant places in all-types (#1753) 2022-08-23 00:32:07 -04:00