llvm-project/libcxx
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
..
cmake http://llvm.org/bugs/show_bug.cgi?id=9399 fixed by Ryuta Suzuki 2011-05-24 12:54:00 +00:00
include Hyeon-Bin Jeong: readsome() need to reset gcount to zero. This fixes http://llvm.org/bugs/show_bug.cgi?id=14670. 2012-12-20 15:40:28 +00:00
lib [CMake] Add support for selecting which c++ abi library to use. 2012-11-30 21:02:29 +00:00
src Saleem Abdulrasool: GCC complains about the template functions as potentially not being able to be 2012-12-28 18:15:01 +00:00
test Test case for http://llvm.org/bugs/show_bug.cgi?id=14670. 2012-12-20 16:50:07 +00:00
www Fix type-o. 2012-11-27 18:52:32 +00:00
CMakeLists.txt [CMake] Add support for selecting which c++ abi library to use. 2012-11-30 21:02:29 +00:00
CREDITS.TXT Saleem Abdulrasool: Add entry to CREDITS.TXT. 2012-12-27 23:26:52 +00:00
LICENSE.TXT Happy new year 2012! 2012-01-01 08:16:56 +00:00
Makefile Fix installheaders target to do what it did prior to r161760. rdar://12348765 2012-09-21 20:49:54 +00:00