mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
299 B
299 B
category
| category |
|---|
| feature |
- Added classes
RequiresExpr,SimpleRequirementExpr,TypeRequirementExpr,CompoundRequirementExpr, andNestedRequirementExprto represent C++20 requires expressions and the simple, type, compound, and nested requirements that can occur inrequiresexpressions.