Skip to content

Commit 5c51bb7

Browse files
committed
C++: QLDoc Literal.qll.
1 parent 40e02be commit 5c51bb7

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

cpp/ql/src/semmle/code/cpp/exprs/Literal.qll

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
import semmle.code.cpp.exprs.Expr
1+
/**
2+
* Provides classes for modeling literals in the source code such as `0`, `'c'`
3+
* or `"string"`.
4+
*/
5+
6+
import semmle.code.cpp.exprs.Expr
27

38
/**
49
* A C/C++ literal.

0 commit comments

Comments
 (0)