-
Notifications
You must be signed in to change notification settings - Fork 2
/
Changes
63 lines (43 loc) · 1.67 KB
/
Changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
Revision history for Clang
{{$NEXT}}
- Add method to get a cursor's unified symbol resolution (GH#6)
(thanks, @ArthurJahn, @Ziul and @LucianoAlmeida!)
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