aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/StaticAnalyzer/Checkers/StdLibraryFunctionsChecker.cpp
diff options
context:
space:
mode:
authorCarolineConcatto <caroline.concatto@arm.com>2024-11-15 09:19:39 +0000
committerGitHub <noreply@github.com>2024-11-15 09:19:39 +0000
commit91aad9bfb24347db4c4fed7b0ab5e4180ddcdc7f (patch)
tree7f3fc32a583e31cce02ca186ff62002b0ec55535 /clang/lib/StaticAnalyzer/Checkers/StdLibraryFunctionsChecker.cpp
parentfda4a324a384af8dc57cbe0a9b6284c2e8ca073f (diff)
downloadllvm-91aad9bfb24347db4c4fed7b0ab5e4180ddcdc7f.zip
llvm-91aad9bfb24347db4c4fed7b0ab5e4180ddcdc7f.tar.gz
llvm-91aad9bfb24347db4c4fed7b0ab5e4180ddcdc7f.tar.bz2
[Clang][AArch64]Fix Name and Mangle name for scalar fp8 (#114983)
The scalar __mfp8 type has the wrong name and mangle name in AArch64SVEACLETypes.def According to the ACLE[1] the name should be __mfp8 This patch fixes this problem by replacing the Name __MFloat8_t by __mfp8 and the Mangle Name __MFloat8_t by u6__mfp8 And we revert the incorrect typedef in NeonEmitter. [1]https://github.com/ARM-software/acle
Diffstat (limited to 'clang/lib/StaticAnalyzer/Checkers/StdLibraryFunctionsChecker.cpp')
0 files changed, 0 insertions, 0 deletions