[all-commits] [llvm/llvm-project] f16203: [clang] RewriteModernObjC::SynthBlockInitExpr - re...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Fri Feb 11 07:11:31 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f162036fcd065d34a7f0e2c9279bc79bf7db0f14
https://github.com/llvm/llvm-project/commit/f162036fcd065d34a7f0e2c9279bc79bf7db0f14
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2022-02-11 (Fri, 11 Feb 2022)
Changed paths:
M clang/lib/Frontend/Rewrite/RewriteModernObjC.cpp
Log Message:
-----------
[clang] RewriteModernObjC::SynthBlockInitExpr - remove block nullptr check
All paths have already dereferenced the block pointer
Commit: 5fb180704c17dc66dfc7f052abe47524fdf8811f
https://github.com/llvm/llvm-project/commit/5fb180704c17dc66dfc7f052abe47524fdf8811f
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2022-02-11 (Fri, 11 Feb 2022)
Changed paths:
M clang/lib/Sema/SemaTemplate.cpp
Log Message:
-----------
[clang][sema] ActOnExplicitInstantiation - remove Prev nullptr check
All paths have already dereferenced the Prev pointer
Commit: 1e6459004177c8f5830e1ea5a5a62820fa6a333f
https://github.com/llvm/llvm-project/commit/1e6459004177c8f5830e1ea5a5a62820fa6a333f
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2022-02-11 (Fri, 11 Feb 2022)
Changed paths:
M clang/lib/Sema/SemaCodeComplete.cpp
Log Message:
-----------
[clang][sema] - remove CodeCompleter nullptr checks
All paths have already dereferenced the CodeCompleter pointer in the ResultBuilder constructor
Compare: https://github.com/llvm/llvm-project/compare/4490a26a3efc...1e6459004177
More information about the All-commits
mailing list