diff options
author | Fangrui Song <maskray@google.com> | 2018-09-06 20:23:34 +0000 |
---|---|---|
committer | Fangrui Song <maskray@google.com> | 2018-09-06 20:23:34 +0000 |
commit | e19ee2900280c3d9b99f498026dad3405bcf25c7 (patch) | |
tree | e92885e86327800270228b76b3103c5c7c7d985e /llvm/lib/Analysis/LoopAnalysisManager.cpp | |
parent | 9b11da91c7d7ef953f8cd01e0a65ba51aa7b0467 (diff) | |
download | llvm-e19ee2900280c3d9b99f498026dad3405bcf25c7.zip llvm-e19ee2900280c3d9b99f498026dad3405bcf25c7.tar.gz llvm-e19ee2900280c3d9b99f498026dad3405bcf25c7.tar.bz2 |
[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
llvm-svn: 341584
Diffstat (limited to 'llvm/lib/Analysis/LoopAnalysisManager.cpp')
0 files changed, 0 insertions, 0 deletions