llvm-capstone/libcxx/src
Howard Hinnant bd037ab4ba Saleem Abdulrasool: GCC complains about the template functions as potentially not being able to be
inlined.  These do not need to be always-inlined for ABI stability because they are not exported beyond this source due to the unnamed namespace.
Also simplified use of the Wmissing-field-initializers pragma as was done for clang.

llvm-svn: 171202
2012-12-28 18:15:01 +00:00
..
support
algorithm.cpp
bind.cpp
chrono.cpp Zhang Xiongpang: Add definitions for const data members. Fixes http://llvm.org/bugs/show_bug.cgi?id=14585. 2012-12-12 21:14:28 +00:00
condition_variable.cpp Change sleep_for, sleep_until, and the condition_variable timed wait 2012-08-30 19:14:33 +00:00
debug.cpp Saleem Abdulrasool: This just rounds up a few compile warnings emitted by GCC (4.7.2). 2012-12-27 18:46:00 +00:00
exception.cpp [CMake] Add support for selecting which c++ abi library to use. 2012-11-30 21:02:29 +00:00
future.cpp noexcept applied to <future>. 2012-07-21 17:46:55 +00:00
hash.cpp Saleem Abdulrasool: avoid hardcoding buffer lengths. 2012-12-27 21:17:53 +00:00
ios.cpp
iostream.cpp
locale.cpp Saleem Abdulrasool: GCC complains about the template functions as potentially not being able to be 2012-12-28 18:15:01 +00:00
memory.cpp Rename uses of _ and __ because these are getting stepped on by macros from other system code. 2012-10-30 19:06:59 +00:00
mutex.cpp noexcept and constexpr applied to <mutex>. 2012-07-21 16:13:09 +00:00
new.cpp Patch by Andrew C. Morrow: Conditionally include cxxabi.h in new.cpp and typeinfo.cpp. Both new.cpp and typeinfo.cpp have code that is conditionally compiled 2012-07-26 17:42:39 +00:00
random.cpp
regex.cpp
stdexcept.cpp Some minor mingw64 porting tweaks from Glen. 2012-09-03 18:13:11 +00:00
string.cpp
strstream.cpp
system_error.cpp
thread.cpp Saleem Abdulrasool: cleanup a few more compile warnings emitted by GCC. 2012-12-27 23:24:31 +00:00
typeinfo.cpp Patch by Andrew C. Morrow: Conditionally include cxxabi.h in new.cpp and typeinfo.cpp. Both new.cpp and typeinfo.cpp have code that is conditionally compiled 2012-07-26 17:42:39 +00:00
utility.cpp
valarray.cpp