[all-commits] [llvm/llvm-project] 9de6a3: [libcxx] fix incorrect attribute property
Kazuaki Ishizaki via All-commits
all-commits at lists.llvm.org
Tue Jan 7 17:32:00 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 9de6a3987251d05eb734e34597dcde2f12aac9ba
https://github.com/llvm/llvm-project/commit/9de6a3987251d05eb734e34597dcde2f12aac9ba
Author: Kazuaki Ishizaki <ishizaki at jp.ibm.com>
Date: 2020-01-08 (Wed, 08 Jan 2020)
Changed paths:
M libcxx/include/__config
Log Message:
-----------
[libcxx] fix incorrect attribute property
Summary:
`__has_attribute(fallthough)` -> `__has_attribute(fallthrough)`
This is a follow-up of https://reviews.llvm.org/D72287
Reviewers: EricWF, mclow.lists, Jim
Reviewed By: Jim
Subscribers: christof, ldionne, libcxx-commits
Tags: #libc
Differential Revision: https://reviews.llvm.org/D72314
More information about the All-commits
mailing list