Merge branch 'main' into destructors-for-unconditional-unnamed

This commit is contained in:
Mathias Vorreiter Pedersen
2024-04-11 09:53:31 +01:00
4 changed files with 56 additions and 14335 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -1,7 +0,0 @@
private import cpp
private import semmle.code.cpp.ir.IR
private import PrintConfig
from Operand a
where not locationIsInStandardHeaders(a.getLocation())
select a, a.getDumpString()