Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2023-01-14 | [clang-tidy][NFC] Use C++17 nested namespaces in the clang-tidy folder | Carlos Galvez | 1 | -6/+2 |
2022-01-19 | [clang-tidy][NFC] replace some redundant std::string creations | Nathan James | 1 | -6/+5 |
2021-01-29 | [clang-tidy] Applied clang-tidy fixes. NFC | Alexander Kornienko | 1 | -6/+6 |
2020-06-29 | [clang-tidy][NFC] Remove unnecessary includes throughout clang-tidy header files | Nathan James | 1 | -0/+3 |
2020-01-28 | Make llvm::StringRef to std::string conversions explicit. | Benjamin Kramer | 1 | -1/+1 |
2019-08-14 | [clang-tools-extra] Migrate llvm::make_unique to std::make_unique | Jonas Devlieghere | 1 | -1/+1 |
2019-03-22 | [clang-tidy] Move all checks to the new registerPPCallbacks API | Alexander Kornienko | 1 | -4/+3 |
2019-01-19 | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 1 | -4/+3 |
2019-01-11 | [clang-tidy] new check 'readability-redundant-preprocessor' | Miklos Vajna | 1 | -0/+109 |