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 b363154 commit d183dcdCopy full SHA for d183dcd
cpp/ql/lib/semmle/code/cpp/Element.qll
@@ -192,7 +192,11 @@ class Element extends ElementBase {
192
*/
193
predicate isAffectedByMacro() { affectedByMacro(this) }
194
195
- /** Holds if this element is affected by the expansion of `mi`. */
+ /**
196
+ * INTERNAL: Do not use.
197
+ *
198
+ * Holds if this element is affected by the expansion of `mi`.
199
+ */
200
predicate isAffectedByMacro(MacroInvocation mi) {
201
affectedbymacroexpansion(underlyingElement(this), unresolveElement(mi))
202
}
0 commit comments