Skip to content

Releases: AmrDeveloper/ClangQL

0.9.0

12 Jan 16:54
Compare
Choose a tag to compare
  • Restructure the parser and data provider for speedup and fix memory issues.
  • Implement is_virtual, is_pure_virtual and is_method functions.
  • Implement is_static, is_const and is_deleted functions.
  • Implement m_function, m_virtual and m_pure_virtual matchers functions.
  • Implement m_static, m_const, m_method and m_deleted matchers functions.
  • Implement m_constructor and m_destructor matchers functions.
  • Implement m_default_constructor, m_copy_destructor, m_move_destructor matchers functions.
  • Implement m_converting_constructor matchers functions.
  • Implement m_public, m_protected and m_private matchers functions.
  • Implement m_oneof, m_allof and m_noneof combine matchers functions.
  • Implement Combine and, or and xor for Function Matcher.
  • Create new GitQL Custom type to allow advanced analysis.
  • Support script file mode.

0.8.0

06 Jan 17:44
Compare
Choose a tag to compare

0.6.0

14 Jun 12:03
Compare
Choose a tag to compare
  • Migrate to GitQL SDK 0.23.0

0.5.0

12 Jun 18:15
Compare
Choose a tag to compare
  • Migrate GitQL SDK to 0.22.0
  • Support query name and location of union.

0.3.0

10 May 06:31
Compare
Choose a tag to compare
  • Support query name, is_struct, location for classes.
  • Support query methods_count, fields_count for class.
  • Support query bases_count for class
  • Speedup parsing functions.
  • Support query struct and class info.
  • Support query enum name, constants_count and type_literal.
  • Support query size and align of class.

0.2.0

26 Apr 15:26
Compare
Choose a tag to compare
  • Support query name, class_name, return_type for methods in structs or classes.
  • Support query is_template option in Function model.
  • Support query is_static, is_const option in Function model.
  • Support query is_method, is_variadic option in Function model.
  • Support query is_virtual, is_pure_virtual option in Function model.
  • Support query access_modifier option in Function model.
  • Support query global variables name, type and is_volatile