File tree Expand file tree Collapse file tree 1 file changed +13
-2
lines changed
Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change 11Change Log
22==========
33
4+ Version 0.3.0 * (2024-05-10)*
5+ -----------------------------
6+
7+ * Support query ` name ` , ` is_struct ` , ` location ` for classes.
8+ * Support query ` methods_count ` , ` fields_count ` for class.
9+ * Support query ` bases_count ` for class
10+ * Speedup parsing functions.
11+ * Support query struct and class info.
12+ * Support query enum ` name ` , ` constants_count ` and ` type_literal ` .
13+ * Support query ` size ` and ` align ` of class.
14+
415Version 0.2.0 * (2024-04-26)*
516-----------------------------
617
@@ -10,9 +21,9 @@ Version 0.2.0 *(2024-04-26)*
1021* Support query ` is_method ` , ` is_variadic ` option in Function model.
1122* Support query ` is_virtual ` , ` is_pure_virtual ` option in Function model.
1223* Support query ` access_modifier ` option in Function model.
13- * Support query global variables ` name ` , ` type ` and ` is_volatile `
24+ * Support query global variables ` name ` , ` type ` and ` is_volatile ` .
1425
1526Version 0.1.0 * (2024-04-05)*
1627-----------------------------
1728
18- * First release of ClangQL
29+ * First release of ClangQL.
You can’t perform that action at this time.
0 commit comments