aboutsummaryrefslogtreecommitdiff
path: root/clang/unittests/Tooling/ToolingTest.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-06-07Revert "[Clang] Add resource_dir_EQ flag to CC1Option group (#140870)" (#142509)Wenju He1-19/+0
2025-05-30[Clang] Add resource_dir_EQ flag to CC1Option group (#140870)Wenju He1-0/+19
2025-05-22Reapply "[clang] Remove intrusive reference count from `DiagnosticOptions` (#...Jan Svoboda1-4/+4
2025-05-22Revert "[clang] Remove intrusive reference count from `DiagnosticOptions` (#1...Kazu Hirata1-4/+4
2025-05-22[clang] Remove intrusive reference count from `DiagnosticOptions` (#139584)Jan Svoboda1-4/+4
2025-05-22[clang] Use llvm::is_contained (NFC) (#140985)Kazu Hirata1-4/+4
2025-01-15[clang] Add support for passing FileSystem to buildASTFromCodeWithArgs() (#12...Boaz Brickner1-0/+14
2024-11-21Reapply "[NFC] Explicitly pass a VFS when creating DiagnosticsEngine (#115852)"Kadir Cetinkaya1-1/+2
2024-11-21Revert "[NFC] Explicitly pass a VFS when creating DiagnosticsEngine (#115852)"Sylvestre Ledru1-2/+1
2024-11-21[NFC] Explicitly pass a VFS when creating DiagnosticsEngine (#115852)kadir çetinkaya1-1/+2
2024-07-25[clang][CUDA] Assume unknown emission status for skipped function definitions...kadir çetinkaya1-0/+5
2023-12-14[clang][modules] Deprecate module.map in favor of module.modulemap (#75142)Michael Spencer1-5/+5
2023-08-08[Clang][Tooling] Accept preprocessed input filesJ. Ryan Stinnett1-0/+7
2023-03-17[clangd] Move standard options adaptor to CommandManglerDmitry Polukhin1-24/+9
2023-02-10[NFC][TargetParser] Replace uses of llvm/Support/Host.hArchibald Elliott1-1/+1
2023-01-09Move from llvm::makeArrayRef to ArrayRef deduction guides - clang/ partserge-sans-paille1-1/+1
2022-08-24[clang][tooling] Allow -cc1 arguments in ToolInvocationBen Langmuir1-0/+40
2021-10-08Move TargetRegistry.(h|cpp) from Support to MCReid Kleckner1-2/+2
2021-09-23[clang][tooling] NFC: Refactor command-line diagnostic testsJan Svoboda1-34/+23
2021-09-10[clang][tooling] Properly initialize DiagnosticsEngine for cc1 command-line c...Jan Svoboda1-0/+76
2021-07-27[clang][tooling] Accept Clang invocations with multiple jobsJan Svoboda1-0/+102
2021-04-06[clang][tooling] Create SourceManager for DiagnosticsEngine before command-li...Jan Svoboda1-0/+37
2020-09-08getClangStripDependencyFileAdjuster(): Do not remove -M args when using MSVC ...Shivanshu Goyal1-0/+34
2020-08-03[clang][Tooling] Fix addTargetAndModeForProgramName to use correct flag namesKadir Cetinkaya1-11/+5
2020-04-27Strip -showIncludes in getClangStripDependencyFileAdjuster()Arthur Eubanks1-29/+6
2020-04-26[clangd] Strip /showIncludes in clangd compile commandsArthur Eubanks1-0/+56
2020-02-18[libTooling] Add option for `buildAST` to report diagnostics.Yitzhak Mandelbaum1-9/+19
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer1-4/+5
2019-11-13[clang][Tooling] Filter flags that generate output in SyntaxOnlyAdjusterKadir Cetinkaya1-0/+34
2019-08-30[Tooling] Migrated APIs that take ownership of objects to unique_ptrDmitri Gribenko1-47/+49
2019-08-14[Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere1-8/+8
2019-07-02[clang][ArgumentAdjusters] Do not add fsyntax-only if already existsKadir Cetinkaya1-0/+27
2019-03-31Range-style std::find{,_if} -> llvm::find{,_if}. NFCFangrui Song1-4/+2
2019-02-10Use llvm::is_contained. NFCFangrui Song1-1/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2019-01-18[tooling] Add a new argument adjuster for deleting plugin related command lin...Kadir Cetinkaya1-0/+31
2018-10-10Lift VFS from clang to llvm (NFC)Jonas Devlieghere1-12/+12
2018-04-30IWYU for llvm-config.h in clang. See r331124 for details.Nico Weber1-1/+0
2018-04-27s/LLVM_ON_WIN32/_WIN32/, clangNico Weber1-2/+2
2018-03-19Updated a usage of createTemporaryFile that does not expect file to be created.Ilya Biryukov1-2/+2
2018-02-27Revert "[Tooling] [0/1] Refactor FrontendActionFactory::create() to return st...Roman Lebedev1-59/+52
2018-02-27[Tooling] [0/1] Refactor FrontendActionFactory::create() to return std::uniqu...Roman Lebedev1-52/+59
2018-01-23[Tooling] Added a VFS parameter to ClangToolIlya Biryukov1-0/+18
2017-11-23Do not perform the analysis based warning if the warnings are ignoredOlivier Goffart1-0/+26
2017-11-17Fix skipping of flags in getClangStripDependencyFileAdjusterDave Lee1-0/+31
2017-06-09Remove 'Filename' parameter from BeginSourceFileAction.Richard Smith1-1/+1
2016-08-30Fix colored diagnostics from toolsOlivier Goffart1-0/+38
2016-07-18[NFC] Header cleanupMehdi Amini1-1/+2
2016-06-17ToolingTests/runToolOnCode.TestSkipFunctionBody: Appease msc targets.NAKAMURA Takumi1-3/+4
2016-06-16Fix a few issues while skipping function bodiesOlivier Goffart1-1/+55