Jonathan Müller
|
dbececfb04
|
Add comment code generation text
|
2017-09-20 12:43:30 +02:00 |
|
Jonathan Müller
|
1c15e7fdc3
|
Fix compilation under clang 5
|
2017-09-19 20:53:05 +02:00 |
|
Jonathan Müller
|
ffbe878fcb
|
Add user data pointer to entities
|
2017-09-15 11:51:25 +02:00 |
|
Jonathan Müller
|
0d549ce3d1
|
Pass current access specifier to visitors
|
2017-07-19 13:00:40 +02:00 |
|
Jonathan Müller
|
9c8260e685
|
[breaking] Change signature of do_get_options()
|
2017-07-19 12:49:41 +02:00 |
|
Jonathan Müller
|
bb4527ff93
|
Add access specifier to visitor_info
|
2017-07-19 08:29:24 +02:00 |
|
Jonathan Müller
|
0c4de49234
|
Pass current access specifier to code generator
|
2017-07-18 23:08:53 +02:00 |
|
Jonathan Müller
|
ad2d0f34f9
|
Add a couple of code gnerator flags
|
2017-07-17 17:24:55 +02:00 |
|
Jonathan Müller
|
495b82158d
|
Hide noexcept condition
|
2017-07-17 16:36:59 +02:00 |
|
Jonathan Müller
|
38dd1c9d18
|
Hide macro replacement
|
2017-07-17 16:24:21 +02:00 |
|
Jonathan Müller
|
4e06906876
|
Fix code generation exclusion
|
2017-07-17 16:18:14 +02:00 |
|
Jonathan Müller
|
68f2ab91a0
|
Override scope_name() in templates
|
2017-07-14 15:14:24 +02:00 |
|
Jonathan Müller
|
93d2c58f7f
|
Add signature() to cpp_function_base
|
2017-07-10 19:26:55 +02:00 |
|
Jonathan Müller
|
592eb0284f
|
Add database support to tool
|
2017-07-04 12:49:33 +02:00 |
|
Jonathan Müller
|
3c9d53ae0c
|
Extract logger into own header
|
2017-06-28 18:20:24 +02:00 |
|
Jonathan Müller
|
63c1fd50e7
|
Add compilation database parsing and FileParser
Closes #19.
|
2017-06-27 22:40:09 +02:00 |
|
Jonathan Müller
|
3677aeb564
|
Add support for drive letters
Windows...
|
2017-06-27 21:58:17 +02:00 |
|
Jonathan Müller
|
abb2ba33d0
|
Add resolve_includes() function
|
2017-06-27 21:03:12 +02:00 |
|
Jonathan Müller
|
7092946091
|
Add parse_database() function
|
2017-06-27 16:42:59 +02:00 |
|
Jonathan Müller
|
38831db073
|
Add parse_files() utility function
|
2017-06-27 16:42:59 +02:00 |
|
Jonathan Müller
|
6b7ca183f9
|
Add default_logger() and default_verbose_logger()
|
2017-06-27 16:42:59 +02:00 |
|
Jonathan Müller
|
44708fff76
|
[breaking] Move error_logged() from logger to parser
|
2017-06-27 16:42:59 +02:00 |
|
Jonathan Müller
|
6dd85cb7a7
|
Silently ignore multiple registration of files
|
2017-06-27 16:42:59 +02:00 |
|
Jonathan Müller
|
d14965b24e
|
Add basic compilation database parsing
|
2017-06-23 17:01:42 +02:00 |
|
Jonathan Müller
|
1053429b00
|
Fix issue with duplicated entity definition
Closes #21.
|
2017-06-23 17:00:57 +02:00 |
|
Jonathan Müller
|
4534bd2842
|
Workaround converison operator parsing bug
|
2017-06-23 14:05:46 +02:00 |
|
Jonathan Müller
|
204961b7b1
|
Throw exception on multiple parse error
|
2017-06-23 14:05:46 +02:00 |
|
Jonathan Müller
|
23888ca9c4
|
Workaround libclang issue with USR of conversion function
|
2017-06-23 14:05:46 +02:00 |
|
Jonathan Müller
|
70ac5cf111
|
Add integration test that parses the standard library
|
2017-06-23 09:43:17 +02:00 |
|
Jonathan Müller
|
28bb72850a
|
Run all tests on appveyor
|
2017-06-23 09:34:37 +02:00 |
|
Jonathan Müller
|
4583a2dd03
|
Run all tests on Travis
|
2017-06-23 09:34:37 +02:00 |
|
Jonathan Müller
|
bcf65703d7
|
Add integration test parsing the standard library
|
2017-06-23 09:34:37 +02:00 |
|
Jonathan Müller
|
e355e7a653
|
Fix empty arguments to template instantiation
|
2017-06-23 09:34:36 +02:00 |
|
Jonathan Müller
|
232842f2f6
|
Fix constructor prefix skipping
|
2017-06-23 09:34:36 +02:00 |
|
Jonathan Müller
|
7a9f6fdfac
|
Improve function scope parsing
|
2017-06-23 09:34:36 +02:00 |
|
Jonathan Müller
|
c07f80ccf3
|
Improve skip brackets heuristic
|
2017-06-22 13:57:59 +02:00 |
|
Jonathan Müller
|
7e71a64437
|
Allow function names enclosed in parenthesis
|
2017-06-22 13:57:59 +02:00 |
|
Jonathan Müller
|
35c090e7c3
|
Put full path in quotes
|
2017-06-22 13:57:59 +02:00 |
|
Jonathan Müller
|
9590b63c2c
|
Fix missing paren in destructor tokens
|
2017-06-22 13:57:59 +02:00 |
|
Jonathan Müller
|
f596ef398f
|
Don't generate override and final on definitions
|
2017-06-22 13:57:59 +02:00 |
|
Jonathan Müller
|
b5a5e42955
|
Fix out-of-class destructor definition
|
2017-06-22 13:57:59 +02:00 |
|
Jonathan Müller
|
e6271f4c0d
|
Silently ignore _Complex types
|
2017-06-22 13:57:59 +02:00 |
|
Jonathan Müller
|
43e50599e7
|
Make using declaration parser more robust
|
2017-06-22 13:57:59 +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
|
b0cd795836
|
Hide wrong warnings if header files are parsed directly
|
2017-06-20 22:17:44 +02:00 |
|
Jonathan Müller
|
084d8050b9
|
Allow attribute after namespace name
|
2017-06-20 22:17:44 +02:00 |
|
Jonathan Müller
|
d6e993a7b2
|
Optimize preprocessing string searching/comparing
|
2017-06-20 22:17:44 +02:00 |
|
Jonathan Müller
|
fd449dde4a
|
Store full path of header as well
|
2017-06-20 22:17:44 +02:00 |
|
Jonathan Müller
|
6d261cef16
|
Add parser macro for the parsed code
This allows detection of the cppast "compiler" from the code that is
being compiled.
|
2017-06-09 19:53:27 +02:00 |
|