Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-11[include-cleaner] NFC, move the macro location fixme to findHeaders.Haojian Wu
2022-11-11[include-cleaner] NFC, correct a comment inHaojian Wu
2022-11-11[clang-include-cleaner] make SymbolLocation a real class, move FindHeadersSam McCall
2022-11-11[include-cleaner] Provide public to_string of RefType (for HTMLReport), clean...Sam McCall
2022-11-11[include-cleaner] verbatimSpelling->verbatim, clean up some silly init-lists....Sam McCall
2022-11-11[include-cleaner] Initial version for the "Location=>Header" stepHaojian Wu
2022-11-10[include-cleaner] Add export IWYU pragma support.Haojian Wu
2022-11-09[include-cleaner] Add dependency to fix build with shared librariesIlya Biryukov
2022-11-08[include-cleaner] Missing changes from 38cccb906603Sam McCall
2022-11-08[include-cleaner] pass through recorded macro refs in walkUsedSam McCall
2022-11-08Fix call to utohexstrAaron Ballman
2022-11-08[Includecleaner] Introduce RefType to ast walkingKadir Cetinkaya
2022-11-08[include-cleaner] Record main-file macro occurences and includesSam McCall
2022-11-08[include-cleaner] Add the missing parts of Symbol and Header clases.Sam McCall
2022-10-31[include-cleaner] Add a data-structure to capture IWYU pragmas.Haojian Wu
2022-10-26[include-cleaner] Fix header guard. NFCSam McCall
2022-10-25[include-cleaner] Move vocabulary types into separate header for layering. NFCSam McCall
2022-10-25[IncludeCleaner] Handle more C++ constructsKadir Cetinkaya
2022-10-24[IncludeCleaner] Add public APIKadir Cetinkaya
2022-10-22Ensure newlines at the end of files (NFC)Kazu Hirata
2022-10-19[include-cleaner] Fix link errors when -DBUILD_SHARED_LIBS=ONKai Luo
2022-10-19[include-cleaner] Add line numbers to HTML outputSam McCall
2022-10-18[include-cleaner] Add include-cleaner tool, with initial HTML reportSam McCall
2022-10-04[clang-tools-extra] [test] Use CLANG_NO_DEFAULT_CONFIG=1Michał Górny
2022-06-09[include-cleaner] Fix build error in unit testChristian Kandeler
2022-04-29[include-cleaner] Add missing deps from unittestsSam McCall
2022-04-29[include-cleaner] Include-cleaner library structure, and simplistic AST walking.Sam McCall