llvm-project/libcxxabi/src
Eric Fiselier 8524cbaa57 Fully Reformat fallback_malloc.cpp
This patch fully reformats fallback_malloc.cpp. Previously the test
was a mess of different styles and indentations. This made it very
hard to work in and read. Therefore I felt it was best to re-format
the whole thing.

Unfortuantly this means some history will be lost, but hopefully
much of it will still be accessible after ignoring whitespace changes.

llvm-svn: 296960
2017-03-04 03:23:15 +00:00
..
CMakeLists.txt [libc++abi] Add option to enable definitions for the new/delete overloads. 2017-03-02 19:34:35 +00:00
abort_message.cpp [libcxxabi] Clean up macro usage. 2017-03-01 11:42:01 +00:00
abort_message.h [libc++abi] Clean up visibility 2017-03-01 03:55:57 +00:00
config.h [libcxxabi] Clean up macro usage. 2017-03-01 11:42:01 +00:00
cxa_aux_runtime.cpp Fix non-reserved macro names LIBCXXABI_NORETURN and LIBCXXABI_ARM_EHABI. 2017-03-01 02:23:54 +00:00
cxa_default_handlers.cpp [libcxxabi] Clean up macro usage. 2017-03-01 11:42:01 +00:00
cxa_demangle.cpp Add support for demangling C++11 thread_local variables. In clang, the grammar for mangling for these names are "<special-name> ::= TW <object name>" for wrapper variables or "<special-name> ::= TH <object name>" for initialization variables. 2017-01-31 15:18:56 +00:00
cxa_exception.cpp [libcxxabi] Fix alignment of allocated exceptions in 32 bit builds 2017-03-04 02:04:45 +00:00
cxa_exception.hpp [libcxxabi] Clean up macro usage. 2017-03-01 11:42:01 +00:00
cxa_exception_storage.cpp [libcxxabi] Introduce an externally threaded libc++abi variant. 2017-01-03 12:58:34 +00:00
cxa_guard.cpp Turn on -Wunused-function and cleanup occurances 2017-03-04 01:02:35 +00:00
cxa_handlers.cpp [libc++abi] Clean up visibility 2017-03-01 03:55:57 +00:00
cxa_handlers.hpp [libc++abi] Clean up visibility 2017-03-01 03:55:57 +00:00
cxa_noexception.cpp [libc++abi] Clean up visibility 2017-03-01 03:55:57 +00:00
cxa_personality.cpp [libcxxabi] Clean up macro usage. 2017-03-01 11:42:01 +00:00
cxa_thread_atexit.cpp [libc++abi] Clean up visibility 2017-03-01 03:55:57 +00:00
cxa_unexpected.cpp [libc++abi] Clean up visibility 2017-03-01 03:55:57 +00:00
cxa_vector.cpp ibc++abi: mark visibility 2015-12-04 02:14:58 +00:00
cxa_virtual.cpp Fix non-reserved macro names LIBCXXABI_NORETURN and LIBCXXABI_ARM_EHABI. 2017-03-01 02:23:54 +00:00
fallback_malloc.cpp Fully Reformat fallback_malloc.cpp 2017-03-04 03:23:15 +00:00
fallback_malloc.h [libcxxabi] Fix alignment of allocated exceptions in 32 bit builds 2017-03-04 02:04:45 +00:00
private_typeinfo.cpp [libc++abi] Clean up visibility 2017-03-01 03:55:57 +00:00
private_typeinfo.h [libc++abi] Clean up visibility 2017-03-01 03:55:57 +00:00
stdlib_exception.cpp Cleanup new/delete definitions 2017-03-01 23:59:34 +00:00
stdlib_new_delete.cpp [libc++abi] Update new/delete definitions to match libc++ 2017-03-02 19:25:53 +00:00
stdlib_stdexcept.cpp Rename TU names to not conflict with libc++. 2016-11-18 09:54:49 +00:00
stdlib_typeinfo.cpp Rename TU names to not conflict with libc++. 2016-11-18 09:54:49 +00:00