Commit Graph

4 Commits

Author SHA1 Message Date
Richard Smith 0a465bb28e all-std-headers.cpp: Include the C++11 headers when building with clang
in -std=gnu++11 mode.

llvm-svn: 154654
2012-04-13 03:39:16 +00:00
Richard Smith f016bbcc61 For PR11916: Add support for g++'s __int128 keyword. Unlike __int128_t, this is
a type specifier and can be combined with unsigned. This allows libstdc++4.7 to
be used with clang in c++98 mode.

Several other changes are still required for libstdc++4.7 to work with clang in
c++11 mode.

llvm-svn: 153999
2012-04-04 06:24:32 +00:00
Richard Smith 9bd64f90e2 Extend all-std-headers.cpp to include C++11 headers when building in C++11 mode.
Conditionally include headers which older STL implementations don't provide.

llvm-svn: 150526
2012-02-14 23:06:14 +00:00
Douglas Gregor 4d46522df1 Add an input file that includes all standard C++ headers
llvm-svn: 83042
2009-09-29 03:26:11 +00:00