aboutsummaryrefslogtreecommitdiff
path: root/clang-tidy/zircon
AgeCommit message (Collapse)Author
2018-11-25A bit of AST matcher cleanup, NFC.Alexander Kornienko
Removed the uses of the allOf() matcher inside node matchers that are implicit allOf(). Replaced uses of allOf() with the explicit node matcher where it makes matchers more readable. Replace anyOf(hasName(), hasName(), ...) with the more efficient and readable hasAnyName(). git-svn-id: https://llvm.org/svn/llvm-project/clang-tools-extra/trunk@347520 91177308-0d34-0410-b5e6-96231b3b80d8
2018-03-14[clang-tidy] Add Zircon module to clang-tidyJulie Hockett
Adding a Zircon module to clang-tidy for checks specific to the Zircon kernel, and adding a checker to fuchsia-zx (for zircon) to flag instances where specific objects are temporarily created. Differential Revision: https://reviews.llvm.org/D44346 git-svn-id: https://llvm.org/svn/llvm-project/clang-tools-extra/trunk@327590 91177308-0d34-0410-b5e6-96231b3b80d8