mirror of
https://github.com/github/codeql.git
synced 2025-12-21 03:06:31 +01:00
C++/C#: Fix formatting
This commit is contained in:
@@ -12,7 +12,8 @@ private import Imports::Opcode
|
||||
* all of the branches that can appear in that particular stage. The public `Instruction` class for
|
||||
* each phase extends the `TStageInstruction` type for that stage.
|
||||
*/
|
||||
cached newtype TInstruction =
|
||||
cached
|
||||
newtype TInstruction =
|
||||
TRawInstruction(
|
||||
IRFunctionBase irFunc, Opcode opcode, Language::AST ast,
|
||||
IRConstruction::Raw::InstructionTag1 tag1, IRConstruction::Raw::InstructionTag2 tag2
|
||||
|
||||
Reference in New Issue
Block a user