Merge pull request #2148 from Semmle/cpp-454-invalid_key-diagnostic_for

Drop unique diagnostic key on diagnostic_for tuple
This commit is contained in:
Nick Rolfe
2019-10-17 16:51:03 +01:00
committed by GitHub
4 changed files with 3839 additions and 1 deletions

View File

@@ -105,7 +105,7 @@ compilation_time(
*/
#keyset[compilation, file_number, file_number_diagnostic_number]
diagnostic_for(
unique int diagnostic : @diagnostic ref,
int diagnostic : @diagnostic ref,
int compilation : @compilation ref,
int file_number : int ref,
int file_number_diagnostic_number : int ref

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,2 @@
description: Drop unique diagnostic key on diagnostics_for
compatibility: full