summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/DriverOptions.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/lib/Driver/DriverOptions.cpp')
-rw-r--r--clang/lib/Driver/DriverOptions.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Driver/DriverOptions.cpp b/clang/lib/Driver/DriverOptions.cpp
index 1ad188838ed..25157e37aa5 100644
--- a/clang/lib/Driver/DriverOptions.cpp
+++ b/clang/lib/Driver/DriverOptions.cpp
@@ -40,7 +40,7 @@ public:
}
std::unique_ptr<OptTable> clang::driver::createDriverOptTable() {
- auto Result = llvm::make_unique<DriverOptTable>();
+ auto Result = std::make_unique<DriverOptTable>();
// Options.inc is included in DriverOptions.cpp, and calls OptTable's
// addValues function.
// Opt is a variable used in the code fragment in Options.inc.
OpenPOWER on IntegriCloud