mirror of
https://github.com/github/codeql.git
synced 2026-02-12 13:11:20 +01:00
C++: Add 'internal: do not use' comment.
This commit is contained in:
@@ -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))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user