[all-commits] [llvm/llvm-project] 3fa142: [libc++] Annotate generic_category/system_category...
Benjamin Kramer via All-commits
all-commits at lists.llvm.org
Fri Jan 26 13:08:48 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3fa14233c4631ad1062553883835a5d5b36f2fe6
https://github.com/llvm/llvm-project/commit/3fa14233c4631ad1062553883835a5d5b36f2fe6
Author: Benjamin Kramer <benny.kra at googlemail.com>
Date: 2024-01-26 (Fri, 26 Jan 2024)
Changed paths:
M libcxx/include/__system_error/error_category.h
Log Message:
-----------
[libc++] Annotate generic_category/system_category as const (#78052)
This lets the compiler eliminate unused/duplicate calls to it.
More information about the All-commits
mailing list