Jonathan Müller

Results 18 issues of Jonathan Müller

* cppast version: latest one * parser: `libclang_parser` * clang version: 3.9.1+ When having a pointer/reference to an array, the element type of the array will ignore typedefs and return...

libclang-parser

* cppast version: latest one * parser: `libclang_parser` * clang version: 3.9.1+ An extern template will be treated as a (full) class template specialization. Input: ```cpp template struct foo {};...

libclang-parser

This PR supports MPRIS loop status on linux, enabling `playerctl loop` to fetch and `playerctl loop None/Track/Playlist` to set.

I'd like to have an input option that will treat HTML as literal text. For example: ``` Some text with . ``` Will give only a text node with the...

# Describe the bug We're having a contiguous iterator whose `difference_type` is `int`. STL algorithms then translate it to pointers and back, but doing so they e.g. call the iterator's...

bug

I think cppast has reached the end of its usefulness. * I have no longer a personal use case for cppast, so I am not motivated to spend my free...

`ctti::type_index` should have the full interface as `std::type_index`. Currently only missing the comparison operators. Also, `name()` should really return a `const char*` but this has the null-termination issue discussed in...

The name of the `gnome-settings-daemon` changed.