We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d75c6a commit 5fc2a3dCopy full SHA for 5fc2a3d
cpp/ql/src/default.qll
@@ -1 +1,7 @@
1
+/**
2
+ * DEPRECATED: use `import cpp` instead of `import default`.
3
+ *
4
+ * Provides classes and predicates for working with C/C++ code.
5
+ */
6
+
7
import cpp
cpp/ql/src/objc.qll
+ * DEPRECATED: Objective C is no longer supported.
+ * Import `cpp` instead of `objc`.
0 commit comments