aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2019-07-16[clang-scan-view] Force utf-8 when handling report (python2 only)Serge Guelton
2019-07-15[clang-fuzzer] Remove 'setUseOrcMCJITReplacement(false)' call.Lang Hames
2019-07-12Revert [clang-shlib] Fix clang-shlib for PRIVATE dependenciesShoaib Meenai
2019-07-12cmake: Fix install of libclang-cpp.so when LLVM_INSTALL_TOOLCHAIN_ONLY=ONTom Stellard
2019-07-12cmake: Add INSTALL_WITH_TOOLCHAIN option to add_*_library macrosTom Stellard
2019-07-11Rename libclang_shared to libclang-cppSylvestre Ledru
2019-07-11[clang-shlib] Fix clang-shlib for PRIVATE dependenciesShoaib Meenai
2019-07-11Revert Recommit "[CommandLine] Remove OptionCategory and SubCommand caches fr...Haojian Wu
2019-07-10[Concepts] Concept definitions (D40381)Saar Raz
2019-07-10Recommit "[CommandLine] Remove OptionCategory and SubCommand caches from the ...Don Hinton
2019-07-09[libclang] Fix hang in release / assertion in debug when evaluating value-dep...Emilio Cobos Alvarez
2019-07-03cmake: Add CLANG_LINK_CLANG_DYLIB optionTom Stellard
2019-07-03[Bitcode] Move Bitstream to a separate libraryFrancis Visoiu Mistrih
2019-07-03[clang-scan-deps] use `-Wno-error` when scanning for dependenciesAlex Lorenz
2019-07-03Change std::{lower,upper}_bound to llvm::{lower,upper}_bound or llvm::partiti...Fangrui Song
2019-07-02[C++2a] Add __builtin_bit_cast, used to implement std::bit_castErik Pilkington
2019-06-29[Driver] Fix style issues of --print-supported-cpus after D63105Fangrui Song
2019-06-26[clang-scan-deps] Introduce the DependencyScanning library with theAlex Lorenz
2019-06-26Print NULL as "(null)" in diagnostic messageXing Xue
2019-06-21[clang-scan-deps] print the dependencies to stdoutAlex Lorenz
2019-06-21[git-clang-format] recognize hxx as a C++ fileMiklos Vajna
2019-06-19git-clang-format: Remove trailing whitespace in docstring. NFC.Sam Clegg
2019-06-15[Clang] Rename -split-dwarf-file to -split-dwarf-outputAaron Puchert
2019-06-14Add --print-supported-cpus flag for clang.Ziang Wan
2019-06-13[clang-scan-deps] Fix -DBUILD_SHARED_LIBS=ON buildSam Clegg
2019-06-13clang-format extension: Widen the supported versions rangeHans Wennborg
2019-06-12[clang-scan-deps] Include <mutex> in ClangScanDeps.cpp to ensure itAlex Lorenz
2019-06-12NFC, Update the ClangScanDeps.cpp file's license commentAlex Lorenz
2019-06-12NFC, fixup indentation in CMakeLists.txt from r363204 as requestedAlex Lorenz
2019-06-12[clang-scan-deps] initial outline of the tool that runs preprocessor to findAlex Lorenz
2019-06-11[libclang] Allow skipping warnings from all included filesNikolai Kosjar
2019-06-11Make sure a test from r363036 does not write into a working directoryIlya Biryukov
2019-06-11[Support][Test] Time profiler: add regression testAnton Afanasyev
2019-06-07Revert "[Support][Test] Time profiler: add regression test"Anton Afanasyev
2019-06-07[Support][Test] Time profiler: add regression testAnton Afanasyev
2019-06-07Revert rL362792 : [Support][Test] Time profiler: add regression testSimon Pilgrim
2019-06-07Build with _XOPEN_SOURCE defined on AIXDavid Tenty
2019-06-07[Support][Test] Time profiler: add regression testAnton Afanasyev
2019-05-30Add Attribute NoThrow as an Exception Specifier TypeErich Keane
2019-05-25Rename clangToolingRefactor to clangToolingRefactoring for consistency with i...Nico Weber
2019-05-21Fix target property to make BUILD_SHARED_LIBS workChris Bieneman
2019-05-21[CMake] One more stab at fixing BUILD_SHARED_LIBSChris Bieneman
2019-05-21[libclang] visit c++14 lambda capture init expressionsNikolai Kosjar
2019-05-17[ClangFormat] Editor integrations inherit default style from clang-format binarySam McCall
2019-05-17Re-land: Add Clang shared library with C++ exportsChris Bieneman
2019-05-17Revert r360946 "Add Clang shared library with C++ exports"Nico Weber
2019-05-16Add Clang shared library with C++ exportsChris Bieneman
2019-05-16Implement __builtin_LINE() et. al. to support source location capture.Eric Fiselier
2019-05-16Recommit [Object] Change object::SectionRef::getContents() to return Expected...Fangrui Song
2019-05-14Temporarily revert "Change -gz and -Wa,--compress-debug-sections to use gABI ...Eric Christopher