Commit 79b0966
committed
[NFC] [Serialization] Refactor getLocalDeclID to 'LocalDeclID::get'
I just realized that the name `getLocalDeclID` looks like an member
function in ASTReader. It looks not good. So I decided to refactor this
into a static member function in LocalDeclID.1 parent b78883f commit 79b0966
File tree
2 files changed
+5
-4
lines changed- clang
- include/clang/AST
- lib/Serialization
2 files changed
+5
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
197 | 197 | | |
198 | 198 | | |
199 | 199 | | |
| 200 | + | |
| 201 | + | |
200 | 202 | | |
201 | 203 | | |
202 | 204 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
935 | 935 | | |
936 | 936 | | |
937 | 937 | | |
938 | | - | |
939 | | - | |
940 | | - | |
| 938 | + | |
| 939 | + | |
941 | 940 | | |
942 | 941 | | |
943 | 942 | | |
| |||
7884 | 7883 | | |
7885 | 7884 | | |
7886 | 7885 | | |
7887 | | - | |
| 7886 | + | |
7888 | 7887 | | |
7889 | 7888 | | |
7890 | 7889 | | |
| |||
0 commit comments