aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra/clang-move
AgeCommit message (Expand)AuthorFilesLines
2022-08-14Use llvm::none_of (NFC)Kazu Hirata1-2/+1
2022-04-14[clang][lex] NFCI: Use FileEntryRef in PPCallbacks::InclusionDirective()Jan Svoboda1-1/+1
2021-04-06[SystemZ][z/OS][Windows] Add new OF_TextWithCRLF flag and use this flag inste...Abhina Sreeskantharajan1-1/+2
2021-01-29[clang-tooling] Prevent llvm::fatal_error on invalid CLI optionserge-sans-paille1-1/+7
2020-11-27[NFC] SmallVector<char...> to SmallString<...>Nathan James1-3/+2
2020-08-05[clang][nearly-NFC] Remove some superfluous uses of NamedDecl::getNameAsStringBruno Ricci2-8/+8
2020-07-07[NFC] Use hasAnyName matcher in place of anyOf(hasName()...)Nathan James1-19/+21
2020-06-23[openmp] Add missing dependencies for OMP.h.inc after d90443bValentin Clement1-0/+3
2020-06-17[clang-tools-extra] Prevent linking to duplicate .a libs and dylibMichał Górny1-1/+3
2020-04-07[OpenMP] "UnFix" layering problem with FrontendOpenMPJohannes Doerfert1-0/+1
2020-04-05[clang-tools-extra] NFC: Fix trivial typo in documents and commentsKazuaki Ishizaki1-4/+4
2020-02-13[clang][Analysis] CallGraph: store the actual call `Expr*` in the CallGraphNo...Roman Lebedev1-2/+2
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer2-5/+6
2020-01-04NFC: Fix trivial typos in commentsKazuaki Ishizaki1-1/+1
2019-11-25Revert "Use InitLLVM to setup a pretty stack printer"Nico Weber1-2/+1
2019-11-26Use InitLLVM to setup a pretty stack printerRui Ueyama1-1/+2
2019-10-04[clang-tools-extra] [cmake] Link against libclang-cpp whenever possibleMichal Gorny1-2/+5
2019-10-04[clang-tools-extra] [cmake] Use add_clang_tool() to install toolsMichal Gorny1-1/+1
2019-08-29Changed FrontendActionFactory::create to return a std::unique_ptrDmitri Gribenko1-2/+2
2019-08-14[clang-tools-extra] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2-7/+7
2019-08-05Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song1-1/+1
2019-08-01[clang-tools-extra] Adopt FileManager's error-returning APIsHarlan Haskins2-7/+7
2019-03-26Basic: Return a reference from FileManager::getVirtualFileSystem, NFCDuncan P. N. Exon Smith1-2/+1
2019-03-25Rename directory housing clang-include-fixer to be eponymousNico Weber1-1/+1
2019-03-22Make clang-move use same file naming convention as other toolsNico Weber6-8/+8
2019-03-01Fix file headers. NFCFangrui Song1-1/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth5-20/+15
2019-01-16Fix build breakage from llvm r351317Pavel Labath1-4/+1
2018-12-12Add explicit dependency on clangSerialization after rC348911Fangrui Song2-0/+2
2018-10-11[clang-move] Remove clang:: qualifierFangrui Song1-69/+54
2018-10-09[clang-move] Fix broken json output.Eric Liu1-3/+4
2018-10-08[clang-move] Dump whether a declaration is templated.Eric Liu3-19/+29
2018-08-31[clang-move] Explicitly ignore implicit UsingDirectiveDecls instead of depend...Argyrios Kyrtzidis1-1/+2
2018-08-09Port getLocEnd -> getEndLocStephen Kelly1-3/+3
2018-08-09Port getLocStart -> getBeginLocStephen Kelly1-5/+5
2018-08-02Replace hardcoded format styles in a few tools with the default style in libF...Eric Liu1-1/+2
2018-06-07[FileSystem] Split up the OpenFlags enumeration.Zachary Turner1-2/+2
2018-05-17Second attempt to fix clang-move tests broken by r332590 on windowsEric Liu1-0/+2
2018-05-17Attempt to fix clang-move tests broken by r332590 on windowsEric Liu1-8/+10
2018-05-16[clang-move] Fix a potential bug where realpath doesn't work on VFS.Eric Liu1-5/+9
2018-05-15[clang-tools-extra] Update uses of DEBUG macro to LLVM_DEBUG.Nicola Zaghen2-15/+15
2018-05-10Reland "[tools] Updating PPCallbacks::InclusionDirective calls"Julie Hockett1-1/+2
2018-05-09Revert "[tools] Updating PPCallbacks::InclusionDirective calls"Julie Hockett1-2/+1
2018-05-09[tools] Updating PPCallbacks::InclusionDirective callsJulie Hockett1-1/+2
2018-04-30Fix up after clang r331155.Richard Smith1-1/+4
2018-02-27Revert "[Tooling] [1/1] Refactor FrontendActionFactory::create() to return st...Roman Lebedev1-2/+2
2018-02-27[Tooling] [1/1] Refactor FrontendActionFactory::create() to return std::uniqu...Roman Lebedev1-2/+2
2018-02-12[clang-move] Fix the incorrect expansion end location.Haojian Wu1-1/+1
2018-02-09[clang-move] Don't dump macro symbols.Haojian Wu1-4/+4
2018-01-31[clang-move] Clever on handling header file which includes itself.Haojian Wu2-15/+30