Commit 0e51d04
committed
[Tooling] Simplify a use of std::is_same (NFC)
std::is_same<...>::type is the same as std::is_same<...>. This patch
removes the redundant ::type at the end.1 parent 15f05dc commit 0e51d04
File tree
1 file changed
+5
-5
lines changed- clang/include/clang/Tooling/Refactoring
1 file changed
+5
-5
lines changedLines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
0 commit comments