[all-commits] [llvm/llvm-project] 02c218: [Clang][NFC] Refactor out code from CheckSVEBuilti...
Sam Tebbs via All-commits
all-commits at lists.llvm.org
Wed Dec 6 07:12:53 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 02c218c6fbbf4a3eec600618b4e8f3b44754b686
https://github.com/llvm/llvm-project/commit/02c218c6fbbf4a3eec600618b4e8f3b44754b686
Author: Samuel Tebbs <samuel.tebbs at arm.com>
Date: 2023-12-06 (Wed, 06 Dec 2023)
Changed paths:
M clang/include/clang/Sema/Sema.h
M clang/lib/Sema/SemaChecking.cpp
Log Message:
-----------
[Clang][NFC] Refactor out code from CheckSVEBuiltinFunctionCall into ParseSVEImmChecks
This moves code from CheckSVEBuiltinFunctionCall into ParseSVEImmChecks
in preparation for #74064
More information about the All-commits
mailing list