diff options
author | Roman Lebedev <lebedev.ri@gmail.com> | 2019-02-06 19:17:30 +0000 |
---|---|---|
committer | Roman Lebedev <lebedev.ri@gmail.com> | 2019-02-06 19:17:30 +0000 |
commit | 058b628264d276515a0aab66285816fe6cde2aa2 (patch) | |
tree | 0ad25aed1825116bca2e587f7f294f7feaa00931 /lldb/packages/Python/lldbsuite/test/lang/cpp/exceptions/exceptions.cpp | |
parent | e98f590c3e029a35b392784f9af8e412e41f1b88 (diff) | |
download | bcm5719-llvm-058b628264d276515a0aab66285816fe6cde2aa2.tar.gz bcm5719-llvm-058b628264d276515a0aab66285816fe6cde2aa2.zip |
[clang-tidy] modernize-avoid-c-arrays: avoid main function (PR40604)
Summary:
The check should ignore the main function, the program entry point.
It is not possible to use `std::array<>` for the `argv`.
The alternative is to use `char** argv`.
Fixes [[ https://bugs.llvm.org/show_bug.cgi?id=40604 | PR40604 ]]
Reviewers: JonasToth, aaron.ballman
Reviewed By: aaron.ballman
Subscribers: xazax.hun, hans, cfe-commits
Tags: #clang-tools-extra, #clang
Differential Revision: https://reviews.llvm.org/D57787
llvm-svn: 353327
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lang/cpp/exceptions/exceptions.cpp')
0 files changed, 0 insertions, 0 deletions