forked from OSchip/llvm-project
29c42f2a25
that provides the behavior of the C++11 library trait std::is_trivially_constructible<T, Args...>, which can't be implemented purely as a library. Since __is_trivially_constructible can have zero or more arguments, I needed to add Yet Another Type Trait Expression Class, this one handling arbitrary arguments. The next step will be to migrate UnaryTypeTrait and BinaryTypeTrait over to this new, more general TypeTrait class. Fixes the Clang side of <rdar://problem/10895483> / PR12038. llvm-svn: 151352 |
||
---|---|---|
.. | ||
tools | ||
AddressSanitizer.html | ||
AnalyzerRegions.html | ||
AutomaticReferenceCounting.html | ||
Block-ABI-Apple.txt | ||
BlockLanguageSpec.txt | ||
DriverArchitecture.png | ||
DriverInternals.html | ||
InternalsManual.html | ||
LanguageExtensions.html | ||
Makefile | ||
PCHInternals.html | ||
PCHLayout.graffle | ||
PCHLayout.png | ||
PTHInternals.html | ||
ReleaseNotes.html | ||
UsersManual.html | ||
doxygen.cfg.in | ||
doxygen.css | ||
doxygen.footer | ||
doxygen.header | ||
doxygen.intro |