summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
* [clang] Adopt new FileManager error-returning APIsHarlan Haskins2019-08-017-14/+20
* Fix exporting SARIF files from scan-build on Windows.Aaron Ballman2019-07-241-2/+2
* [Support] Fix `-ftime-trace-granularity` optionAnton Afanasyev2019-07-241-3/+4
* Improve clang-format-diff help outputNico Weber2019-07-231-8/+4
* [clang-scan-view] Force utf-8 when handling report (python2 only)Serge Guelton2019-07-161-2/+2
* [clang-fuzzer] Remove 'setUseOrcMCJITReplacement(false)' call.Lang Hames2019-07-151-1/+0
* Revert [clang-shlib] Fix clang-shlib for PRIVATE dependenciesShoaib Meenai2019-07-121-29/+2
* cmake: Fix install of libclang-cpp.so when LLVM_INSTALL_TOOLCHAIN_ONLY=ONTom Stellard2019-07-121-0/+5
* cmake: Add INSTALL_WITH_TOOLCHAIN option to add_*_library macrosTom Stellard2019-07-121-1/+1
* Rename libclang_shared to libclang-cppSylvestre Ledru2019-07-111-2/+2
* [clang-shlib] Fix clang-shlib for PRIVATE dependenciesShoaib Meenai2019-07-111-2/+29
* Revert Recommit "[CommandLine] Remove OptionCategory and SubCommand caches fr...Haojian Wu2019-07-111-1/+3
* [Concepts] Concept definitions (D40381)Saar Raz2019-07-101-0/+1
* Recommit "[CommandLine] Remove OptionCategory and SubCommand caches from the ...Don Hinton2019-07-101-3/+1
* [libclang] Fix hang in release / assertion in debug when evaluating value-dep...Emilio Cobos Alvarez2019-07-091-0/+2
* cmake: Add CLANG_LINK_CLANG_DYLIB optionTom Stellard2019-07-0312-12/+12
* [Bitcode] Move Bitstream to a separate libraryFrancis Visoiu Mistrih2019-07-031-1/+1
* [clang-scan-deps] use `-Wno-error` when scanning for dependenciesAlex Lorenz2019-07-031-0/+1
* Change std::{lower,upper}_bound to llvm::{lower,upper}_bound or llvm::partiti...Fangrui Song2019-07-032-6/+2
* [C++2a] Add __builtin_bit_cast, used to implement std::bit_castErik Pilkington2019-07-022-0/+4
* [Driver] Fix style issues of --print-supported-cpus after D63105Fangrui Song2019-06-291-5/+4
* [clang-scan-deps] Introduce the DependencyScanning library with theAlex Lorenz2019-06-262-114/+23
* Print NULL as "(null)" in diagnostic messageXing Xue2019-06-261-4/+6
* [clang-scan-deps] print the dependencies to stdoutAlex Lorenz2019-06-211-7/+58
* [git-clang-format] recognize hxx as a C++ fileMiklos Vajna2019-06-211-1/+1
* git-clang-format: Remove trailing whitespace in docstring. NFC.Sam Clegg2019-06-191-13/+13
* [Clang] Rename -split-dwarf-file to -split-dwarf-outputAaron Puchert2019-06-151-6/+6
* Add --print-supported-cpus flag for clang.Ziang Wan2019-06-141-0/+25
* [clang-scan-deps] Fix -DBUILD_SHARED_LIBS=ON buildSam Clegg2019-06-131-0/+1
* clang-format extension: Widen the supported versions rangeHans Wennborg2019-06-131-1/+1
* [clang-scan-deps] Include <mutex> in ClangScanDeps.cpp to ensure itAlex Lorenz2019-06-121-0/+1
* NFC, Update the ClangScanDeps.cpp file's license commentAlex Lorenz2019-06-121-5/+4
* NFC, fixup indentation in CMakeLists.txt from r363204 as requestedAlex Lorenz2019-06-121-3/+3
* [clang-scan-deps] initial outline of the tool that runs preprocessor to findAlex Lorenz2019-06-123-0/+245
* [libclang] Allow skipping warnings from all included filesNikolai Kosjar2019-06-114-5/+15
* Make sure a test from r363036 does not write into a working directoryIlya Biryukov2019-06-111-0/+2
* [Support][Test] Time profiler: add regression testAnton Afanasyev2019-06-111-0/+5
* Revert "[Support][Test] Time profiler: add regression test"Anton Afanasyev2019-06-071-5/+0
* [Support][Test] Time profiler: add regression testAnton Afanasyev2019-06-071-0/+5
* Revert rL362792 : [Support][Test] Time profiler: add regression testSimon Pilgrim2019-06-071-5/+0
* Build with _XOPEN_SOURCE defined on AIXDavid Tenty2019-06-071-0/+5
* [Support][Test] Time profiler: add regression testAnton Afanasyev2019-06-071-0/+5
* Add Attribute NoThrow as an Exception Specifier TypeErich Keane2019-05-301-0/+2
* Rename clangToolingRefactor to clangToolingRefactoring for consistency with i...Nico Weber2019-05-252-2/+2
* Fix target property to make BUILD_SHARED_LIBS workChris Bieneman2019-05-211-1/+1
* [CMake] One more stab at fixing BUILD_SHARED_LIBSChris Bieneman2019-05-211-0/+1
* [libclang] visit c++14 lambda capture init expressionsNikolai Kosjar2019-05-211-2/+6
* [ClangFormat] Editor integrations inherit default style from clang-format binarySam McCall2019-05-174-8/+11
* Re-land: Add Clang shared library with C++ exportsChris Bieneman2019-05-173-0/+22
* Revert r360946 "Add Clang shared library with C++ exports"Nico Weber2019-05-173-17/+0