C++: Add copy-pasted files from C#.

This commit is contained in:
Mathias Vorreiter Pedersen
2025-04-11 19:36:36 +01:00
parent 09ebd6e87d
commit 1465058da0
15 changed files with 157 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
private import cpp as Cpp
private import codeql.mad.modelgenerator.internal.ModelPrinting
private import CaptureModels::ModelGeneratorInput as ModelGeneratorInput
private module ModelPrintingLang implements ModelPrintingLangSig {
class Callable = Cpp::Declaration;
predicate partialModelRow = ModelGeneratorInput::partialModelRow/2;
predicate partialNeutralModelRow = ModelGeneratorInput::partialNeutralModelRow/2;
}
import ModelPrintingImpl<ModelPrintingLang>