Merge branch 'main' into redsun82/rules_rust

This commit is contained in:
Paolo Tranquilli
2025-03-20 12:28:52 +01:00
583 changed files with 12622 additions and 13890 deletions

View File

@@ -0,0 +1 @@
3.11

View File

@@ -29,7 +29,15 @@ module Generated {
/**
* Gets the string representation of this element.
*/
string toString() { none() } // overridden by subclasses
cached
final string toString() { result = this.toStringImpl() }
/**
* INTERNAL: Do not use.
*
* Gets the string representation of this element.
*/
abstract string toStringImpl();
/**
* Gets the name of a primary CodeQL class to which this element belongs.

View File

@@ -43,4 +43,4 @@
- exclude:
tags contain:
- modeleditor
- model-generator
- modelgenerator