mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
739 B
739 B
5.3.0
Deprecated APIs
- The
UnknownDefaultLocation,UnknownExprLocation, andUnknownStmtLocationclasses have been deprecated. UseUnknownLocationinstead.
Minor Analysis Improvements
- The analysis of C/C++ code targeting 64-bit Arm platforms has been improved. This includes support for the Arm-specific builtin functions, support for the
arm_neon.hheader and Neon vector types, and support for thefp8scalar type. Thearm_sve.hheader and scalable vectors are only partially supported at this point. - Added support for
__fp16 _Complexand__bf16 _Complextypes - Added
sql-injectionsink models for the Oracle Call Interface (OCI) database library functionsOCIStmtPrepareandOCIStmtPrepare2.