mirror of
https://github.com/github/codeql.git
synced 2025-12-17 17:23:36 +01:00
This PR separates the core cpp packs into `codeql/cpp-queries` and `codeql/cpp-all`. There are very few lines of code changed. Almost all changes are moving files around.
10 lines
230 B
Plaintext
10 lines
230 B
Plaintext
/**
|
|
* @name AST Consistency Check
|
|
* @description Performs consistency checks on the Abstract Syntax Tree. This query should have no results.
|
|
* @kind table
|
|
* @id cpp/ast-consistency-check
|
|
*/
|
|
|
|
import cpp
|
|
import CastConsistency
|