| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
With the compiler-rt check for C++14 updated in r368960, this should now
be fine to land.
llvm-svn: 369009
|
|
|
|
|
|
|
|
|
|
| |
The X-ray unit tests in compiler-rt are overriding the C++ version by
explicitly passing -std=c++11 in the compiler invocation. This poses a
problem as these tests are including LLVM headers that can now use C++14
features. I'm temporarily reverting this as I investigate the correct
solution.
llvm-svn: 368952
|
|
|
|
|
|
|
|
|
|
| |
Now that we've moved to C++14, we no longer need the llvm::make_unique
implementation from STLExtras.h. This patch is a mechanical replacement
of (hopefully) all the llvm::make_unique instances across the monorepo.
Differential revision: https://reviews.llvm.org/D66259
llvm-svn: 368946
|
|
Like r367463, but for xray/texts/unit.
llvm-svn: 367550
|