Commit 5872713
committed
[NFC] containsLongVector -> ContainsLongVector
I provided feedback during code review that this function should be
named following LLVM conventions. That feedback did not account for the
fact that SemaHLSL is otherwise consistent using CamelCase instead of
camelCase naming.
This corrects my error by renaming to match the consistent style in
SemaHLSL.h.
I've also updated the parameter naming in the source file to conform to
LLVM style since I was in the area anyways.1 parent b646ad3 commit 5872713
4 files changed
Lines changed: 12 additions & 12 deletions
File tree
- tools/clang
- include/clang/Sema
- lib/Sema
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
131 | | - | |
| 131 | + | |
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
810 | 810 | | |
811 | 811 | | |
812 | 812 | | |
813 | | - | |
| 813 | + | |
814 | 814 | | |
815 | 815 | | |
816 | 816 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5257 | 5257 | | |
5258 | 5258 | | |
5259 | 5259 | | |
5260 | | - | |
| 5260 | + | |
5261 | 5261 | | |
5262 | 5262 | | |
5263 | 5263 | | |
| |||
5365 | 5365 | | |
5366 | 5366 | | |
5367 | 5367 | | |
5368 | | - | |
| 5368 | + | |
5369 | 5369 | | |
5370 | 5370 | | |
5371 | 5371 | | |
| |||
5384 | 5384 | | |
5385 | 5385 | | |
5386 | 5386 | | |
5387 | | - | |
| 5387 | + | |
5388 | 5388 | | |
5389 | 5389 | | |
5390 | 5390 | | |
| |||
12179 | 12179 | | |
12180 | 12180 | | |
12181 | 12181 | | |
12182 | | - | |
| 12182 | + | |
12183 | 12183 | | |
12184 | 12184 | | |
12185 | 12185 | | |
| |||
14831 | 14831 | | |
14832 | 14832 | | |
14833 | 14833 | | |
14834 | | - | |
| 14834 | + | |
14835 | 14835 | | |
14836 | 14836 | | |
14837 | 14837 | | |
| |||
15729 | 15729 | | |
15730 | 15730 | | |
15731 | 15731 | | |
15732 | | - | |
| 15732 | + | |
15733 | 15733 | | |
15734 | 15734 | | |
15735 | 15735 | | |
| |||
16472 | 16472 | | |
16473 | 16473 | | |
16474 | 16474 | | |
16475 | | - | |
| 16475 | + | |
16476 | 16476 | | |
16477 | 16477 | | |
16478 | 16478 | | |
16479 | 16479 | | |
16480 | 16480 | | |
16481 | 16481 | | |
16482 | | - | |
| 16482 | + | |
16483 | 16483 | | |
16484 | 16484 | | |
16485 | 16485 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
641 | 641 | | |
642 | 642 | | |
643 | 643 | | |
644 | | - | |
| 644 | + | |
645 | 645 | | |
646 | 646 | | |
647 | 647 | | |
648 | 648 | | |
649 | 649 | | |
650 | 650 | | |
651 | | - | |
| 651 | + | |
652 | 652 | | |
653 | 653 | | |
654 | 654 | | |
| |||
0 commit comments