Skip to content

Commit 729fbf3

Browse files
committed
remove typos
1 parent 39323c1 commit 729fbf3

File tree

3 files changed

+2
-21
lines changed

3 files changed

+2
-21
lines changed

clang/include/clang/Sema/Sema.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15487,4 +15487,4 @@ void Sema::PragmaStack<Sema::AlignPackInfo>::Act(SourceLocation PragmaLocation,
1548715487

1548815488
} // end namespace clang
1548915489

15490-
#endif
15490+
#endif

clang/lib/Headers/hlsl/hlsl_detail.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ template <typename T, int N> struct is_vector<vector<T, N>> {
5555

5656
template <typename T, int N>
5757
using HLSL_FIXED_VECTOR =
58-
vector<__detail::enable_if_t<(N >= 1 && N <= 4), T>, N>;
58+
vector<__detail::enable_if_t<(N > 1 && N <= 4), T>, N>;
5959

6060
} // namespace __detail
6161
} // namespace hlsl

clang/test/CodeGenHLSL/intrinsic.ll

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)