diff --git a/cpp/ql/lib/semmle/code/cpp/Element.qll b/cpp/ql/lib/semmle/code/cpp/Element.qll index ffc0ede4daf..17af69eddac 100644 --- a/cpp/ql/lib/semmle/code/cpp/Element.qll +++ b/cpp/ql/lib/semmle/code/cpp/Element.qll @@ -192,7 +192,11 @@ class Element extends ElementBase { */ predicate isAffectedByMacro() { affectedByMacro(this) } - /** Holds if this element is affected by the expansion of `mi`. */ + /** + * INTERNAL: Do not use. + * + * Holds if this element is affected by the expansion of `mi`. + */ predicate isAffectedByMacro(MacroInvocation mi) { affectedbymacroexpansion(underlyingElement(this), unresolveElement(mi)) }