mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
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:
@@ -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
|
||||
|
||||
1918
cpp/upgrades/eb4aee70e25cada13103d62ab38afedb5ceac08f/old.dbscheme
Normal file
1918
cpp/upgrades/eb4aee70e25cada13103d62ab38afedb5ceac08f/old.dbscheme
Normal file
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,2 @@
|
||||
description: Drop unique diagnostic key on diagnostics_for
|
||||
compatibility: full
|
||||
Reference in New Issue
Block a user