Jonathan Müller
|
23888ca9c4
|
Workaround libclang issue with USR of conversion function
|
2017-06-23 14:05:46 +02:00 |
|
Jonathan Müller
|
7a9f6fdfac
|
Improve function scope parsing
|
2017-06-23 09:34:36 +02:00 |
|
Jonathan Müller
|
bf35018bdf
|
Fix libclang issue with USR, partial class template specialization and ref qualifiers
|
2017-06-22 13:57:59 +02:00 |
|
Jonathan Müller
|
13d9ac6147
|
Skip attribute cursors
|
2017-06-22 13:57:59 +02:00 |
|
Jonathan Müller
|
fd449dde4a
|
Store full path of header as well
|
2017-06-20 22:17:44 +02:00 |
|
Jonathan Müller
|
1420abc81b
|
Add .travis.yml
|
2017-04-21 10:12:06 +02:00 |
|
Jonathan Müller
|
f1fc25387e
|
Fix USR collision with SFINAE in return type
|
2017-04-12 17:56:35 +02:00 |
|
Jonathan Müller
|
4db09778b5
|
Add and parse cpp_static_assert
|
2017-04-11 20:37:24 +02:00 |
|
Jonathan Müller
|
da5b46fdb7
|
Add debug logging facility
|
2017-04-06 12:09:29 +02:00 |
|
Jonathan Müller
|
c3d1d97892
|
Add and parse cpp_friend
Only works in clang>=4.
|
2017-04-06 11:45:17 +02:00 |
|
Jonathan Müller
|
e10a41fea8
|
Add proper build system
|
2017-04-02 18:38:28 +02:00 |
|
Jonathan Müller
|
df684694cc
|
Add and parse unexposed entity
|
2017-03-30 12:04:18 +02:00 |
|
Jonathan Müller
|
1bbc962b8c
|
Parse cpp_class_template_specialization
|
2017-03-27 11:51:30 +02:00 |
|
Jonathan Müller
|
22fd582756
|
Parse cpp_class_template
|
2017-03-27 11:34:51 +02:00 |
|
Jonathan Müller
|
bf7c85a9dd
|
Parse cpp_function_template_specialization
|
2017-03-27 10:07:13 +02:00 |
|
Jonathan Müller
|
eeb48f1df5
|
Parse cpp_function_template
|
2017-03-25 14:34:04 +01:00 |
|
Jonathan Müller
|
d6f0997fb6
|
Parse cpp_alias_template
|
2017-03-24 16:49:31 +01:00 |
|
Jonathan Müller
|
cd4a25e959
|
Parse template parameters and part of alias template
|
2017-03-23 09:10:14 +01:00 |
|
Jonathan Müller
|
183aeaafde
|
Parse documentation comments
|
2017-03-16 11:49:37 +01:00 |
|
Jonathan Müller
|
e787b845d5
|
Parse cpp_destructor
|
2017-03-12 18:38:31 +01:00 |
|
Jonathan Müller
|
68c74a9f07
|
Parse cpp_constructor
|
2017-03-12 18:18:26 +01:00 |
|
Jonathan Müller
|
8691628ec5
|
Parse cpp_converison_op
|
2017-03-12 17:43:57 +01:00 |
|
Jonathan Müller
|
85ca226117
|
Parse cpp_member_function
|
2017-03-12 16:04:28 +01:00 |
|
Jonathan Müller
|
39b5b01ae3
|
Parse static class functions
|
2017-03-12 12:28:11 +01:00 |
|
Jonathan Müller
|
9267bbbff2
|
Parse free functions
|
2017-03-11 18:08:06 +01:00 |
|
Jonathan Müller
|
c87b296d4e
|
Parse cpp_member_variable and cpp_bitfield
|
2017-02-25 11:17:18 +01:00 |
|
Jonathan Müller
|
51bdbca81d
|
Parse cpp_variable
|
2017-02-24 22:29:48 +01:00 |
|
Jonathan Müller
|
e0b76a07d0
|
Parse cpp_class
|
2017-02-23 21:34:36 +01:00 |
|
Jonathan Müller
|
a47e66e2c4
|
Parse enums
|
2017-02-23 21:30:44 +01:00 |
|
Jonathan Müller
|
0794ff1420
|
Parse typedefs
|
2017-02-23 15:45:34 +01:00 |
|
Jonathan Müller
|
b183513166
|
Parse cpp_type_alias and simple cpp_type's
|
2017-02-22 22:42:20 +01:00 |
|
Jonathan Müller
|
a38641ecb1
|
Add diagnostic on ignored cursor type
|
2017-02-22 20:49:20 +01:00 |
|
Jonathan Müller
|
8d864bdbe1
|
Parse cpp_language_linkage
|
2017-02-22 20:44:19 +01:00 |
|
Jonathan Müller
|
087b9583ff
|
Parse cpp_using_directive/declaration
Both of them now also don't have a name() anymore as it was inconsistent with get_full_name().
|
2017-02-22 20:09:40 +01:00 |
|
Jonathan Müller
|
45e9e5305b
|
Parse cpp_namespace_alias
|
2017-02-22 11:04:34 +01:00 |
|
Jonathan Müller
|
ce69b0157f
|
Parse cpp_namespace
|
2017-02-21 22:36:38 +01:00 |
|
Jonathan Müller
|
51567da741
|
Add actual parse framework
|
2017-02-21 22:10:41 +01:00 |
|