aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2019-10-21[clang-fuzzer] Add new fuzzer target for Objective-CDavid Goldman
2019-10-19[c++20] Add CXXRewrittenBinaryOperator to represent a comparisonRichard Smith
2019-10-18[OPENMP50]Add support for master taskloop simd.Alexey Bataev
2019-10-16Replace platform-dependent `stat` with `llvm::sys::fs::status`. NFC intended.Volodymyr Sapsai
2019-10-15[Clang][OpenMP Offload] Move offload registration code to the wrapperSergey Dmitriev
2019-10-15[Concepts] Concept Specialization ExpressionsSaar Raz
2019-10-15Revert 374882 "[Concepts] Concept Specialization Expressions"Nico Weber
2019-10-15[Concepts] Concept Specialization ExpressionsSaar Raz
2019-10-15[Format] Add machine-readable SPDX license ID to clang-format.elSam McCall
2019-10-14[OPENMP50]Add support for 'parallel master taskloop' construct.Alexey Bataev
2019-10-14[clang] [clang-offload-bundler] Fix finding installed llvm-objcopyMichal Gorny
2019-10-13[clang-format] Proposal for clang-format to give compiler style warningsPaul Hoad
2019-10-12Revert r374663 "[clang-format] Proposal for clang-format to give compiler sty...Nico Weber
2019-10-12[clang-format] Proposal for clang-format to give compiler style warningsPaul Hoad
2019-10-10[OPENMP50]Support for 'master taskloop' directive.Alexey Bataev
2019-10-10Remove rest of time-trace message as it is inconsistent styleRussell Gallop
2019-10-09[Clang][OpenMP Offload] Add new tool for wrapping offload device binariesSergey Dmitriev
2019-10-09[clang-offload-bundler] Support `.cui` and `.d`.Michael Liao
2019-10-07[clang-format] [NFC] Ensure clang-format is itself clang-formatted.Paul Hoad
2019-10-04[clang] [cmake] Use add_clang_tool() to install all toolsMichal Gorny
2019-10-04Add missing null pointer check in -ftime-trace codeReid Kleckner
2019-10-04[CMake] Clang: Don't use object libraries with XcodeJordan Rose
2019-10-04[clang] [cmake] Add distribution install targets for remaining componentsMichal Gorny
2019-10-01[clang][lldb][NFC] Encapsulate ExternalASTMerger::ImporterSourceRaphael Isemann
2019-10-01Decrease the verbosity of the -ftime-trace optionSylvestre Ledru
2019-09-30Correct function declarations; NFC.Aaron Ballman
2019-09-24[clang-format] [PR36858] Add missing .hh and .cs extensions from python suppo...Paul Hoad
2019-09-21[clang-scan-deps] strip the --serialize-diagnostics argumentAlex Lorenz
2019-09-18[Timers] Fix printing some `-ftime-report` sections twice. Fixes PR40328.Volodymyr Sapsai
2019-09-17[clang-scan-deps] Add verbose modeJan Korous
2019-09-14[clang-scan-deps] Add -M to work around -MT issue after r371918Fangrui Song
2019-09-13Fix a perl warning: Scalar value @ArgParts[0] better written as $ArgParts[0] ...Sylvestre Ledru
2019-09-12[libclang] Expose abort()-ing LLVM fatal error handlerJan Korous
2019-09-12NFC, add missing cl::cat option category to clang-scan-deps options to ensure...Alex Lorenz
2019-09-12[clang-scan-deps] Add dependency targetsJan Korous
2019-09-11[clang-scan-deps] add skip excluded conditional preprocessor block preprocess...Alex Lorenz
2019-09-11[Clang][Bundler] Replace std::vector by SmallVector [NFC]Sergey Dmitriev
2019-09-11[Clang][Bundler] Fix for a potential memory leak [NFC]Sergey Dmitriev
2019-09-06libclang depends on ClangDriverOptions since r352803Nico Weber
2019-09-05[clang][Index] Replace CodegenNameGenerator with ASTNameGeneratorJan Korous
2019-09-05[libclang] Refactored SharedParsedRegionsStorageDmitri Gribenko
2019-09-05[analyzer] scan-build: handle --sysroot=/path in addition to --sysroot /path.Artem Dergachev
2019-09-04[Driver] Use shared singleton instance of DriverOptTableIlya Biryukov
2019-08-30[clang-scan-deps] NFC, refactor the DependencyScanningWorker to use a consumerAlex Lorenz
2019-08-29[clang-scan-deps] reuse the file manager across invocations ofAlex Lorenz
2019-08-29Changed FrontendActionFactory::create to return a std::unique_ptrDmitri Gribenko
2019-08-29[Index] Added a ShouldSkipFunctionBody callback to libIndex, and refactored c...Dmitri Gribenko
2019-08-29[Index] Stopped wrapping FrontendActions in libIndex and its usersDmitri Gribenko
2019-08-28[Clang][Bundler] Do not require host triple for extracting device bundlesSergey Dmitriev
2019-08-27[preprocessor] Add an opportunity to retain excluded conditional blocksEvgeny Mankov