mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
485 B
485 B
0.3.0
Deprecated APIs
- The
BarrierGuardclass has been deprecated. Such barriers and sanitizers can now instead be created using the newBarrierGuardparameterized module.
New Features
- An
isBracedpredicate was added to theInitializerclass which holds when a C++ braced initializer was used in the initialization.
Bug Fixes
UserType.getADeclarationEntry()now yields all forward declarations when the user type is aclass,struct, orunion.