We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40e02be commit 5c51bb7Copy full SHA for 5c51bb7
cpp/ql/src/semmle/code/cpp/exprs/Literal.qll
@@ -1,4 +1,9 @@
1
-import semmle.code.cpp.exprs.Expr
+/**
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
7
8
/**
9
* A C/C++ literal.
0 commit comments