Skip to content

Commit 5fc2a3d

Browse files
committed
C++: QLDoc for default.qll and objc.qll
These are both deprecated.
1 parent 0d75c6a commit 5fc2a3d

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

cpp/ql/src/default.qll

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
17
import cpp

cpp/ql/src/objc.qll

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1+
/**
2+
* DEPRECATED: Objective C is no longer supported.
3+
*
4+
* Import `cpp` instead of `objc`.
5+
*/
6+
17
import cpp

0 commit comments

Comments
 (0)