[llvm-branch-commits] [clang] [serialization] No transitive type change (PR #92511)

Ilya Biryukov via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Wed Jun 19 09:55:29 PDT 2024


================
@@ -70,38 +71,53 @@ using DeclID = DeclIDBase::DeclID;
 
 /// An ID number that refers to a type in an AST file.
 ///
-/// The ID of a type is partitioned into two parts: the lower
+/// The ID of a type is partitioned into three parts:
+/// - the lower
 /// three bits are used to store the const/volatile/restrict
----------------
ilya-biryukov wrote:

```suggestion
///   three bits are used to store the const/volatile/restrict
```

NIT: indent by 2 spaces to align the second line of the bullet item with its first letters on the first line.

https://github.com/llvm/llvm-project/pull/92511


More information about the llvm-branch-commits mailing list