Skip to content

Commit 176d767

Browse files
authored
Merge pull request #2148 from Semmle/cpp-454-invalid_key-diagnostic_for
Drop unique diagnostic key on diagnostic_for tuple
2 parents 9995c12 + 4e345fb commit 176d767

File tree

4 files changed

+3839
-1
lines changed

4 files changed

+3839
-1
lines changed

cpp/ql/src/semmlecode.cpp.dbscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ compilation_time(
105105
*/
106106
#keyset[compilation, file_number, file_number_diagnostic_number]
107107
diagnostic_for(
108-
unique int diagnostic : @diagnostic ref,
108+
int diagnostic : @diagnostic ref,
109109
int compilation : @compilation ref,
110110
int file_number : int ref,
111111
int file_number_diagnostic_number : int ref

0 commit comments

Comments
 (0)