summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [clang-tools-extra] Use *{Set,Map}::contains (NFC)Kazu Hirata2023-03-141-1/+1
* [clang-tidy][NFC] Use C++17 nested namespaces in clang-tidy headersCarlos Galvez2023-01-232-12/+4
* [clang-tidy][NFC] Use C++17 nested namespaces in the clang-tidy folderCarlos Galvez2023-01-143-16/+6
* [clang-tools-extra] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata2023-01-072-2/+2
* [clang-tools-extra] Add #include <optional> (NFC)Kazu Hirata2023-01-072-0/+2
* NFC: [clang] Template argument cleanups.Matheus Izvekov2022-10-251-2/+4
* [clang-tidy] Organize check doc files into subdirectories (NFC)Richard2022-06-162-2/+2
* [clang-tidy][NFC] replace some redundant std::string creationsNathan James2022-01-191-57/+52
* [clang-tidy] Fix mpi checks when running multiple TUs per clang-tidy processNathan James2021-03-254-20/+33
* TypeMismatchCheck.cpp - fix Wdocumentation warning. NFCI.Simon Pilgrim2021-02-051-1/+1
* [clang-tidy] Applied clang-tidy fixes. NFCAlexander Kornienko2021-01-292-30/+30
* [openmp] Add missing dependencies for OMP.h.inc after d90443bValentin Clement2020-06-231-0/+3
* [clang-tools-extra] Prevent linking to duplicate .a libs and dylibMichał Górny2020-06-171-2/+6
* [OpenMP] "UnFix" layering problem with FrontendOpenMPJohannes Doerfert2020-04-071-1/+4
* Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer2020-01-281-9/+11
* [clang-tidy] Switch checks to #include "ClangTidyCheck.h"Alexander Kornienko2019-03-252-2/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-195-20/+15
* [clang-tidy] Add dependency to clangAnalysis after rC343160Fangrui Song2018-09-271-0/+1
* modernize-use-auto NFC fixesPiotr Padlewski2016-12-141-1/+1
* [clang-tools-extra] Format sources with clang-format. NFC.Mandeep Singh Grang2016-11-081-2/+1
* [clang-tidy] Cleaning up language options.Gabor Horvath2016-09-241-2/+1
* [clang-tidy] MPIBufferDerefCheck Alexander Droste2016-08-124-0/+186
* [extra-tools] Fix extra tools build bot warnings due to incorrect docEtienne Bergeron2016-08-031-2/+2
* [clang-tidy] Fix missing dependency to static analyzerEtienne Bergeron2016-08-021-0/+1
* [clang-tidy] MPITypeMismatchCheckAlexander Kornienko2016-08-024-0/+440
* Revert "MPITypeMismatchCheck for Clang-Tidy"Alexander Kornienko2016-07-254-432/+0
* MPITypeMismatchCheck for Clang-TidyAlexander Kornienko2016-07-254-0/+432