[clang-tidy] Check functions called from catch blocks
[platform/upstream/llvm.git] / clang-tools-extra / clang-move /
2022-12-19 Benjamin Kramer[Clang] Prepare for llvm::Optional becoming std::optional.
2022-12-18 Krzysztof ParzyszekRevert "[clang] Convert OptionalFileEntryRefDegradesToF...
2022-12-17 Krzysztof Parzyszek[clang] Convert OptionalFileEntryRefDegradesToFileEntry...
2022-08-14 Kazu HirataUse llvm::none_of (NFC)
2022-04-14 Jan Svoboda[clang][lex] NFCI: Use FileEntryRef in PPCallbacks...
2022-01-11 Maksim PanchenkoMerge BOLT into LLVM monorepo
2021-04-06 Abhina Sreeskantha... [SystemZ][z/OS][Windows] Add new OF_TextWithCRLF flag...
2021-01-29 serge-sans-paille[clang-tooling] Prevent llvm::fatal_error on invalid...
2020-11-27 Nathan James[NFC] SmallVector<char...> to SmallString<...>
2020-08-05 Bruno Ricci[clang][nearly-NFC] Remove some superfluous uses of...
2020-07-07 Nathan James[NFC] Use hasAnyName matcher in place of anyOf(hasName...
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-05 Kazuaki Ishizaki[clang-tools-extra] NFC: Fix trivial typo in documents...
2020-02-13 Roman Lebedev[clang][Analysis] CallGraph: store the actual call...
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-26 Nico WeberRevert "Use InitLLVM to setup a pretty stack printer"
2019-11-26 Rui UeyamaUse InitLLVM to setup a pretty stack printer
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-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-03-26 Duncan P. N. Exon... Basic: Return a reference from FileManager::getVirtualF...
2019-03-25 Nico WeberRename directory housing clang-include-fixer to be...
2019-03-22 Nico WeberMake clang-move use same file naming convention as...
2019-03-01 Fangrui SongFix file headers. NFC
2019-01-19 Chandler CarruthUpdate the file headers across all of the LLVM projects...
2019-01-16 Pavel LabathFix build breakage from llvm r351317
2018-12-12 Fangrui SongAdd explicit dependency on clangSerialization after...
2018-10-11 Fangrui Song[clang-move] Remove clang:: qualifier
2018-10-09 Eric Liu[clang-move] Fix broken json output.
2018-10-08 Eric Liu[clang-move] Dump whether a declaration is templated.
2018-08-31 Argyrios Kyrtzidis[clang-move] Explicitly ignore implicit UsingDirectiveD...
2018-08-09 Stephen KellyPort getLocEnd -> getEndLoc
2018-08-09 Stephen KellyPort getLocStart -> getBeginLoc
2018-08-02 Eric LiuReplace hardcoded format styles in a few tools with...
2018-06-07 Zachary Turner[FileSystem] Split up the OpenFlags enumeration.
2018-05-17 Eric LiuSecond attempt to fix clang-move tests broken by r33259...
2018-05-17 Eric LiuAttempt to fix clang-move tests broken by r332590 on...
2018-05-16 Eric Liu[clang-move] Fix a potential bug where realpath doesn...
2018-05-15 Nicola Zaghen[clang-tools-extra] Update uses of DEBUG macro to LLVM_...
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-04-30 Richard SmithFix up after clang r331155.
2018-02-27 Roman LebedevRevert "[Tooling] [1/1] Refactor FrontendActionFactory...
2018-02-27 Roman Lebedev[Tooling] [1/1] Refactor FrontendActionFactory::create...
2018-02-12 Haojian Wu[clang-move] Fix the incorrect expansion end location.
2018-02-09 Haojian Wu[clang-move] Don't dump macro symbols.
2018-01-31 Haojian Wu[clang-move] Clever on handling header file which inclu...
2017-12-05 Shoaib Meenai[CMake] Use PRIVATE in target_link_libraries for execut...
2017-05-02 Haojian Wu[clang-move] Find template class forward declarations...
2017-04-14 Alexander Shaposhnikov[clang-move] Create ClangMoveActionFactory on stack
2017-02-27 Haojian Wu[clang-move] Extend clang-move to support moving global...
2017-01-17 Haojian WuRemove dead code.
2017-01-17 Haojian Wu[clang-move] Handle helpers with forward declarations.
2017-01-17 Haojian Wu[clang-move] Ignore using decls which are defined in...
2017-01-17 Antonio MaioranoUpdate tools to use new getStyle API
2017-01-16 Haojian Wu[clang-move] Dump enum and type alias declarations.
2017-01-04 Haojian Wu[clang-move] Support moving type alias declarations.
2017-01-03 Haojian Wu[clang-move] Support moving enum declarations.
2017-01-03 Haojian Wu[clang-move] Only move used helper declarations.
2016-12-13 Haojian Wu[clang-move] Fix incorrect EndLoc for declarations...
2016-12-12 Alexander Shaposhnikov[clang-move] Fix buildbot failures
2016-12-12 Alexander Shaposhnikov[clang-move] Use appendArgumentsAdjuster for adding...
2016-12-06 Eric Liu[clang-move] ignore unsupported symbol kinds when check...
2016-12-03 Eric Liu[clang-move] don't miss ',' in json output when there...
2016-12-02 Haojian Wu[clang-move] some tweaks.
2016-11-24 Haojian Wu[clang-move] Enable dump all declarations in old header.
2016-11-23 Haojian Wu[clang-move] Add some options allowing to add old/new...
2016-11-18 Haojian Wu[clang-move] Fix not moving using-decls in global names...
2016-11-16 Haojian Wu[clang-move] Support moving function.
2016-11-15 Haojian Wu[clang-move] Make the output code look more pretty.
2016-11-14 Haojian Wu[clang-move] Fix an incorrect range for the functions...
2016-11-14 Haojian Wu[clang-move] Abstract a ClassMather for matching class...
2016-11-10 Simon PilgrimFix -Wdocumentation warning
2016-11-10 Haojian Wu[clang-move] Support template class.
2016-11-08 Haojian Wu[clang-move] Move all code from old.h/cc directly when...
2016-11-08 Mandeep Singh Grang[clang-tools-extra] Format sources with clang-format...
2016-10-21 Haojian Wu[clang-move] Support moving template class forward...
2016-10-19 Haojian Wu[clang-move] Move using-decl in old cc.
2016-10-17 Haojian Wu[clang-move] Fix generating illegal header guard.
2016-10-14 Alexander Shaposhnikov[clang-move] Use cl::list for the list of names
2016-10-14 Haojian Wu[clang-move] Don't overuse Replacements::add.
2016-10-14 Haojian Wu[clang-move] Add header guard for the new header.
2016-10-14 Haojian Wu[clang-move] Matching static class member more correctly.
2016-10-13 Eric Liu[clang-move] error out when fail to create new files.
2016-10-13 Eric LiuPrint stack trace for clang-move tool.
2016-10-13 Haojian Wu[clang-move] Better support enclosing class.
2016-10-13 Haojian WuRecommit r283538 "[clang-move] Support moving multiple...
2016-10-12 Haojian Wu[clang-move] Compare with real paths of symlinks
2016-10-07 Renato GolinRevert "[clang-move] Support moving multiple classes...
2016-10-07 Haojian Wu[clang-move] Support moving multiple classes in one...
2016-10-06 Haojian Wu[clang-move] Move comments which are associated with...
next