We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0329327 commit 30d2b86Copy full SHA for 30d2b86
cpp/ql/src/semmle/code/cpp/ir/implementation/raw/internal/TranslatedElement.qll
@@ -402,9 +402,7 @@ newtype TTranslatedElement =
402
translateFunction(func)
403
)
404
} or
405
- TTranslatedEllipsisParameter(Function func) {
406
- translateFunction(func) and func.isVarargs()
407
- } or
+ TTranslatedEllipsisParameter(Function func) { translateFunction(func) and func.isVarargs() } or
408
TTranslatedReadEffects(Function func) { translateFunction(func) } or
409
// The read side effects in a function's return block
410
TTranslatedReadEffect(Parameter param) {
0 commit comments