Libadalang 24 Release Notes =========================== We present here a few highlights of the new features in Libadalang 24. You can access the complete list `here `__. .. contents:: :local: Vulnerability report -------------------- From 24.2, you can download the Libadalang vulnerability report from the Release Download section. It will provide you the list of the CVEs that can impact this product and the corresponding impact analysis describing whether the product is concerned by each CVE. Support for Data Representation Queries --------------------------------------- Libadalang now supports queries to allow to access to the binary representation of data types. This representation depend on the compiler and switches used, and will be derived from the output of the compilation process. This is similar to ASIS DDA. Improved performances of LKQL ----------------------------- Performances of LKQL (LanKit Query Language) have been improved, both from a memory footprint standpoint and speed of execution, notably thanks to the introduction of a just-in-time compiler. Introduced Error Diagnostic --------------------------- Libadalang is able to provide additional error diagnostics on syntax errors, name resolution errors, and legality rule violations.