Skip to content

C++: Instantiate model generation library #19295

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 14 commits into from
Apr 23, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
C++: Fix ql-for-ql findings.
  • Loading branch information
MathiasVP committed Apr 20, 2025
commit 1f43e51be426caeb850bc80e4554bbb880f15e28
2 changes: 1 addition & 1 deletion cpp/ql/lib/utils/test/InlineMadTest.qll
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@ private module InlineMadTestLang implements InlineMadTestLangSig {
class Callable = MadRelevantFunction;

/**
* Holds if `c` is the closest `Callable` that suceeds `comment` in the file.
* Holds if `c` is the closest `Callable` that succeeds `comment` in the file.
*/
private predicate hasClosestCallable(CppStyleComment comment, Callable c) {
c =
Original file line number Diff line number Diff line change
@@ -3,7 +3,6 @@
*/

private import cpp
private import semmle.code.cpp.dataflow.new.DataFlow
private import semmle.code.cpp.ir.IR
private import semmle.code.cpp.dataflow.ExternalFlow as ExternalFlow
private import semmle.code.cpp.ir.dataflow.internal.DataFlowImplCommon as DataFlowImplCommon