Revision history for Clang
0.09 2015-06-20 18:48:51+02:00 Europe/Rome
- Add methods to determine whether a cursor represents a virtual method
or a pure virtual method (GH#5) (thanks, @ArthurJahn!)
- Add method to get a cursor's number of arguments (GH#5)
(thanks, @Ziul, @LucianoAlmeida!)
0.08 2015-05-26 14:00:26+02:00 Europe/Rome
- Return cursor's final line and column from Cursor -> location()
(GH#3) (thanks, @gutorc92!)
- Add method to retrieve cursor's access specifier (GH#4)
(thanks, @gutorc92 and @lucasmoura!)
0.07 2015-04-23 20:09:52+02:00 Europe/Rome
- Build with libclang v3.5 (GH#2) (thanks, @ArthurJahn!)
- Do not suggest perl version in the example
- Various test fixes
0.06 2012-08-20 13:20:25 Europe/Rome
- Assorted fixes
0.05 2012-07-23 20:09:25 Europe/Rome
- Add Clang::Diagnostic class
0.04 2012-07-22 12:44:01 Europe/Rome
- Improve documentation (no functional changes)
- Remove debug output
0.03 2012-07-17 12:21:56 Europe/Rome
- Rename Clang::Index::* modules to Clang::* (incompatible change)
- Add methods to Clang::CursorKind:
+ is_declaration()
+ is_reference( )
+ is_expression()
+ is_statement()
+ is_attribute()
+ is_invalid()
+ is_tunit()
+ is_preprocessing()
+ is_unexposed()
- Add Clang -> type() method and Clang::Type class
- Improve documentation (no functional changes)
0.02 2012-07-16 12:30:41 Europe/Rome
- Improve documentation (no functional changes)
0.01 2012-07-16 12:04:55 Europe/Rome
- Initial version