Add a superclass for literals (#172)

This commit is contained in:
Owen Mansel-Chan
2020-06-11 19:53:40 +01:00
committed by GitHub
parent 40ffa221bc
commit f11b956583
2 changed files with 24 additions and 4 deletions

View File

@@ -287,6 +287,9 @@ All classes in this section are subclasses of
Literals
~~~~~~~~
All classes in this subsection are subclasses of
`Literal <https://help.semmle.com/qldoc/go/semmle/go/Expr.qll/type.Expr$Literal.html>`__.
+-----------------------------------------+----------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------+
| Expression syntax example | CodeQL class | Superclass |
+=========================================+==============================================================================================+====================================================================================================+