C++: QLDoc Literal.qll.

This commit is contained in:
Geoffrey White
2020-06-30 09:32:48 +01:00
parent 40e02bee53
commit 5c51bb7979

View File

@@ -1,4 +1,9 @@
import semmle.code.cpp.exprs.Expr
/**
* Provides classes for modeling literals in the source code such as `0`, `'c'`
* or `"string"`.
*/
import semmle.code.cpp.exprs.Expr
/**
* A C/C++ literal.