diff options
author | Rui Ueyama <ruiu@google.com> | 2016-05-27 02:47:38 +0000 |
---|---|---|
committer | Rui Ueyama <ruiu@google.com> | 2016-05-27 02:47:38 +0000 |
commit | 0d70ccd89584f774172cd1a418e29f7350fa4ba3 (patch) | |
tree | 5edd4d04eb25a21d52812cc749819fd8ec4da305 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 47bee32a57e34dfca31d9acc74181ad21fd536fd (diff) | |
download | bcm5719-llvm-0d70ccd89584f774172cd1a418e29f7350fa4ba3.tar.gz bcm5719-llvm-0d70ccd89584f774172cd1a418e29f7350fa4ba3.zip |
Remove use of is_trivially_constructible.
type_traits header in libstdc++ 4.8 does not define is_trivially_contructible
so the code doesn't compile with it.
In this file we are using the trait for assertion to provide a better
error message. Removing it doesn't change the meaning of the code.
Differential Revision: http://reviews.llvm.org/D20719
llvm-svn: 270957
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions