mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
Merge pull request #17658 from hvitved/shared/cfg-conditional-splitting
Shared `ConditionalCompletionSplitting` implementation
This commit is contained in:
10
shared/util/codeql/util/Void.qll
Normal file
10
shared/util/codeql/util/Void.qll
Normal file
@@ -0,0 +1,10 @@
|
||||
/** Provides the empty `Void` class. */
|
||||
|
||||
/** The empty void type. */
|
||||
private newtype TVoid = TMkVoid() { none() }
|
||||
|
||||
/** The trivial empty type. */
|
||||
final class Void extends TVoid {
|
||||
/** Gets a textual representation of this element. */
|
||||
string toString() { result = "dummy" }
|
||||
}
|
||||
Reference in New Issue
Block a user