commit | c04d05920edbb95774b4a8cd7db9abc801819c19 | [log] [tgz] |
---|---|---|
author | Fangrui Song <maskray@google.com> | Thu Sep 06 20:23:34 2018 +0000 |
committer | Fangrui Song <maskray@google.com> | Thu Sep 06 20:23:34 2018 +0000 |
tree | 500d3391bed0ad59ae7e9c8eee5ed177b03736b7 | |
parent | 06ee15c9a5958e6eaff3e6af92aaf963c58a6bec [diff] |
[llvm-dwp] Use cl:: instead of using namespace cl `using namespace cl` makes llvm::cl::Optional (in Support/CommandLine.h) visible which will cause ambiguity when unqualified `Optional` is looked up (can also refer to llvm::Optional). cl:: is used much more than `using namespace cl`, so let's not use the latter. Also append \n to the argument of cl::ParseCommandLineOptions git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@341584 91177308-0d34-0410-b5e6-96231b3b80d8