[all-commits] [llvm/llvm-project] 17095d: [libc++][NFC] Increase readability of typeinfo com...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Thu Apr 1 13:38:49 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 17095dc861116b0fe4303b62d1fed5eb14c2ecd0
https://github.com/llvm/llvm-project/commit/17095dc861116b0fe4303b62d1fed5eb14c2ecd0
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2021-04-01 (Thu, 01 Apr 2021)
Changed paths:
M libcxx/include/typeinfo
Log Message:
-----------
[libc++][NFC] Increase readability of typeinfo comparison of ARM64
We wasted a good deal of time trying to figure out whether our implementation
was correct. In the end, it was, but it wasn't so easy to determine. This
patch dumbs down the implementation and improves the documentation to make
it easier to validate.
See https://lists.llvm.org/pipermail/libcxx-dev/2020-December/001060.html.
Differential Revision: https://reviews.llvm.org/D97802
More information about the All-commits
mailing list