mirror of
https://github.com/github/codeql.git
synced 2025-12-20 10:46:30 +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.
7 lines
168 B
Plaintext
7 lines
168 B
Plaintext
/**
|
|
* DEPRECATED: import `semmle.code.cpp.Element` and/or `semmle.code.cpp.Type` directly as required.
|
|
*/
|
|
|
|
import semmle.code.cpp.Element
|
|
import semmle.code.cpp.Type
|