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 590e93d commit 29061a0Copy full SHA for 29061a0
cpp/ql/lib/semmle/code/cpp/Type.qll
@@ -39,8 +39,8 @@ class Type extends Locatable, @type {
39
40
/**
41
* Gets a specifier of this type, recursively looking through `typedef` and
42
- * `decltype`. For example, in the context of `typedef const int *restrict
43
- * t`, the type `volatile t` has specifiers `volatile` and `restrict` but not
+ * `decltype`. For example, in the context of `typedef const int *restrict t`,
+ * the type `volatile t` has specifiers `volatile` and `restrict` but not
44
* `const` since the `const` is attached to the type being pointed to rather
45
* than the pointer itself.
46
*/
0 commit comments