mirror of
https://github.com/github/codeql.git
synced 2026-04-26 17:25:19 +02: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.