Change @kind to 'table' for test and sanity checks queries that don't select problems

This commit is contained in:
Arthur Baars
2019-03-30 11:35:15 +01:00
parent 52d8ca09ab
commit ba7fdddafb
24 changed files with 24 additions and 24 deletions

View File

@@ -1,7 +1,7 @@
/**
* @name AST Sanity Check
* @description Performs sanity checks on the Abstract Syntax Tree. This query should have no results.
* @kind problem
* @kind table
* @id cpp/ast-sanity-check
*/

View File

@@ -1,7 +1,7 @@
/**
* @name IR Sanity Check
* @description Performs sanity checks on the Intermediate Representation. This query should have no results.
* @kind problem
* @kind table
* @id cpp/ir-sanity-check
*/

View File

@@ -1,7 +1,7 @@
/**
* @name Aliased SSA IR Sanity Check
* @description Performs sanity checks on the Intermediate Representation. This query should have no results.
* @kind problem
* @kind table
* @id cpp/aliased-ssa-ir-sanity-check
*/

View File

@@ -1,7 +1,7 @@
/**
* @name Raw IR Sanity Check
* @description Performs sanity checks on the Intermediate Representation. This query should have no results.
* @kind problem
* @kind table
* @id cpp/raw-ir-sanity-check
*/

View File

@@ -1,7 +1,7 @@
/**
* @name SSA IR Sanity Check
* @description Performs sanity checks on the Intermediate Representation. This query should have no results.
* @kind problem
* @kind table
* @id cpp/ssa-ir-sanity-check
*/

View File

@@ -1,7 +1,7 @@
/**
* @name Padding Sanity Check
* @description Performs sanity checks for the padding library. This query should have no results.
* @kind problem
* @kind table
* @id cpp/padding-sanity-check
*/