Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_external_libcxx
/
c4941665767a9d0cd601bc9cd8e0a266c7050bb6
/
include
/
stdexcept
2580fdb
[NFC][libc++] Consistently use spaces to indent
by Louis Dionne
· 6 years ago
5423805
[libc++] Take 2: Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISIBILITY
by Louis Dionne
· 6 years ago
4e7ffca
Revert "[libc++] Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISIBILITY"
by Louis Dionne
· 6 years ago
79aa4f3
[libc++] Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISIBILITY
by Louis Dionne
· 6 years ago
59e24fe
Fix more unreserved names
by Eric Fiselier
· 8 years ago
0e5ebbc
Fix unused parameters and variables
by Eric Fiselier
· 8 years ago
6979a42
[libc++] Fix modules build - Rework __refstring definition
by Eric Fiselier
· 8 years ago
dbf60fa
Try 2 - Remove <cstdlib> include from `<exception>`
by Eric Fiselier
· 8 years ago
14c09a2
Add an _LIBCPP_NORETURN inline function named __throw_XXX for each exception type we define. They either construct and throw the exception, or abort() (if exceptions are disabled). Use these functions everywhere instead of assert()ing when exceptions are disabled. WARNING: This is a behavior change - but only with exceptions disabled. Reviewed as: https://reviews.llvm.org/D23855.
by Marshall Clow
· 8 years ago
566bcb4
Fix most GCC attribute ignored warnings
by Eric Fiselier
· 9 years ago
70e0af4
Fix unused private field warning in stdexcept after r207695.
by Dimitry Andric
· 10 years ago
5562207
Exceptions store the message as reference counted string for
by Joerg Sonnenberger
· 11 years ago
08e1747
Windows support by Ruben Van Boxem.
by Howard Hinnant
· 13 years ago
1e15fd1
Applied noexcept to everything in [diagnostics] (Chapter 19)
by Howard Hinnant
· 14 years ago
b64f8b0
license change
by Howard Hinnant
· 14 years ago
324bb03
Fixing whitespace problems
by Howard Hinnant
· 14 years ago
f5256e1
Wiped out some non-ascii characters that snuck into the copyright.
by Howard Hinnant
· 15 years ago
bc8d3f9
libcxx initial import
by Howard Hinnant
· 15 years ago