summaryrefslogtreecommitdiff
path: root/clang-tools-extra/clang-move
Commit message (Expand)AuthorAgeFilesLines
* [Clang] Prepare for llvm::Optional becoming std::optional.Benjamin Kramer2022-12-201-1/+1
* Revert "[clang] Convert OptionalFileEntryRefDegradesToFileEntryPtr to std::op...Krzysztof Parzyszek2022-12-181-3/+2
* [clang] Convert OptionalFileEntryRefDegradesToFileEntryPtr to std::optionalKrzysztof Parzyszek2022-12-171-2/+3
* Use llvm::none_of (NFC)Kazu Hirata2022-08-141-2/+1
* [clang][lex] NFCI: Use FileEntryRef in PPCallbacks::InclusionDirective()Jan Svoboda2022-04-141-1/+1
* [SystemZ][z/OS][Windows] Add new OF_TextWithCRLF flag and use this flag inste...Abhina Sreeskantharajan2021-04-061-1/+2
* [clang-tooling] Prevent llvm::fatal_error on invalid CLI optionserge-sans-paille2021-01-291-1/+7
* [NFC] SmallVector<char...> to SmallString<...>Nathan James2020-11-271-3/+2
* [clang][nearly-NFC] Remove some superfluous uses of NamedDecl::getNameAsStringBruno Ricci2020-08-052-8/+8
* [NFC] Use hasAnyName matcher in place of anyOf(hasName()...)Nathan James2020-07-071-19/+21
* [openmp] Add missing dependencies for OMP.h.inc after d90443bValentin Clement2020-06-231-0/+3
* [clang-tools-extra] Prevent linking to duplicate .a libs and dylibMichał Górny2020-06-171-1/+3
* [OpenMP] "UnFix" layering problem with FrontendOpenMPJohannes Doerfert2020-04-071-0/+1
* [clang-tools-extra] NFC: Fix trivial typo in documents and commentsKazuaki Ishizaki2020-04-051-4/+4
* [clang][Analysis] CallGraph: store the actual call `Expr*` in the CallGraphNo...Roman Lebedev2020-02-131-2/+2
* Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer2020-01-282-5/+6
* NFC: Fix trivial typos in commentsKazuaki Ishizaki2020-01-041-1/+1
* Revert "Use InitLLVM to setup a pretty stack printer"Nico Weber2019-11-251-2/+1
* Use InitLLVM to setup a pretty stack printerRui Ueyama2019-11-261-1/+2
* [clang-tools-extra] [cmake] Link against libclang-cpp whenever possibleMichal Gorny2019-10-041-2/+5
* [clang-tools-extra] [cmake] Use add_clang_tool() to install toolsMichal Gorny2019-10-041-1/+1
* Changed FrontendActionFactory::create to return a std::unique_ptrDmitri Gribenko2019-08-291-2/+2
* [clang-tools-extra] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-142-7/+7
* 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-012-7/+7
* Basic: Return a reference from FileManager::getVirtualFileSystem, NFCDuncan P. N. Exon Smith2019-03-261-2/+1
* Rename directory housing clang-include-fixer to be eponymousNico Weber2019-03-251-1/+1
* Make clang-move use same file naming convention as other toolsNico Weber2019-03-226-8/+8
* Fix file headers. NFCFangrui Song2019-03-011-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-195-20/+15
* Fix build breakage from llvm r351317Pavel Labath2019-01-161-4/+1
* Add explicit dependency on clangSerialization after rC348911Fangrui Song2018-12-122-0/+2
* [clang-move] Remove clang:: qualifierFangrui Song2018-10-111-69/+54
* [clang-move] Fix broken json output.Eric Liu2018-10-091-3/+4
* [clang-move] Dump whether a declaration is templated.Eric Liu2018-10-083-19/+29
* [clang-move] Explicitly ignore implicit UsingDirectiveDecls instead of depend...Argyrios Kyrtzidis2018-08-311-1/+2
* Port getLocEnd -> getEndLocStephen Kelly2018-08-091-3/+3
* Port getLocStart -> getBeginLocStephen Kelly2018-08-091-5/+5
* Replace hardcoded format styles in a few tools with the default style in libF...Eric Liu2018-08-021-1/+2
* [FileSystem] Split up the OpenFlags enumeration.Zachary Turner2018-06-071-2/+2
* Second attempt to fix clang-move tests broken by r332590 on windowsEric Liu2018-05-171-0/+2
* Attempt to fix clang-move tests broken by r332590 on windowsEric Liu2018-05-171-8/+10
* [clang-move] Fix a potential bug where realpath doesn't work on VFS.Eric Liu2018-05-161-5/+9
* [clang-tools-extra] Update uses of DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-152-15/+15
* Reland "[tools] Updating PPCallbacks::InclusionDirective calls"Julie Hockett2018-05-101-1/+2
* Revert "[tools] Updating PPCallbacks::InclusionDirective calls"Julie Hockett2018-05-091-2/+1
* [tools] Updating PPCallbacks::InclusionDirective callsJulie Hockett2018-05-091-1/+2
* Fix up after clang r331155.Richard Smith2018-04-301-1/+4
* Revert "[Tooling] [1/1] Refactor FrontendActionFactory::create() to return st...Roman Lebedev2018-02-271-2/+2
* [Tooling] [1/1] Refactor FrontendActionFactory::create() to return std::uniqu...Roman Lebedev2018-02-271-2/+2