mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +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
|
* 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.
|
* each phase extends the `TStageInstruction` type for that stage.
|
||||||
*/
|
*/
|
||||||
cached newtype TInstruction =
|
cached
|
||||||
|
newtype TInstruction =
|
||||||
TRawInstruction(
|
TRawInstruction(
|
||||||
IRFunctionBase irFunc, Opcode opcode, Language::AST ast,
|
IRFunctionBase irFunc, Opcode opcode, Language::AST ast,
|
||||||
IRConstruction::Raw::InstructionTag1 tag1, IRConstruction::Raw::InstructionTag2 tag2
|
IRConstruction::Raw::InstructionTag1 tag1, IRConstruction::Raw::InstructionTag2 tag2
|
||||||
|
|||||||
@@ -12,7 +12,8 @@ private import Imports::Opcode
|
|||||||
* all of the branches that can appear in that particular stage. The public `Instruction` class for
|
* 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.
|
* each phase extends the `TStageInstruction` type for that stage.
|
||||||
*/
|
*/
|
||||||
cached newtype TInstruction =
|
cached
|
||||||
|
newtype TInstruction =
|
||||||
TRawInstruction(
|
TRawInstruction(
|
||||||
IRFunctionBase irFunc, Opcode opcode, Language::AST ast,
|
IRFunctionBase irFunc, Opcode opcode, Language::AST ast,
|
||||||
IRConstruction::Raw::InstructionTag1 tag1, IRConstruction::Raw::InstructionTag2 tag2
|
IRConstruction::Raw::InstructionTag1 tag1, IRConstruction::Raw::InstructionTag2 tag2
|
||||||
|
|||||||
Reference in New Issue
Block a user