Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | clang-parser: fix once again UTF-8 comment parsingHEADmaster | Minijackson | 2020-02-23 |
| | |||
* | clang-parser: fix comment parsing with UTF-8 | Minijackson | 2020-02-23 |
| | |||
* | Big clang refactoring | Minijackson | 2020-02-23 |
| | | | | | | | | - Manipulating the entity tree should be much nicer: - "Typesafe type erasure" - Entry API for the tree - *NOT clang specific*: There is now a single entity at the top of the tree: the global namespace scope for the case of C/C++ | ||
* | clang-parser: centralize diagnostic building/reporting | Minijackson | 2020-01-23 |
| | |||
* | clang-parser: parse `//!` style doc-comments | Minijackson | 2020-01-19 |
| | |||
* | clang-parser: really report enum constant values | Minijackson | 2020-01-19 |
| | |||
* | clang-parser: add support for enum | Minijackson | 2020-01-19 |
| | |||
* | clang: allow parse single file + parse typedefs | Minijackson | 2020-01-12 |
| | |||
* | newtype in types, more generator config, parsing -> parser | Minijackson | 2019-12-21 |