summaryrefslogtreecommitdiff
path: root/INPUTS/all-std-headers.cpp
AgeCommit message (Collapse)AuthorFilesLines
2012-04-13all-std-headers.cpp: Include the C++11 headers when building with clangRichard Smith1-1/+1
in -std=gnu++11 mode. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@154654 91177308-0d34-0410-b5e6-96231b3b80d8
2012-04-04For PR11916: Add support for g++'s __int128 keyword. Unlike __int128_t, this isRichard Smith1-1/+3
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. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@153999 91177308-0d34-0410-b5e6-96231b3b80d8
2012-02-14Extend all-std-headers.cpp to include C++11 headers when building in C++11 mode.Richard Smith1-0/+33
Conditionally include headers which older STL implementations don't provide. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@150526 91177308-0d34-0410-b5e6-96231b3b80d8
2009-09-29Add an input file that includes all standard C++ headersDouglas Gregor1-0/+51
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@83042 91177308-0d34-0410-b5e6-96231b3b80d8