summaryrefslogtreecommitdiff
path: root/clang-tools-extra/clang-include-fixer
Commit message (Expand)AuthorAgeFilesLines
* [include-fixer] Add the missing variant header to the STL header list.Haojian Wu2023-04-131-0/+1
* [include-fixer] Add the missing optional header to the STL header list.Haojian Wu2023-03-061-0/+1
* [clang-tools-extra] Remove remaining uses of llvm::Optional (NFC)Kazu Hirata2023-01-071-1/+0
* [clang-tools-extra] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata2023-01-073-4/+4
* [clang-tools-extra] Add #include <optional> (NFC)Kazu Hirata2023-01-073-0/+3
* Remove unused #include "llvm/ADT/Optional.h"Fangrui Song2022-12-051-1/+0
* [clang-tools-extra] Use std::nullopt instead of None (NFC)Kazu Hirata2022-12-032-5/+6
* try to fix build more after 16544cbe64b8Nico Weber2022-09-281-0/+3
* [clang-format][NFC] Rewrite prints in python3 compatible wayDanil Sidoruk2022-09-251-3/+3
* [cmake] do not set execution permission to regular files.Sinan Lin2022-09-071-2/+2
* [NFC] Make MultiplexExternalSemaSource own sourcesChris Bieneman2022-09-021-8/+9
* LLVM_FALLTHROUGH => [[fallthrough]]. NFCFangrui Song2022-08-091-3/+3
* [clang] Implement ElaboratedType sugaring for types written bareMatheus Izvekov2022-07-271-1/+2
* Use llvm::sort instead of std::sort where possibleDmitri Gribenko2022-07-231-6/+6
* Use the range-based overload of llvm::sort where possibleDmitri Gribenko2022-07-231-1/+1
* Revert "[clang] Implement ElaboratedType sugaring for types written bare"Jonas Devlieghere2022-07-141-2/+1
* [clang] Implement ElaboratedType sugaring for types written bareMatheus Izvekov2022-07-151-1/+2
* Revert "[clang] Implement ElaboratedType sugaring for types written bare"Jonas Devlieghere2022-07-131-2/+1
* [clang] Implement ElaboratedType sugaring for types written bareMatheus Izvekov2022-07-131-1/+2
* [clang-tools-extra][cmake] Use `GNUInstallDirs` to support custom installatio...John Ericson2022-01-222-3/+3
* Revert "[cmake] Use `GNUInstallDirs` to support custom installation dirs."John Ericson2022-01-162-3/+3
* [cmake] Use `GNUInstallDirs` to support custom installation dirs.John Ericson2022-01-162-3/+3
* Revert "[cmake] Use `GNUInstallDirs` to support custom installation dirs."John Ericson2022-01-152-3/+3
* [cmake] Use `GNUInstallDirs` to support custom installation dirs.John Ericson2022-01-152-3/+3
* [clang-tools-extra] Remove unused using (NFC)Kazu Hirata2021-12-312-3/+0
* [clang-include-fixer] Fix incorrect ranking because of dangling referencesDanila Kutenin2021-12-201-10/+11
* Cleanup identifier parsing; NFCCorentin Jabot2021-09-141-1/+1
* [clang-include-fixer] Pre-reserve vector size. NFCSam McCall2021-02-031-0/+1
* [clang-tooling] Prevent llvm::fatal_error on invalid CLI optionserge-sans-paille2021-01-292-2/+15
* [clang][nearly-NFC] Remove some superfluous uses of NamedDecl::getNameAsStringBruno Ricci2020-08-051-1/+1
* [openmp] Add missing dependencies for OMP.h.inc after d90443bValentin Clement2020-06-233-0/+9
* [clang-tools-extra] Prevent linking to duplicate .a libs and dylibMichał Górny2020-06-172-2/+8
* [OpenMP] "UnFix" layering problem with FrontendOpenMPJohannes Doerfert2020-04-071-0/+1
* Remove llvm::Error include form Diagnostic.hReid Kleckner2020-04-061-0/+1
* [clang-tools-extra] NFC: Fix trivial typo in documents and commentsKazuaki Ishizaki2020-04-056-6/+6
* Avoid including FileManager.h from SourceManager.hReid Kleckner2020-03-111-0/+1
* Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer2020-01-289-13/+19
* NFC: Fix trivial typos in commentsKazuaki Ishizaki2020-01-042-3/+3
* Fix compatibility with python3 of clang-include-fixer.pyYannick Brehon2019-12-031-1/+1
* [include-fixer] Python 3 support for clang-include-fixer.pyBenjamin Kramer2019-11-281-8/+10
* [clang-include-fixer] Suppress cmd prompt from Vim on WindowsReid Kleckner2019-11-221-1/+8
* [clang-include-fixer] Skip .rc files when finding symbolsReid Kleckner2019-11-141-0/+3
* [clang-tools-extra] [cmake] Link against libclang-cpp whenever possibleMichal Gorny2019-10-042-3/+9
* [clang-tools-extra] [cmake] Use add_clang_tool() to install toolsMichal Gorny2019-10-042-7/+1
* Changed FrontendActionFactory::create to return a std::unique_ptrDmitri Gribenko2019-08-291-2/+2
* Remove \brief commands from doxygen comments.Dmitri Gribenko2019-08-228-37/+37
* [clang-tools-extra] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-146-8/+8
* Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song2019-08-051-1/+1
* [clang-tools-extra] Adopt FileManager's error-returning APIsHarlan Haskins2019-08-011-3/+2
* [clang][HeaderSearch] Shorten paths for includes in mainfile's directoryKadir Cetinkaya2019-07-031-2/+2