mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Merge branch 'main' into redsun82/rules_rust
This commit is contained in:
1
misc/codegen/.python-version
Normal file
1
misc/codegen/.python-version
Normal file
@@ -0,0 +1 @@
|
||||
3.11
|
||||
@@ -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.
|
||||
|
||||
@@ -43,4 +43,4 @@
|
||||
- exclude:
|
||||
tags contain:
|
||||
- modeleditor
|
||||
- model-generator
|
||||
- modelgenerator
|
||||
|
||||
Reference in New Issue
Block a user