mirror of
https://github.com/github/codeql.git
synced 2026-04-26 17:25:19 +02:00
Address review comments
This commit is contained in:
@@ -20,7 +20,7 @@ class CtorAttr extends Attr {
|
||||
string whichAttr;
|
||||
|
||||
CtorAttr() {
|
||||
whichAttr = this.getMeta().getPath().getPart().getNameRef().getText() and
|
||||
whichAttr = this.getMeta().getPath().getText() and
|
||||
whichAttr = ["ctor", "dtor"]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user