aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra/clang-include-fixer
AgeCommit message (Expand)AuthorFilesLines
2023-06-05Check for a ‘buffer’ type instead of ‘buffer-live’.Philipp Stephani1-6/+6
2023-05-23[NFC][Py Reformat] Reformat python files in clang and clang-tools-extraTobias Hieta2-238/+269
2023-04-13[include-fixer] Add the missing variant header to the STL header list.Haojian Wu1-0/+1
2023-03-06[include-fixer] Add the missing optional header to the STL header list.Haojian Wu1-0/+1
2023-01-07[clang-tools-extra] Remove remaining uses of llvm::Optional (NFC)Kazu Hirata1-1/+0
2023-01-07[clang-tools-extra] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata3-4/+4
2023-01-07[clang-tools-extra] Add #include <optional> (NFC)Kazu Hirata3-0/+3
2022-12-05Remove unused #include "llvm/ADT/Optional.h"Fangrui Song1-1/+0
2022-12-03[clang-tools-extra] Use std::nullopt instead of None (NFC)Kazu Hirata2-5/+6
2022-09-28try to fix build more after 16544cbe64b8Nico Weber1-0/+3
2022-09-25[clang-format][NFC] Rewrite prints in python3 compatible wayDanil Sidoruk1-3/+3
2022-09-07[cmake] do not set execution permission to regular files.Sinan Lin1-2/+2
2022-09-02[NFC] Make MultiplexExternalSemaSource own sourcesChris Bieneman1-8/+9
2022-08-09LLVM_FALLTHROUGH => [[fallthrough]]. NFCFangrui Song1-3/+3
2022-07-27[clang] Implement ElaboratedType sugaring for types written bareMatheus Izvekov1-1/+2
2022-07-23Use llvm::sort instead of std::sort where possibleDmitri Gribenko1-6/+6
2022-07-23Use the range-based overload of llvm::sort where possibleDmitri Gribenko1-1/+1
2022-07-14Revert "[clang] Implement ElaboratedType sugaring for types written bare"Jonas Devlieghere1-2/+1
2022-07-15[clang] Implement ElaboratedType sugaring for types written bareMatheus Izvekov1-1/+2
2022-07-13Revert "[clang] Implement ElaboratedType sugaring for types written bare"Jonas Devlieghere1-2/+1
2022-07-13[clang] Implement ElaboratedType sugaring for types written bareMatheus Izvekov1-1/+2
2022-01-22[clang-tools-extra][cmake] Use `GNUInstallDirs` to support custom installatio...John Ericson2-3/+3
2022-01-16Revert "[cmake] Use `GNUInstallDirs` to support custom installation dirs."John Ericson2-3/+3
2022-01-16[cmake] Use `GNUInstallDirs` to support custom installation dirs.John Ericson2-3/+3
2022-01-15Revert "[cmake] Use `GNUInstallDirs` to support custom installation dirs."John Ericson2-3/+3
2022-01-15[cmake] Use `GNUInstallDirs` to support custom installation dirs.John Ericson2-3/+3
2021-12-31[clang-tools-extra] Remove unused using (NFC)Kazu Hirata2-3/+0
2021-12-20[clang-include-fixer] Fix incorrect ranking because of dangling referencesDanila Kutenin1-10/+11
2021-09-14Cleanup identifier parsing; NFCCorentin Jabot1-1/+1
2021-02-03[clang-include-fixer] Pre-reserve vector size. NFCSam McCall1-0/+1
2021-01-29[clang-tooling] Prevent llvm::fatal_error on invalid CLI optionserge-sans-paille2-2/+15
2020-08-05[clang][nearly-NFC] Remove some superfluous uses of NamedDecl::getNameAsStringBruno Ricci1-1/+1
2020-06-23[openmp] Add missing dependencies for OMP.h.inc after d90443bValentin Clement3-0/+9
2020-06-17[clang-tools-extra] Prevent linking to duplicate .a libs and dylibMichał Górny2-2/+8
2020-04-07[OpenMP] "UnFix" layering problem with FrontendOpenMPJohannes Doerfert1-0/+1
2020-04-06Remove llvm::Error include form Diagnostic.hReid Kleckner1-0/+1
2020-04-05[clang-tools-extra] NFC: Fix trivial typo in documents and commentsKazuaki Ishizaki6-6/+6
2020-03-11Avoid including FileManager.h from SourceManager.hReid Kleckner1-0/+1
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer9-13/+19
2020-01-04NFC: Fix trivial typos in commentsKazuaki Ishizaki2-3/+3
2019-12-03Fix compatibility with python3 of clang-include-fixer.pyYannick Brehon1-1/+1
2019-11-28[include-fixer] Python 3 support for clang-include-fixer.pyBenjamin Kramer1-8/+10
2019-11-22[clang-include-fixer] Suppress cmd prompt from Vim on WindowsReid Kleckner1-1/+8
2019-11-14[clang-include-fixer] Skip .rc files when finding symbolsReid Kleckner1-0/+3
2019-10-04[clang-tools-extra] [cmake] Link against libclang-cpp whenever possibleMichal Gorny2-3/+9
2019-10-04[clang-tools-extra] [cmake] Use add_clang_tool() to install toolsMichal Gorny2-7/+1
2019-08-29Changed FrontendActionFactory::create to return a std::unique_ptrDmitri Gribenko1-2/+2
2019-08-22Remove \brief commands from doxygen comments.Dmitri Gribenko8-37/+37
2019-08-14[clang-tools-extra] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere6-8/+8
2019-08-05Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song1-1/+1