[all-commits] [llvm/llvm-project] a6e63e: [NFC][HLSL] Add tests for vector alias. Remove dea...
Chris B via All-commits
all-commits at lists.llvm.org
Tue Jul 5 14:33:18 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a6e63e35ede4b9f23b58437263eaac9a2926c9bf
https://github.com/llvm/llvm-project/commit/a6e63e35ede4b9f23b58437263eaac9a2926c9bf
Author: Chris Bieneman <chris.bieneman at me.com>
Date: 2022-07-05 (Tue, 05 Jul 2022)
Changed paths:
M clang/include/clang/Sema/HLSLExternalSemaSource.h
M clang/lib/Sema/HLSLExternalSemaSource.cpp
A clang/test/SemaHLSL/BuiltIns/vector-errors.hlsl
Log Message:
-----------
[NFC][HLSL] Add tests for vector alias. Remove dead code.
Based on feedback from @Aaron.Ballman.
Remove the unused static ID char (can re-add it later if needed).
Add test to cover some invalid HLSL vector instantations ensuring
that the appropriate error messages are generated.
More information about the All-commits
mailing list