[clang-tidy] Move formatDereference to FixitHintUtils
[platform/upstream/llvm.git] / clang-tools-extra / modularize /
2023-05-31 Jan Svoboda[clang][modules] NFCI: Extract optionality out of ...
2023-05-30 Jan Svoboda[clang][lex] NFCI: Use DirectoryEntryRef in ModuleMap...
2023-05-26 Jan Svoboda[clang][modules] NFCI: Distinguish as-written and effec...
2023-04-24 Stoorx[clang] Make access to submodules via `iterator_range`
2023-04-16 Kazu Hirata[clang-tools-extra] Use llvm::is_contained (NFC)
2023-02-10 Archibald Elliott[NFC][TargetParser] Replace uses of llvm/Support/Host.h
2023-02-02 Fangrui Song[modularize] StringMap=>map to make iteration order...
2022-12-20 Archibald Elliott[Support] Move TargetParsers to new component
2022-12-19 Benjamin Kramer[Clang] Prepare for llvm::Optional becoming std::optional.
2022-12-18 Krzysztof ParzyszekRevert "[clang] Convert OptionalFileEntryRefDegradesToF...
2022-12-18 Gregory AlfonsoRemove redundant .c_str() and .get() calls
2022-12-17 Krzysztof Parzyszek[clang] Convert OptionalFileEntryRefDegradesToFileEntry...
2022-10-24 Matheus IzvekovNFC: [clang] Template argument cleanups.
2022-06-05 Fangrui SongRemove unneeded cl::ZeroOrMore for cl::opt/cl::list...
2022-04-14 Jan Svoboda[clang][lex] NFCI: Use FileEntryRef in PPCallbacks...
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-10-24 Kazu HirataUse StringRef::contains (NFC)
2021-06-24 Martin Storsjö[clang-tools-extra] Rename StringRef _lower() method...
2021-04-06 Abhina Sreeskantha... [SystemZ][z/OS][Windows] Add new OF_TextWithCRLF flag...
2021-03-02 Nathan James[cte][NFC] Remove all references to stdlib stream headers.
2020-12-15 Nico WeberRevert "Lex: Migrate HeaderSearch::LoadedModuleMaps...
2020-12-14 Duncan P. N. Exon... Lex: Migrate HeaderSearch::LoadedModuleMaps to FileEntryRef
2020-10-15 Duncan P. N. Exon... clang-{tools,unittests}: Stop using SourceManager:...
2020-04-16 Chris Lattner[clang-tools-extra] reimplement PreprocessorTracker...
2020-04-09 David Truby[flang] Merge flang-compiler/f18
2020-04-05 Kazuaki Ishizaki[clang-tools-extra] NFC: Fix trivial typo in documents...
2020-03-28 Benjamin KramerUpgrade some instances of std::sort to llvm::sort....
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-11-21 Ehud Katz[DeclCXX] Remove unknown external linkage specifications
2019-10-04 Michal Gorny[clang-tools-extra] [cmake] Link against libclang-cpp...
2019-09-24 Mikael Holmen[modularize] Fix compilation warning after r372681
2019-09-04 Ilya Biryukov[Driver] Use shared singleton instance of DriverOptTable
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-13 Fangrui SongSimplify with llvm::is_contained. NFC
2019-01-19 Chandler CarruthUpdate the file headers across all of the LLVM projects...
2018-12-12 Fangrui SongAdd explicit dependency on clangSerialization after...
2018-11-09 Bill WendlingRemove unused c'tor.
2018-08-14 Kirill BobyrevNFC: Enforce good formatting across multiple clang...
2018-05-10 Julie HockettReland "[tools] Updating PPCallbacks::InclusionDirectiv...
2018-05-09 Julie HockettRevert "[tools] Updating PPCallbacks::InclusionDirectiv...
2018-05-09 Julie Hockett[tools] Updating PPCallbacks::InclusionDirective calls
2018-03-22 Alexander Kornienkoclang-tidy, modularize: return non-zero exit code on...
2018-02-27 Roman LebedevRevert "[Tooling] [1/1] Refactor FrontendActionFactory...
2018-02-27 Roman Lebedev[Tooling] [1/1] Refactor FrontendActionFactory::create...
2017-12-05 Shoaib Meenai[CMake] Use PRIVATE in target_link_libraries for execut...
2017-10-10 Peter CollingbourneSupport: Have directory_iterator::status() return FindF...
2017-09-30 Faisal Vali[NFC] Sync function call with changes to interface...
2017-09-23 Reid Kleckner[Support] Rename tool_output_file to ToolOutputFile...
2017-09-08 Rafael EspindolaUpdate for PrintHelpMessage not calling exit.
2017-07-17 Faisal Vali[NFC] Update function call names as changed in MacroInf...
2017-07-11 Petr Hosek[CMake] Use tools template for clangd and modularize
2017-02-11 David BlaikieFix memory leak by using unique_ptr
2017-01-06 David BlaikieFixes for Clang API change
2016-12-14 Piotr PadlewskiDeleted unused typedef
2016-12-14 Piotr Padlewskimodernize-use-auto NFC fixes
2016-08-17 Martin BohmeAdapt to TraverseLambdaCapture interface change from...
2016-03-21 John ThompsonFixed some cases in the modularize assistant mode where...
2016-02-05 Paul RobinsonAdd qualifiers that are about to be necessary. NFC
2016-02-01 Matthias BraunFix build problem by lower SmallSet<N> to a reasonable...
2016-01-26 Chris BienemanRemove autoconf support
2015-12-10 John ThompsonThere were problems if a relative path is used for...
2015-12-04 John ThompsonAdded coverage check for extensionless headers, and...
2015-12-04 John ThompsonBacking out 254635 until I have a good workaround and...
2015-12-03 John ThompsonFixed header determination logic. Was missing extension...
2015-11-17 Saleem Abdulrasoolmodularize: add install rule
2015-11-05 Alexander KornienkoAccommodate interface change in r252134.
2015-10-20 David BlaikieRevert "Apply modernize-use-default to clang-tools...
2015-10-20 Angel Garcia GomezApply modernize-use-default to clang-tools-extra.
2015-10-18 Craig TopperMake a bunch of static arrays const.
2015-09-14 NAKAMURA TakumiPrune CRLF.
2015-07-10 John ThompsonAdded mechanism to modularize for doing a compilation...
2015-07-08 John ThompsonFixed erroneous comments.
2015-07-08 John ThompsonFixed erroneous comment.
2015-07-03 Yaron KerenRevert r241330. It compiled with Visual C++ 2013 and...
2015-07-03 Yaron KerenReplace some const std::string & with llvm::StringRef...
2015-06-22 David BlaikieUpdate for LLVM API change to return by InputArgList...
2015-06-21 David BlaikieUpdate for ParseARgs ArrayRef-ification
2015-06-04 John ThompsonFixed modularize to warn about missing headers referenc...
2015-06-04 John ThompsonFixed option comment. '=' is required.
2015-05-16 Richard SmithUpdate to match clang r237508.
2015-05-11 Daniel MarjamakiRefactor MacroInfo so range for loops can be used to...
2015-05-06 John ThompsonChanged option processing to implicitly use -x c++...
2015-05-06 John ThompsonFixed infinite recursion bug.
2015-05-04 Richard SmithUpdate to match clang r236404.
2015-04-23 Richard SmithFix clang-tools-extra build after clang r235614.
2015-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
2015-03-23 David BlaikieRefactor: Simplify boolean expression in modularize
2015-03-23 Benjamin KramerMake helpers static. clang-tools edition.
2015-03-06 John ThompsonRenamed function to avoid confusion about purpose.
next