[all-commits] [llvm/llvm-project] 95b2da: [Sema] Fix a miscompile by retaining array qualifi...
Erik Pilkington via All-commits
all-commits at lists.llvm.org
Wed Dec 16 07:06:38 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 95b2dab199100f5a86d3f73a995afea879886d65
https://github.com/llvm/llvm-project/commit/95b2dab199100f5a86d3f73a995afea879886d65
Author: Erik Pilkington <erik.pilkington at gmail.com>
Date: 2020-12-16 (Wed, 16 Dec 2020)
Changed paths:
M clang/lib/Sema/SemaDecl.cpp
M clang/test/SemaObjC/arc.m
Log Message:
-----------
[Sema] Fix a miscompile by retaining array qualifiers when folding VLAs to constant arrays
rdar://72243125
Differential revision: https://reviews.llvm.org/D93247
Commit: 92d6e8001e20d6d0f457ac7cab8b64f3b1a131bf
https://github.com/llvm/llvm-project/commit/92d6e8001e20d6d0f457ac7cab8b64f3b1a131bf
Author: Erik Pilkington <erik.pilkington at gmail.com>
Date: 2020-12-16 (Wed, 16 Dec 2020)
Changed paths:
M clang/include/clang/Basic/AttrDocs.td
Log Message:
-----------
NFC: balance a quote in AttrDocs.td
This was confusing my editor.
Compare: https://github.com/llvm/llvm-project/compare/d61ccda76965...92d6e8001e20
More information about the All-commits
mailing list