llvm-project/libcxx/src
Louis Dionne a562853a51 [libc++] NFC: Fix return-by-const-value and pass-by-const-value typos
While we can debate on the value of passing by const value, there is no
arguing that it's confusing to do so in some circumstances, such as when
marking a pointer parameter as being const (did you mean a pointer-to-const?).
This commit fixes a few issues along those lines.
2021-06-29 13:57:04 -04:00
..
experimental [libc++/abi] Replace uses of _NOEXCEPT in src/ by noexcept 2021-03-03 12:57:31 -05:00
filesystem [libcxx] Fix the function name in exceptions from create_directories 2021-05-25 23:48:50 +03:00
include [libc++][AIX] Define _LIBCPP_ELAST 2021-05-10 13:54:30 +00:00
support [libc++] NFC: Normalize `#endif //` comment indentation 2021-04-20 12:03:32 -04:00
CMakeLists.txt [libc++] Move <__sso_allocator> out of include/ into src/. NFCI. 2021-05-05 16:20:52 -04:00
algorithm.cpp [libc++] Split dylib instantiations for deprecated std::random_shuffle into a separate source file 2020-06-30 13:50:17 -04:00
any.cpp [libc++/abi] Replace uses of _NOEXCEPT in src/ by noexcept 2021-03-03 12:57:31 -05:00
atomic.cpp [libc++] Fix libcxx build on 32bit architectures with 64bit time_t defaults e.g. riscv32 2021-02-04 11:38:54 -05:00
barrier.cpp [libc++] Build the dylib with C++17 to allow aligned new/delete 2020-07-22 14:47:29 -04:00
bind.cpp
charconv.cpp [libc++/abi] Replace uses of _NOEXCEPT in src/ by noexcept 2021-03-03 12:57:31 -05:00
chrono.cpp [libcxx] Fix a case of -Wundef warnings regarding _POSIX_TIMERS 2021-06-17 13:02:34 +03:00
condition_variable.cpp [libc++/abi] Replace uses of _NOEXCEPT in src/ by noexcept 2021-03-03 12:57:31 -05:00
condition_variable_destructor.cpp Make ~mutex and ~condition_variable trivial on Windows. 2019-07-07 17:24:03 +00:00
debug.cpp Implement N3644 "Null Forward Pointers" in _LIBCPP_DEBUG mode. 2021-04-23 18:20:39 -04:00
exception.cpp
format.cpp [libc++] Allow building with C++17. 2021-01-31 14:25:01 +01:00
functional.cpp [libc++/abi] Replace uses of _NOEXCEPT in src/ by noexcept 2021-03-03 12:57:31 -05:00
future.cpp [libc++/abi] Replace uses of _NOEXCEPT in src/ by noexcept 2021-03-03 12:57:31 -05:00
hash.cpp
ios.cpp [libc++] NFC: Normalize `#endif //` comment indentation 2021-04-20 12:03:32 -04:00
ios.instantiations.cpp [libc++] Instantiate additional <iostream> members in the dylib 2020-11-12 13:52:47 -05:00
iostream.cpp Guard init_priority attribute within libc++ 2020-11-20 15:53:26 -05:00
locale.cpp [libcxx] Don't use an undefined '+' in unsigned/octal/hexal print formats 2021-06-04 12:07:30 +03:00
memory.cpp [libc++] Disentangle std::pointer_safety 2021-05-03 14:33:49 -04:00
mutex.cpp [libc++] NFC: Normalize `#endif //` comment indentation 2021-04-20 12:03:32 -04:00
mutex_destructor.cpp [libc++/abi] Replace uses of _NOEXCEPT in src/ by noexcept 2021-03-03 12:57:31 -05:00
new.cpp [libc++] NFC: Normalize `#endif //` comment indentation 2021-04-20 12:03:32 -04:00
optional.cpp [libc++/abi] Replace uses of _NOEXCEPT in src/ by noexcept 2021-03-03 12:57:31 -05:00
random.cpp [libc++/abi] Replace uses of _NOEXCEPT in src/ by noexcept 2021-03-03 12:57:31 -05:00
random_shuffle.cpp [libc++] Split dylib instantiations for deprecated std::random_shuffle into a separate source file 2020-06-30 13:50:17 -04:00
regex.cpp [libc++] Validate the entire regex is consumed 2019-11-09 17:01:37 +01:00
shared_mutex.cpp [libcxx{,abi}] Emit deplibs only when detected by CMake 2019-12-02 22:19:20 +01:00
stdexcept.cpp
string.cpp [libc++] NFC: Fix return-by-const-value and pass-by-const-value typos 2021-06-29 13:57:04 -04:00
strstream.cpp
system_error.cpp [libc++] NFC: Normalize `#endif //` comment indentation 2021-04-20 12:03:32 -04:00
thread.cpp [libc++] NFC: Normalize `#endif //` comment indentation 2021-04-20 12:03:32 -04:00
typeinfo.cpp [libc++/abi] Replace uses of _NOEXCEPT in src/ by noexcept 2021-03-03 12:57:31 -05:00
utility.cpp [libc++] Take 2: Implement LWG 2510 2019-09-26 14:51:10 +00:00
valarray.cpp [libc++] Always build with -fvisibility=hidden 2019-08-13 15:02:53 +00:00
variant.cpp
vector.cpp