[all-commits] [llvm/llvm-project] 3b417b: Fix "pointer is null" static analyzer warning. NFCI.
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Tue Jan 7 05:42:17 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 3b417b7cf73b6b5a2953ad4c8178b4394ea4f20e
https://github.com/llvm/llvm-project/commit/3b417b7cf73b6b5a2953ad4c8178b4394ea4f20e
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-01-07 (Tue, 07 Jan 2020)
Changed paths:
M clang/lib/AST/Comment.cpp
Log Message:
-----------
Fix "pointer is null" static analyzer warning. NFCI.
Commit: c0365aaaa4f20dd92d6f887c4539d1360dbb8c8e
https://github.com/llvm/llvm-project/commit/c0365aaaa4f20dd92d6f887c4539d1360dbb8c8e
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-01-07 (Tue, 07 Jan 2020)
Changed paths:
M llvm/lib/Target/X86/X86ISelLowering.cpp
Log Message:
-----------
[X86] Standardize shuffle match/lowering function names. NFC.
We mainly use lowerShuffle*/matchShuffle* - replace the (few) lowerVectorShuffle*/matchVectorShuffle* cases to be consistent.
Compare: https://github.com/llvm/llvm-project/compare/60e0120c913d...c0365aaaa4f2
More information about the All-commits
mailing list