[clang-tidy] Check functions called from catch blocks
[platform/upstream/llvm.git] / clang-tools-extra / clang-include-fixer /
2023-06-05 Philipp StephaniCheck for a ‘buffer’ type instead of ‘buffer-live’.
2023-05-23 Tobias Hieta[NFC][Py Reformat] Reformat python files in clang and...
2023-04-13 Haojian Wu[include-fixer] Add the missing variant header to the...
2023-03-06 Haojian Wu[include-fixer] Add the missing optional header to...
2023-01-08 Kazu Hirata[clang-tools-extra] Remove remaining uses of llvm:...
2023-01-08 Kazu Hirata[clang-tools-extra] Use std::optional instead of llvm...
2023-01-08 Kazu Hirata[clang-tools-extra] Add #include <optional> (NFC)
2022-12-05 Fangrui SongRemove unused #include "llvm/ADT/Optional.h"
2022-12-03 Kazu Hirata[clang-tools-extra] Use std::nullopt instead of None...
2022-09-28 Nico Webertry to fix build more after 16544cbe64b8
2022-09-25 Danil Sidoruk[clang-format][NFC] Rewrite prints in python3 compatibl...
2022-09-07 Sinan Lin[cmake] do not set execution permission to regular...
2022-09-02 Chris Bieneman[NFC] Make MultiplexExternalSemaSource own sources
2022-08-09 Fangrui SongLLVM_FALLTHROUGH => [[fallthrough]]. NFC
2022-07-27 Matheus Izvekov[clang] Implement ElaboratedType sugaring for types...
2022-07-23 Dmitri GribenkoUse llvm::sort instead of std::sort where possible
2022-07-23 Dmitri GribenkoUse the range-based overload of llvm::sort where possible
2022-07-15 Jonas DevlieghereRevert "[clang] Implement ElaboratedType sugaring for...
2022-07-15 Matheus Izvekov[clang] Implement ElaboratedType sugaring for types...
2022-07-13 Jonas DevlieghereRevert "[clang] Implement ElaboratedType sugaring for...
2022-07-13 Matheus Izvekov[clang] Implement ElaboratedType sugaring for types...
2022-01-22 John Ericson[clang-tools-extra][cmake] Use `GNUInstallDirs` to...
2022-01-16 John EricsonRevert "[cmake] Use `GNUInstallDirs` to support custom...
2022-01-16 John Ericson[cmake] Use `GNUInstallDirs` to support custom installa...
2022-01-15 John EricsonRevert "[cmake] Use `GNUInstallDirs` to support custom...
2022-01-15 John Ericson[cmake] Use `GNUInstallDirs` to support custom installa...
2022-01-11 Maksim PanchenkoMerge BOLT into LLVM monorepo
2021-12-31 Kazu Hirata[clang-tools-extra] Remove unused using (NFC)
2021-12-20 Danila Kutenin[clang-include-fixer] Fix incorrect ranking because...
2021-09-14 Corentin JabotCleanup identifier parsing; NFC
2021-02-03 Sam McCall[clang-include-fixer] Pre-reserve vector size. NFC
2021-01-29 serge-sans-paille[clang-tooling] Prevent llvm::fatal_error on invalid...
2020-08-05 Bruno Ricci[clang][nearly-NFC] Remove some superfluous uses of...
2020-06-23 Valentin Clement[openmp] Add missing dependencies for OMP.h.inc after...
2020-06-17 Michał Górny[clang-tools-extra] Prevent linking to duplicate .a...
2020-04-09 David Truby[flang] Merge flang-compiler/f18
2020-04-07 Johannes Doerfert[OpenMP] "UnFix" layering problem with FrontendOpenMP
2020-04-06 Reid KlecknerRemove llvm::Error include form Diagnostic.h
2020-04-05 Kazuaki Ishizaki[clang-tools-extra] NFC: Fix trivial typo in documents...
2020-03-11 Reid KlecknerAvoid including FileManager.h from SourceManager.h
2020-01-28 Benjamin KramerMake llvm::StringRef to std::string conversions explicit.
2020-01-04 Kazuaki IshizakiNFC: Fix trivial typos in comments
2019-12-24 Mehdi AminiImport MLIR into the LLVM tree
2019-12-03 Yannick BrehonFix compatibility with python3 of clang-include-fixer.py
2019-11-28 Benjamin Kramer[include-fixer] Python 3 support for clang-include...
2019-11-22 Reid Kleckner[clang-include-fixer] Suppress cmd prompt from Vim...
2019-11-14 Reid Kleckner[clang-include-fixer] Skip .rc files when finding symbols
2019-10-04 Michal Gorny[clang-tools-extra] [cmake] Link against libclang-cpp...
2019-10-04 Michal Gorny[clang-tools-extra] [cmake] Use add_clang_tool() to...
2019-08-29 Dmitri GribenkoChanged FrontendActionFactory::create to return a std...
2019-08-22 Dmitri GribenkoRemove \brief commands from doxygen comments.
2019-08-14 Jonas Devlieghere[clang-tools-extra] Migrate llvm::make_unique to std...
2019-08-05 Fangrui SongRename F_{None,Text,Append} to OF_{None,Text,Append...
2019-08-01 Harlan Haskins[clang-tools-extra] Adopt FileManager's error-returning...
2019-07-03 Kadir Cetinkaya[clang][HeaderSearch] Shorten paths for includes in...
2019-03-25 Nico WeberRename directory housing clang-include-fixer to be...