aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra/clang-tidy/fuchsia
AgeCommit message (Expand)AuthorFilesLines
2024-01-18[Clang][NFC] Rename CXXMethodDecl::isPure -> is VirtualPure (#78463)cor3ntin1-3/+3
2023-09-01[lldb] Fix duplicate word typos; NFCFangrui Song1-1/+1
2023-08-27[clang-tidy][NFC] Fix cppcoreguidelines-init-variables findingsPiotr Zegar1-1/+1
2023-08-04cmake: add missing dependencies on ClangDriverOptions tablegenJon Roelofs1-0/+1
2023-04-11[clang-tidy][NFC] Remove redundant allOf matcher callsNathan James1-2/+2
2023-01-23[clang-tidy][NFC] Use C++17 nested namespaces in clang-tidy headersCarlos Galvez7-42/+14
2023-01-14[clang-tidy][NFC] Use C++17 nested namespaces in the clang-tidy folderCarlos Galvez8-46/+16
2023-01-03[clang-tidy] Fix all broken links in the comment.Haojian Wu1-1/+1
2022-06-16[clang-tidy] Organize check doc files into subdirectories (NFC)Richard7-7/+7
2021-12-01Fix false positives in `fuchsia-trailing-return` check involving deduction gu...Fabian Wolff1-9/+4
2021-11-02[clang-tidy] Fix lint warnings in clang-tidy source code (NFC)Salman Javed1-2/+2
2021-01-29[clang-tidy] Applied clang-tidy fixes. NFCAlexander Kornienko1-4/+4
2020-12-11Remove references to the ast_type_traits namespaceAlexander Kornienko1-2/+2
2020-06-29[clang-tidy][NFC] Remove unnecessary includes throughout clang-tidy header filesNathan James1-0/+1
2020-06-23[openmp] Add missing dependencies for OMP.h.inc after d90443bValentin Clement1-0/+3
2020-06-17[clang-tools-extra] Prevent linking to duplicate .a libs and dylibMichał Górny1-3/+7
2020-05-21Set traversal explicitly where needed in clang-tidyStephen Kelly1-11/+13
2020-04-07[OpenMP] "UnFix" layering problem with FrontendOpenMPJohannes Doerfert1-1/+4
2020-04-05[clang-tools-extra] NFC: Fix trivial typo in documents and commentsKazuaki Ishizaki1-1/+1
2020-04-05[clang-tools-extra] NFC: Fix trivial typo in documents and commentsKazuaki Ishizaki1-1/+1
2020-03-10[clang-tidy] Move fuchsia-restrict-system-includes to portability module for ...Paula Toth4-167/+0
2020-03-03[clang-tidy] Change checks to use new isLanguageVersionSupported restrictionNathan James6-14/+9
2019-08-26Moved GlobList into a separate header fileDmitri Gribenko1-2/+1
2019-08-14[clang-tools-extra] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere1-1/+1
2019-07-17[clang-tidy] Exclude forward decls from fuchsia-multiple-inheritanceJulie Hockett1-1/+2
2019-06-18[clang-tidy] Split fuchsia-default-argumentsJulie Hockett7-74/+140
2019-03-25[clang-tidy] Switch checks to #include "ClangTidyCheck.h"Alexander Kornienko7-7/+7
2019-03-22[clang-tidy] Move all checks to the new registerPPCallbacks APIAlexander Kornienko2-7/+7
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth15-60/+45
2019-01-16[clang-tidy] Avoid fuchsia-overloaded-operator false positive with lambdas af...Sam McCall1-0/+2
2018-11-25A bit of AST matcher cleanup, NFC.Alexander Kornienko2-15/+14
2018-08-09Port getLocEnd -> getEndLocStephen Kelly1-1/+1
2018-08-09Port getLocStart -> getBeginLocStephen Kelly6-17/+14
2018-07-27[clang-tidy] Fix a crash in fuchsia-multiple-inheritanceIlya Biryukov1-0/+5
2018-07-23[clang-tidy] remove private decltypeType in TrailingReturnTypeJonas Toth1-2/+0
2018-05-11Reland "[clang-tidy] Adding RestrictSystemIncludes check to Fuchsia module"Julie Hockett4-0/+170
2018-05-11Revert "[clang-tidy] Adding RestrictSystemIncludes check to Fuchsia module"Julie Hockett4-170/+0
2018-05-11[clang-tidy] Adding RestrictSystemIncludes check to Fuchsia moduleJulie Hockett4-0/+170
2018-05-09Revert "[clang-tidy] Adding RestrictSystemIncludes check to Fuchsia module"Julie Hockett4-176/+0
2018-05-09[clang-tidy] Adding RestrictSystemIncludes check to Fuchsia moduleJulie Hockett4-0/+176
2018-04-10[clang-tidy][Fuchsia]: don't forget to actually link to Google Module.Roman Lebedev1-0/+1
2018-04-10[clang-tidy] Adding alias for anon namespaces in header (fuchsia module)Julie Hockett1-0/+3
2018-02-18[tidy] Move private ast matchers into anonymous namespaces to avoid ODR confl...Benjamin Kramer5-9/+15
2018-02-13[clang-tidy] Update fuchsia-multiple-inheritance to not failJulie Hockett1-4/+4
2018-02-07[clang-tidy] Update fuchsia-multiple-inheritance to check for templatesJulie Hockett1-2/+2
2018-01-19[clang-tidy] Adding Fuchsia checker for multiple inheritanceJulie Hockett4-0/+177
2018-01-17[clang-tidy] Adding Fuchsia checker for trailing returnsJulie Hockett4-0/+97
2018-01-17[clang-tidy] Fixing Fuchsia overloaded operator warning messageJulie Hockett1-1/+1
2018-01-11[clang-tidy] Adding Fuchsia checker for statically constructed objectsJulie Hockett4-0/+99
2018-01-03[clang-tidy] Update fuchsia-overloaded-operator to check for valid locJulie Hockett1-2/+6