Skip to content

Commit b1867d8

Browse files
committed
C++: Respond to Copilot comments.
1 parent 05c6fe3 commit b1867d8

5 files changed

Lines changed: 281 additions & 263 deletions

File tree

cpp/ql/lib/ext/Windows.model.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ extensions:
4545
- ["", "", False, "RegQueryMultipleValuesA", "", "", "Argument[*3]", "windows-registry", "manual"]
4646
# TODO: Once we support access paths at sources we should also mark Argument[*1].Field[*ve_valueptr]
4747
- ["", "", False, "RegQueryMultipleValuesW", "", "", "Argument[*3]", "windows-registry", "manual"]
48-
- ["", "", False, "RegEnumValueA", "", "", "Argument[*6]", "windows-registry", "manual"]
49-
- ["", "", False, "RegEnumValueW", "", "", "Argument[*6]", "windows-registry", "manual"]
48+
- ["", "", False, "RegEnumValueA", "", "", "Argument[*2,*6]", "windows-registry", "manual"]
49+
- ["", "", False, "RegEnumValueW", "", "", "Argument[*2,*6]", "windows-registry", "manual"]
5050
- addsTo:
5151
pack: codeql/cpp-all
5252
extensible: summaryModel

0 commit comments

Comments
 (0)