We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f6dbe9 commit ad9e7b7Copy full SHA for ad9e7b7
cpp/ql/src/semmle/code/cpp/ir/implementation/raw/internal/InstructionTag.qll
@@ -217,4 +217,8 @@ string getInstructionTagId(TInstructionTag tag) {
217
tag = DynamicInitializationFlagConstantTag() and result = "DynInitFlagConst"
218
or
219
tag = DynamicInitializationFlagStoreTag() and result = "DynInitFlagStore"
220
+ or
221
+ tag = ThisAddressTag() and result = "ThisAddres"
222
223
+ tag = ThisLoadTag() and result = "ThisLoad"
224
}
0 commit comments