summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* [clang-fuzzer] Update proto fuzzer example for r375453.Benjamin Kramer2019-10-221-1/+1
* Refactor DependencyScanningTool to its own fileKousik Kumar2019-10-221-98/+27
* [clang-fuzzer] Add new fuzzer target for Objective-CDavid Goldman2019-10-2111-7/+185
* [c++20] Add CXXRewrittenBinaryOperator to represent a comparisonRichard Smith2019-10-191-0/+1
* [OPENMP50]Add support for master taskloop simd.Alexey Bataev2019-10-182-0/+12
* Replace platform-dependent `stat` with `llvm::sys::fs::status`. NFC intended.Volodymyr Sapsai2019-10-161-2/+2
* [Clang][OpenMP Offload] Move offload registration code to the wrapperSergey Dmitriev2019-10-151-56/+231
* [Concepts] Concept Specialization ExpressionsSaar Raz2019-10-151-0/+1
* Revert 374882 "[Concepts] Concept Specialization Expressions"Nico Weber2019-10-151-1/+0
* [Concepts] Concept Specialization ExpressionsSaar Raz2019-10-151-0/+1
* [Format] Add machine-readable SPDX license ID to clang-format.elSam McCall2019-10-151-0/+1
* [OPENMP50]Add support for 'parallel master taskloop' construct.Alexey Bataev2019-10-142-0/+12
* [clang] [clang-offload-bundler] Fix finding installed llvm-objcopyMichal Gorny2019-10-141-0/+2
* [clang-format] Proposal for clang-format to give compiler style warningsPaul Hoad2019-10-132-61/+180
* Revert r374663 "[clang-format] Proposal for clang-format to give compiler sty...Nico Weber2019-10-122-180/+61
* [clang-format] Proposal for clang-format to give compiler style warningsPaul Hoad2019-10-122-61/+180
* [OPENMP50]Support for 'master taskloop' directive.Alexey Bataev2019-10-102-0/+11
* Remove rest of time-trace message as it is inconsistent styleRussell Gallop2019-10-101-2/+0
* [Clang][OpenMP Offload] Add new tool for wrapping offload device binariesSergey Dmitriev2019-10-093-0/+220
* [clang-offload-bundler] Support `.cui` and `.d`.Michael Liao2019-10-091-0/+8
* [clang-format] [NFC] Ensure clang-format is itself clang-formatted.Paul Hoad2019-10-071-34/+37
* [clang] [cmake] Use add_clang_tool() to install all toolsMichal Gorny2019-10-043-11/+3
* Add missing null pointer check in -ftime-trace codeReid Kleckner2019-10-041-13/+14
* [CMake] Clang: Don't use object libraries with XcodeJordan Rose2019-10-041-1/+7
* [clang] [cmake] Add distribution install targets for remaining componentsMichal Gorny2019-10-042-6/+30
* [clang][lldb][NFC] Encapsulate ExternalASTMerger::ImporterSourceRaphael Isemann2019-10-011-2/+2
* Decrease the verbosity of the -ftime-trace optionSylvestre Ledru2019-10-011-3/+0
* Correct function declarations; NFC.Aaron Ballman2019-09-301-2/+4
* [clang-format] [PR36858] Add missing .hh and .cs extensions from python suppo...Paul Hoad2019-09-242-3/+4
* [clang-scan-deps] strip the --serialize-diagnostics argumentAlex Lorenz2019-09-211-0/+2
* [Timers] Fix printing some `-ftime-report` sections twice. Fixes PR40328.Volodymyr Sapsai2019-09-183-0/+3
* [clang-scan-deps] Add verbose modeJan Korous2019-09-171-2/+9
* [clang-scan-deps] Add -M to work around -MT issue after r371918Fangrui Song2019-09-141-0/+1
* Fix a perl warning: Scalar value @ArgParts[0] better written as $ArgParts[0] ...Sylvestre Ledru2019-09-131-1/+1
* [libclang] Expose abort()-ing LLVM fatal error handlerJan Korous2019-09-124-9/+34
* NFC, add missing cl::cat option category to clang-scan-deps options to ensure...Alex Lorenz2019-09-121-2/+3
* [clang-scan-deps] Add dependency targetsJan Korous2019-09-121-1/+43
* [clang-scan-deps] add skip excluded conditional preprocessor block preprocess...Alex Lorenz2019-09-111-1/+10
* [Clang][Bundler] Replace std::vector by SmallVector [NFC]Sergey Dmitriev2019-09-111-6/+4
* [Clang][Bundler] Fix for a potential memory leak [NFC]Sergey Dmitriev2019-09-111-16/+7
* libclang depends on ClangDriverOptions since r352803Nico Weber2019-09-061-1/+4
* [clang][Index] Replace CodegenNameGenerator with ASTNameGeneratorJan Korous2019-09-052-11/+11
* [libclang] Refactored SharedParsedRegionsStorageDmitri Gribenko2019-09-051-24/+23
* [analyzer] scan-build: handle --sysroot=/path in addition to --sysroot /path.Artem Dergachev2019-09-051-5/+8
* [Driver] Use shared singleton instance of DriverOptTableIlya Biryukov2019-09-043-26/+28
* [clang-scan-deps] NFC, refactor the DependencyScanningWorker to use a consumerAlex Lorenz2019-08-301-1/+57
* [clang-scan-deps] reuse the file manager across invocations ofAlex Lorenz2019-08-291-1/+6
* Changed FrontendActionFactory::create to return a std::unique_ptrDmitri Gribenko2019-08-291-1/+3
* [Index] Added a ShouldSkipFunctionBody callback to libIndex, and refactored c...Dmitri Gribenko2019-08-291-37/+35
* [Index] Stopped wrapping FrontendActions in libIndex and its usersDmitri Gribenko2019-08-292-13/+15