[all-commits] [llvm/llvm-project] f99133: - Update .clang-tidy to ignore parameters of main ...
Nathan James via All-commits
all-commits at lists.llvm.org
Fri Jan 31 08:49:50 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: f99133e853bfd2456b334e70933ec0403ad512d6
https://github.com/llvm/llvm-project/commit/f99133e853bfd2456b334e70933ec0403ad512d6
Author: Nathan James <n.james93 at hotmail.co.uk>
Date: 2020-01-31 (Fri, 31 Jan 2020)
Changed paths:
M .clang-tidy
M clang/.clang-tidy
M llvm/.clang-tidy
Log Message:
-----------
- Update .clang-tidy to ignore parameters of main like functions for naming violations in clang and llvm directory
Summary: Every call to a main like function in llvm and clang lib violates the naming convention for parameters. This prevents clang-tidy warning on such breaches.
Reviewers: alexfh, hokein
Reviewed By: hokein
Subscribers: merge_guards_bot, aheejin, cfe-commits, llvm-commits
Tags: #clang, #llvm
Differential Revision: https://reviews.llvm.org/D73715
More information about the All-commits
mailing list