diff options
author | Eugene Zelenko <eugene.zelenko@gmail.com> | 2016-12-05 21:55:02 +0000 |
---|---|---|
committer | Eugene Zelenko <eugene.zelenko@gmail.com> | 2016-12-05 21:55:02 +0000 |
commit | 721806c5ce70eb9903cc195acee2c897fee13016 (patch) | |
tree | 09509a38212b2b4f72c23dc10bc36b00016faee5 /llvm/include/llvm/Support/CommandLine.h | |
parent | cc35f904927e237a3a1c3239b4f27584382bec5c (diff) | |
download | bcm5719-llvm-721806c5ce70eb9903cc195acee2c897fee13016.tar.gz bcm5719-llvm-721806c5ce70eb9903cc195acee2c897fee13016.zip |
[IR] Fix some Clang-tidy modernize-use-equals-delete and Include What You Use warnings; other minor fixes (NFC).
Also remove obsolete comment from CommandLine.h spotted by Malcolm Parsons.
llvm-svn: 288714
Diffstat (limited to 'llvm/include/llvm/Support/CommandLine.h')
-rw-r--r-- | llvm/include/llvm/Support/CommandLine.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/include/llvm/Support/CommandLine.h b/llvm/include/llvm/Support/CommandLine.h index 515c18ed1d9..204672f88dd 100644 --- a/llvm/include/llvm/Support/CommandLine.h +++ b/llvm/include/llvm/Support/CommandLine.h @@ -837,7 +837,6 @@ public: typedef OptionValue<DataType> OptVal; protected: - // Workaround Clang PR22793 ~basic_parser() = default; }; |