Jonathan Müller
|
9f18b7f4d8
|
Update clang-format
|
2018-09-20 19:57:03 +02:00 |
|
Jonathan Müller
|
61a2a22542
|
Add option to change preprocessor -CC to -C
See #37.
|
2018-03-20 16:12:23 +01:00 |
|
Jonathan Müller
|
c2b86d1cad
|
Fix full path of includes
|
2018-02-21 16:25:46 +01:00 |
|
Jonathan Müller
|
8c426ac115
|
Add fast preprocessing mode
|
2018-02-01 18:27:41 +01:00 |
|
Jonathan Müller
|
4c78c69da0
|
Update copyright year
|
2018-01-26 08:39:09 +01:00 |
|
Jonathan Müller
|
6f128da87f
|
Add default constructor to libclang_parser
|
2017-10-31 15:55:06 +01:00 |
|
Jonathan Müller
|
1b468ea476
|
Dump preprocessed file in verbose mode
|
2017-10-07 09:35:31 +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
|
d14965b24e
|
Add basic compilation database parsing
|
2017-06-23 17:01:42 +02:00 |
|
Jonathan Müller
|
206c771b1d
|
Define macros to detect cppast when parsing the code
|
2017-06-06 14:44:19 +02:00 |
|
Jonathan Müller
|
01b206d453
|
Add simple command line tool to view the AST
|
2017-04-10 19:58:17 +02:00 |
|
Jonathan Müller
|
9c46c96820
|
Fix and test include directive parsing
|
2017-04-03 09:49:29 +02:00 |
|
Jonathan Müller
|
108fd1b2ee
|
Add diagnostic_logger
|
2017-02-16 22:08:56 +01:00 |
|
Jonathan Müller
|
a0c2eece5b
|
Add and use libclang_error exception class
|
2017-02-16 21:33:41 +01:00 |
|
Jonathan Müller
|
0684be5788
|
Add preprocessor
The parser now parses macros and inclusion directives.
|
2017-02-12 21:43:14 +01:00 |
|
Jonathan Müller
|
ac8b81400c
|
Add basic libclang parsing infrastructure
|
2017-02-10 21:49:35 +01:00 |
|