We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc4363b commit 3e46494Copy full SHA for 3e46494
cpp/ql/src/semmle/code/cpp/Declaration.qll
@@ -14,8 +14,12 @@ private import semmle.code.cpp.internal.QualifiedName as Q
14
* ```
15
* extern int myglobal;
16
17
- * Each of these declarations is given its own distinct `DeclarationEntry`,
18
- * but they all share the same `Declaration`.
+ * and defined in one:
+ * ```
19
+ * int myglobal;
20
21
+ * Each of these declarations (including the definition) is given its own
22
+ * distinct `DeclarationEntry`, but they all share the same `Declaration`.
23
*
24
* Some derived class of `Declaration` do not have a corresponding
25
* `DeclarationEntry`, because they always have a unique source ___location.
0 commit comments