summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* [Clang][Bundler] Do not require host triple for extracting device bundlesSergey Dmitriev2019-08-281-3/+6
* [preprocessor] Add an opportunity to retain excluded conditional blocksEvgeny Mankov2019-08-272-1/+33
* ArrayRef'ized CompilerInvocation::CreateFromArgsDmitri Gribenko2019-08-273-8/+5
* [Clang][Bundler] Fix for a hang when unbundling fat binarySergey Dmitriev2019-08-271-4/+5
* [Clang][Bundler] Use llvm-objcopy for creating fat object filesSergey Dmitriev2019-08-262-119/+25
* Improve behavior in the case of stack exhaustion.Richard Smith2019-08-261-0/+2
* [libclang][index][NFCi] Refactor machinery for skipping function bodiesJan Korous2019-08-261-41/+65
* [analyzer] Analysis: Fix checker silencingCsaba Dabis2019-08-241-5/+8
* [libclang][NFC] Remove debug commentJan Korous2019-08-221-3/+1
* [analyzer] Analysis: Silence checkersCsaba Dabis2019-08-161-3/+15
* [Driver][Bundler] Improve bundling of object files.Alexey Bataev2019-08-151-26/+11
* [Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-1416-43/+43
* [clang] - An update after LLVM change.George Rimar2019-08-141-1/+4
* Removed dead code from clang/tools/libclang/CXIndexDataConsumer.{cpp,h}Dmitri Gribenko2019-08-142-51/+0
* clang-scan-deps: do not spawn threads when LLVM_ENABLE_THREADS is disabledAlex Lorenz2019-08-131-19/+28
* Add SVE opaque built-in typesRichard Sandiford2019-08-091-0/+3
* [analyzer] Fix scan-build's plist output in plist-html mode.Artem Dergachev2019-08-081-1/+1
* [clang] Add no-warn support for WaBrian Cain2019-08-081-0/+5
* [llvm-mc] Add reportWarning() to MCContextBrian Cain2019-08-081-2/+2
* [diagtool] Use `operator<<(Colors)` to print out colored output.Rui Ueyama2019-08-081-36/+13
* Remove LLVM mutexes from clang in favor of std::mutexBenjamin Kramer2019-08-072-4/+3
* Replace non-recursive sys::Mutex users with std::mutexBenjamin Kramer2019-08-071-5/+3
* Replace llvm::MutexGuard/UniqueLock with their standard equivalentsBenjamin Kramer2019-08-072-4/+4
* Re-submit r367649: Improve raw_ostream so that you can "write" colors using o...Rui Ueyama2019-08-071-1/+2
* [clang-scan-deps] Implementation of dependency scanner over minimized sourcesAlex Lorenz2019-08-061-3/+21
* [CrossTU] Handle case when no USR could be generated during Decl search.Balazs Keri2019-08-061-2/+7
* Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song2019-08-054-8/+8
* Revert r367649: Improve raw_ostream so that you can "write" colors using oper...Rui Ueyama2019-08-021-14/+34
* Improve raw_ostream so that you can "write" colors using operator<<Rui Ueyama2019-08-021-34/+14
* [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