Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
libcxx
/
0eec3e8b246c845292546cc2a7ba4ca8256a45f0
/
include
/
stdexcept
59e24fe
Fix more unreserved names
by Eric Fiselier
· 7 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
· 13 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