| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
llvm-svn: 210442
|
|
|
|
|
|
|
|
| |
type_traits.h
Simplify the remaining ones a bit.
llvm-svn: 203249
|
|
|
|
|
|
|
|
|
|
| |
This compiles with no changes to clang/lld/lldb with MSVC and includes
overloads to various functions which are used by those projects and llvm
which have OwningPtr's as parameters. This should allow out of tree
projects some time to move. There are also no changes to libs/Target,
which should help out of tree targets have time to move, if necessary.
llvm-svn: 203083
|
|
|
|
|
|
|
|
|
|
|
|
| |
directly care about the Value class (it is templated so that the key can
be any arbitrary Value subclass), it is in fact concretely tied to the
Value class through the ValueHandle's CallbackVH interface which relies
on the key type being some Value subclass to establish the value handle
chain.
Ironically, the unittest is already in the right library.
llvm-svn: 202824
|
|
|
|
|
|
| |
access to it on all host toolchains.
llvm-svn: 202642
|
|
|
|
| |
llvm-svn: 198330
|
|
|
|
|
|
| |
Suggested by Aaron Ballman.
llvm-svn: 198288
|
|
|
|
|
|
| |
Stopgap measure until we can just use static_assert().
llvm-svn: 198273
|
|
library rename.
llvm-svn: 171747
|