aboutsummaryrefslogtreecommitdiff
path: root/clang-tidy/ClangTidy.h
diff options
context:
space:
mode:
authorHans Wennborg <hans@hanshq.net>2019-02-07 11:04:04 +0000
committerHans Wennborg <hans@hanshq.net>2019-02-07 11:04:04 +0000
commited4e2ec42201e8e3c9164993d3f1b52b5d5a3951 (patch)
tree2991d4df3a302d349145bae2faed562d793b2194 /clang-tidy/ClangTidy.h
parentf41725ff15ce6971838ae569afa25f05283ab5fc (diff)
Merging r353327:
------------------------------------------------------------------------ r353327 | lebedevri | 2019-02-06 20:17:30 +0100 (Wed, 06 Feb 2019) | 18 lines [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 ------------------------------------------------------------------------ git-svn-id: https://llvm.org/svn/llvm-project/clang-tools-extra/branches/release_80@353391 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'clang-tidy/ClangTidy.h')
0 files changed, 0 insertions, 0 deletions