Skip to content

Commit d183dcd

Browse files
committed
C++: Add 'internal: do not use' comment.
1 parent b363154 commit d183dcd

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

cpp/ql/lib/semmle/code/cpp/Element.qll

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,11 @@ class Element extends ElementBase {
192192
*/
193193
predicate isAffectedByMacro() { affectedByMacro(this) }
194194

195-
/** Holds if this element is affected by the expansion of `mi`. */
195+
/**
196+
* INTERNAL: Do not use.
197+
*
198+
* Holds if this element is affected by the expansion of `mi`.
199+
*/
196200
predicate isAffectedByMacro(MacroInvocation mi) {
197201
affectedbymacroexpansion(underlyingElement(this), unresolveElement(mi))
198202
}

0 commit comments

Comments
 (0)