..
AvoidCStyleCastsCheck.cpp
Fix clang -Wimplicit-fallthrough warnings across llvm, NFC
2018-11-01 19:54:45 +00:00
AvoidCStyleCastsCheck.h
…
AvoidThrowingObjCExceptionCheck.cpp
NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects)
2018-10-30 20:31:30 +00:00
AvoidThrowingObjCExceptionCheck.h
add check to avoid throwing objc exception according to Google Objective-C guide
2017-11-16 01:28:29 +00:00
CMakeLists.txt
[clang-tidy/checks] Implement a clang-tidy check to verify Google Objective-C function naming conventions 📜
2018-11-17 02:37:21 +00:00
DefaultArgumentsCheck.cpp
[clang-tidy] new google-default-arguments check
2016-05-09 13:43:58 +00:00
DefaultArgumentsCheck.h
[clang-tidy] new google-default-arguments check
2016-05-09 13:43:58 +00:00
ExplicitConstructorCheck.cpp
Port getLocEnd -> getEndLoc
2018-08-09 22:43:02 +00:00
ExplicitConstructorCheck.h
…
ExplicitMakePairCheck.cpp
Port getLocStart -> getBeginLoc
2018-08-09 22:42:26 +00:00
ExplicitMakePairCheck.h
…
FunctionNamingCheck.cpp
[clang-tidy/checks] Implement a clang-tidy check to verify Google Objective-C function naming conventions 📜
2018-11-17 02:37:21 +00:00
FunctionNamingCheck.h
[clang-tidy/checks] Implement a clang-tidy check to verify Google Objective-C function naming conventions 📜
2018-11-17 02:37:21 +00:00
GlobalNamesInHeadersCheck.cpp
Port getLocStart -> getBeginLoc
2018-08-09 22:42:26 +00:00
GlobalNamesInHeadersCheck.h
[clang-tidy] Fix/add style guide links.
2016-05-19 09:31:30 +00:00
GlobalVariableDeclarationCheck.cpp
NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects)
2018-10-30 20:31:30 +00:00
GlobalVariableDeclarationCheck.h
Add new check in google module for Objective-C code to ensure global variables follow the naming convention of Google Objective-C Style Guide
2017-11-07 08:53:37 +00:00
GoogleTidyModule.cpp
[clang-tidy/checks] Implement a clang-tidy check to verify Google Objective-C function naming conventions 📜
2018-11-17 02:37:21 +00:00
IntegerTypesCheck.cpp
Port getLocStart -> getBeginLoc
2018-08-09 22:42:26 +00:00
IntegerTypesCheck.h
…
NonConstReferences.cpp
modernize-use-auto NFC fixes
2016-12-14 15:29:23 +00:00
NonConstReferences.h
[clang-tidy] Add a whitelist option in google-runtime-references.
2016-10-10 16:38:11 +00:00
OverloadedUnaryAndCheck.cpp
A bit of AST matcher cleanup, NFC.
2018-11-25 02:41:01 +00:00
OverloadedUnaryAndCheck.h
…
TodoCommentCheck.cpp
…
TodoCommentCheck.h
…
UnnamedNamespaceInHeaderCheck.cpp
Port getLocStart -> getBeginLoc
2018-08-09 22:42:26 +00:00
UnnamedNamespaceInHeaderCheck.h
…
UsingNamespaceDirectiveCheck.cpp
Port getLocStart -> getBeginLoc
2018-08-09 22:42:26 +00:00
UsingNamespaceDirectiveCheck.h
Make google-build-using-namespace skip std::.*literals
2017-05-15 17:37:48 +00:00