Commit 3e5e55f
committed
[clang] Compute accurate begin location for CallExpr with explicit object parameter
The explicit object parameter is written before the callee expression,
so the begin location should come from the explicit object parameter.1 parent 9fde1a4 commit 3e5e55f
File tree
4 files changed
+21
-3
lines changed- clang-tools-extra/clangd/unittests
- clang
- lib
- AST
- Sema
- test/AST
4 files changed
+21
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1019 | 1019 | | |
1020 | 1020 | | |
1021 | 1021 | | |
| 1022 | + | |
| 1023 | + | |
| 1024 | + | |
| 1025 | + | |
| 1026 | + | |
| 1027 | + | |
| 1028 | + | |
| 1029 | + | |
| 1030 | + | |
1022 | 1031 | | |
1023 | 1032 | | |
1024 | 1033 | | |
| |||
1035 | 1044 | | |
1036 | 1045 | | |
1037 | 1046 | | |
| 1047 | + | |
1038 | 1048 | | |
1039 | 1049 | | |
1040 | 1050 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1639 | 1639 | | |
1640 | 1640 | | |
1641 | 1641 | | |
| 1642 | + | |
| 1643 | + | |
| 1644 | + | |
| 1645 | + | |
| 1646 | + | |
| 1647 | + | |
| 1648 | + | |
1642 | 1649 | | |
1643 | 1650 | | |
1644 | 1651 | | |
1645 | 1652 | | |
1646 | 1653 | | |
| 1654 | + | |
1647 | 1655 | | |
1648 | 1656 | | |
1649 | 1657 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15565 | 15565 | | |
15566 | 15566 | | |
15567 | 15567 | | |
15568 | | - | |
| 15568 | + | |
15569 | 15569 | | |
15570 | 15570 | | |
15571 | 15571 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
| 12 | + | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
0 commit comments