llvm-project/clang-tools-extra/clang-tidy/fuchsia
Julie Hockett d9b3d08a9a [clang-tidy] Split fuchsia-default-arguments
Splits fuchsia-default-arguments check into two checks. fuchsia-default-arguments-calls warns if a function or method is called with default arguments. fuchsia-default-arguments-declarations warns if a function or method is declared with default parameters.

Committed on behalf of @diegoast (Diego Astiazarán).

Resolves b38051.

Differential Revision: https://reviews.llvm.org/D62437

llvm-svn: 363712
2019-06-18 18:07:33 +00:00
..
CMakeLists.txt [clang-tidy] Split fuchsia-default-arguments 2019-06-18 18:07:33 +00:00
DefaultArgumentsCallsCheck.cpp [clang-tidy] Split fuchsia-default-arguments 2019-06-18 18:07:33 +00:00
DefaultArgumentsCallsCheck.h [clang-tidy] Split fuchsia-default-arguments 2019-06-18 18:07:33 +00:00
DefaultArgumentsDeclarationsCheck.cpp [clang-tidy] Split fuchsia-default-arguments 2019-06-18 18:07:33 +00:00
DefaultArgumentsDeclarationsCheck.h [clang-tidy] Split fuchsia-default-arguments 2019-06-18 18:07:33 +00:00
FuchsiaTidyModule.cpp [clang-tidy] Split fuchsia-default-arguments 2019-06-18 18:07:33 +00:00
MultipleInheritanceCheck.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
MultipleInheritanceCheck.h [clang-tidy] Switch checks to #include "ClangTidyCheck.h" 2019-03-25 12:38:26 +00:00
OverloadedOperatorCheck.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
OverloadedOperatorCheck.h [clang-tidy] Switch checks to #include "ClangTidyCheck.h" 2019-03-25 12:38:26 +00:00
RestrictSystemIncludesCheck.cpp [clang-tidy] Move all checks to the new registerPPCallbacks API 2019-03-22 18:58:12 +00:00
RestrictSystemIncludesCheck.h [clang-tidy] Switch checks to #include "ClangTidyCheck.h" 2019-03-25 12:38:26 +00:00
StaticallyConstructedObjectsCheck.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
StaticallyConstructedObjectsCheck.h [clang-tidy] Switch checks to #include "ClangTidyCheck.h" 2019-03-25 12:38:26 +00:00
TrailingReturnCheck.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
TrailingReturnCheck.h [clang-tidy] Switch checks to #include "ClangTidyCheck.h" 2019-03-25 12:38:26 +00:00
VirtualInheritanceCheck.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
VirtualInheritanceCheck.h [clang-tidy] Switch checks to #include "ClangTidyCheck.h" 2019-03-25 12:38:26 +00:00