diff options
Diffstat (limited to 'clang/docs/InternalsManual.html')
-rw-r--r-- | clang/docs/InternalsManual.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/docs/InternalsManual.html b/clang/docs/InternalsManual.html index adfa7c3e748..d9c2701f6e1 100644 --- a/clang/docs/InternalsManual.html +++ b/clang/docs/InternalsManual.html @@ -468,7 +468,7 @@ malloc'd objects are at least 8 byte aligned.</p> <p>Given a <code>DeclarationName</code> <code>N</code>, <code>N.getNameKind()</code> - will produce a valid that describes what kind of name <code>N</code> + will produce a value that describes what kind of name <code>N</code> stores. There are 7 options (all of the names are inside the <code>DeclarationName</code> class)</p> <dl> |