Commit f7d9337
authored
I forgot to tidy up these lines that should've been done in the previous
commit, specifically:
1. Merge two `CodeSynthesisContext`s into one in `CheckTemplateIdType`.
2. Remove some gratuitous `Sema::` specifiers.
3. Rename the parameter `Template` to `Entity` to avoid confusion.
1 parent e35fb3f commit f7d9337
File tree
5 files changed
+17
-18
lines changed- clang
- include/clang/Sema
- lib
- Frontend
- Sema
5 files changed
+17
-18
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10077 | 10077 | | |
10078 | 10078 | | |
10079 | 10079 | | |
10080 | | - | |
| 10080 | + | |
10081 | 10081 | | |
10082 | 10082 | | |
10083 | 10083 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
453 | 453 | | |
454 | 454 | | |
455 | 455 | | |
456 | | - | |
| 456 | + | |
457 | 457 | | |
458 | 458 | | |
459 | 459 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4494 | 4494 | | |
4495 | 4495 | | |
4496 | 4496 | | |
4497 | | - | |
| 4497 | + | |
| 4498 | + | |
| 4499 | + | |
| 4500 | + | |
4498 | 4501 | | |
4499 | 4502 | | |
4500 | 4503 | | |
4501 | | - | |
4502 | | - | |
4503 | | - | |
4504 | | - | |
4505 | | - | |
4506 | 4504 | | |
4507 | 4505 | | |
4508 | 4506 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
737 | 737 | | |
738 | 738 | | |
739 | 739 | | |
740 | | - | |
| 740 | + | |
741 | 741 | | |
742 | 742 | | |
743 | | - | |
744 | | - | |
| 743 | + | |
| 744 | + | |
745 | 745 | | |
746 | 746 | | |
747 | 747 | | |
| |||
983 | 983 | | |
984 | 984 | | |
985 | 985 | | |
986 | | - | |
987 | | - | |
988 | | - | |
989 | | - | |
990 | | - | |
991 | 986 | | |
992 | 987 | | |
993 | 988 | | |
| |||
1262 | 1257 | | |
1263 | 1258 | | |
1264 | 1259 | | |
| 1260 | + | |
| 1261 | + | |
| 1262 | + | |
| 1263 | + | |
1265 | 1264 | | |
1266 | 1265 | | |
1267 | 1266 | | |
| |||
1278 | 1277 | | |
1279 | 1278 | | |
1280 | 1279 | | |
1281 | | - | |
| 1280 | + | |
1282 | 1281 | | |
1283 | 1282 | | |
1284 | 1283 | | |
1285 | 1284 | | |
1286 | 1285 | | |
| 1286 | + | |
1287 | 1287 | | |
1288 | 1288 | | |
1289 | 1289 | | |
| |||
1340 | 1340 | | |
1341 | 1341 | | |
1342 | 1342 | | |
1343 | | - | |
1344 | 1343 | | |
1345 | 1344 | | |
1346 | 1345 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1119 | 1119 | | |
1120 | 1120 | | |
1121 | 1121 | | |
| 1122 | + | |
| 1123 | + | |
1122 | 1124 | | |
1123 | 1125 | | |
1124 | 1126 | | |
| |||
0 commit comments