[all-commits] [llvm/llvm-project] 5675b6: [libc++] Disable _LIBCPP_DEBUG_ASSERT during const...
philnik777 via All-commits
all-commits at lists.llvm.org
Fri Dec 17 02:17:09 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5675b6112aa9d0dddfa0e4f326ffa58e30c94c81
https://github.com/llvm/llvm-project/commit/5675b6112aa9d0dddfa0e4f326ffa58e30c94c81
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2021-12-17 (Fri, 17 Dec 2021)
Changed paths:
M libcxx/include/__debug
M libcxx/include/bit
M libcxx/include/string
Log Message:
-----------
[libc++] Disable _LIBCPP_DEBUG_ASSERT during constant evaluation
Disable `_LIBCPP_DEBUG_ASSERT` and debug iterators in <string> during constant evaluation
Reviewed By: ldionne, #libc
Spies: goncharov, libcxx-commits
Differential Revision: https://reviews.llvm.org/D115788
More information about the All-commits
mailing list