- 5d56c7b Replace platform-dependent `stat` with `llvm::sys::fs::status`. NFC intended. by Volodymyr Sapsai · 6 years ago
- ea49340 [Clang][OpenMP Offload] Move offload registration code to the wrapper by Sergey Dmitriev · 6 years ago
- 40a8d3b [Concepts] Concept Specialization Expressions by Saar Raz · 6 years ago
- 04a9a9f Revert 374882 "[Concepts] Concept Specialization Expressions" by Nico Weber · 6 years ago
- 88186b0 [Concepts] Concept Specialization Expressions by Saar Raz · 6 years ago
- f1a4d82 [Format] Add machine-readable SPDX license ID to clang-format.el by Sam McCall · 6 years ago
- 117352a [OPENMP50]Add support for 'parallel master taskloop' construct. by Alexey Bataev · 6 years ago
- 604dda3 [clang] [clang-offload-bundler] Fix finding installed llvm-objcopy by Michal Gorny · 6 years ago
- a4f23f4 [clang-format] Proposal for clang-format to give compiler style warnings by Paul Hoad · 6 years ago
- fbd9204 Revert r374663 "[clang-format] Proposal for clang-format to give compiler style warnings" by Nico Weber · 6 years ago
- e8a6902 [clang-format] Proposal for clang-format to give compiler style warnings by Paul Hoad · 6 years ago
- e30a155 [OPENMP50]Support for 'master taskloop' directive. by Alexey Bataev · 6 years ago
- a579abf Remove rest of time-trace message as it is inconsistent style by Russell Gallop · 6 years ago
- 7823560 [Clang][OpenMP Offload] Add new tool for wrapping offload device binaries by Sergey Dmitriev · 6 years ago
- 3cc6690 [clang-offload-bundler] Support `.cui` and `.d`. by Michael Liao · 6 years ago
- 398e102 [clang-format] [NFC] Ensure clang-format is itself clang-formatted. by Paul Hoad · 6 years ago
- 8d0a55c [clang] [cmake] Use add_clang_tool() to install all tools by Michal Gorny · 6 years ago
- a22db94 Add missing null pointer check in -ftime-trace code by Reid Kleckner · 6 years ago
- f90bb31 [CMake] Clang: Don't use object libraries with Xcode by Jordan Rose · 6 years ago
- 0422259 [clang] [cmake] Add distribution install targets for remaining components by Michal Gorny · 6 years ago
- 5dd8fd3 [clang][lldb][NFC] Encapsulate ExternalASTMerger::ImporterSource by Raphael Isemann · 6 years ago
- 50f8015 Decrease the verbosity of the -ftime-trace option by Sylvestre Ledru · 6 years ago
- bc17e9d Correct function declarations; NFC. by Aaron Ballman · 6 years ago
- e8c2d27 [clang-format] [PR36858] Add missing .hh and .cs extensions from python support utilities by Paul Hoad · 6 years ago
- 69a791e [clang-scan-deps] strip the --serialize-diagnostics argument by Alex Lorenz · 6 years ago
- 67a539d [Timers] Fix printing some `-ftime-report` sections twice. Fixes PR40328. by Volodymyr Sapsai · 6 years ago
- d89349b [clang-scan-deps] Add verbose mode by Jan Korous · 6 years ago
- 55795f1 [clang-scan-deps] Add -M to work around -MT issue after r371918 by Fangrui Song · 6 years ago
- 56e226c Fix a perl warning: Scalar value @ArgParts[0] better written as $ArgParts[0] at /usr/share/clang/scan-build-10/libexec/ccc-analyzer line 502. by Sylvestre Ledru · 6 years ago
- 9541955 [libclang] Expose abort()-ing LLVM fatal error handler by Jan Korous · 6 years ago
- 2be1e8b NFC, add missing cl::cat option category to clang-scan-deps options to ensure they show up in -help by Alex Lorenz · 6 years ago
- 23a6eed [clang-scan-deps] Add dependency targets by Jan Korous · 6 years ago
- 2f84230 [clang-scan-deps] add skip excluded conditional preprocessor block preprocessing optimization by Alex Lorenz · 6 years ago
- 8d0c742 [Clang][Bundler] Replace std::vector by SmallVector [NFC] by Sergey Dmitriev · 6 years ago
- 3ba34f3 [Clang][Bundler] Fix for a potential memory leak [NFC] by Sergey Dmitriev · 6 years ago
- 6ff2b21 libclang depends on ClangDriverOptions since r352803 by Nico Weber · 6 years ago
- 59563d2 [clang][Index] Replace CodegenNameGenerator with ASTNameGenerator by Jan Korous · 6 years ago
- e4bd363 [libclang] Refactored SharedParsedRegionsStorage by Dmitri Gribenko · 6 years ago
- fd7dbaf [analyzer] scan-build: handle --sysroot=/path in addition to --sysroot /path. by Artem Dergachev · 6 years ago
- f521f90 [Driver] Use shared singleton instance of DriverOptTable by Ilya Biryukov · 6 years ago
- 145272e [clang-scan-deps] NFC, refactor the DependencyScanningWorker to use a consumer by Alex Lorenz · 6 years ago
- 6dae4ca [clang-scan-deps] reuse the file manager across invocations of by Alex Lorenz · 6 years ago
- 114b767 Changed FrontendActionFactory::create to return a std::unique_ptr by Dmitri Gribenko · 6 years ago
- f2dd7c9 [Index] Added a ShouldSkipFunctionBody callback to libIndex, and refactored clients to use it instead of inventing their own solution by Dmitri Gribenko · 6 years ago
- ca74871 [Index] Stopped wrapping FrontendActions in libIndex and its users by Dmitri Gribenko · 6 years ago
- 0b99d24 [Clang][Bundler] Do not require host triple for extracting device bundles by Sergey Dmitriev · 6 years ago
- 1002cd4 [preprocessor] Add an opportunity to retain excluded conditional blocks by Evgeny Mankov · 6 years ago
- 610ec02 ArrayRef'ized CompilerInvocation::CreateFromArgs by Dmitri Gribenko · 6 years ago
- 8c0ec8c [Clang][Bundler] Fix for a hang when unbundling fat binary by Sergey Dmitriev · 6 years ago
- c9756de [Clang][Bundler] Use llvm-objcopy for creating fat object files by Sergey Dmitriev · 6 years ago
- c3225a6 Improve behavior in the case of stack exhaustion. by Richard Smith · 6 years ago
- 0cd2a94 [libclang][index][NFCi] Refactor machinery for skipping function bodies by Jan Korous · 6 years ago
- f3c751c [analyzer] Analysis: Fix checker silencing by Csaba Dabis · 6 years ago
- 3d90e05 [libclang][NFC] Remove debug comment by Jan Korous · 6 years ago
- 27cb4e0 [analyzer] Analysis: Silence checkers by Csaba Dabis · 6 years ago
- 2d5b645 [Driver][Bundler] Improve bundling of object files. by Alexey Bataev · 6 years ago
- 49a6b09 [Clang] Migrate llvm::make_unique to std::make_unique by Jonas Devlieghere · 6 years ago
- 67694d3 [clang] - An update after LLVM change. by George Rimar · 6 years ago
- 3c901df Removed dead code from clang/tools/libclang/CXIndexDataConsumer.{cpp,h} by Dmitri Gribenko · 6 years ago
- 9684fd2 clang-scan-deps: do not spawn threads when LLVM_ENABLE_THREADS is disabled by Alex Lorenz · 6 years ago
- 584a96f Add SVE opaque built-in types by Richard Sandiford · 6 years ago
- 7b90e19 [analyzer] Fix scan-build's plist output in plist-html mode. by Artem Dergachev · 6 years ago
- 09976f2 [clang] Add no-warn support for Wa by Brian Cain · 6 years ago
- 63e289a [llvm-mc] Add reportWarning() to MCContext by Brian Cain · 6 years ago
- babd6da [diagtool] Use `operator<<(Colors)` to print out colored output. by Rui Ueyama · 6 years ago
- 8220d65 Remove LLVM mutexes from clang in favor of std::mutex by Benjamin Kramer · 6 years ago
- 838c29d Replace non-recursive sys::Mutex users with std::mutex by Benjamin Kramer · 6 years ago
- 2c29bda Replace llvm::MutexGuard/UniqueLock with their standard equivalents by Benjamin Kramer · 6 years ago
- ca30f62 Re-submit r367649: Improve raw_ostream so that you can "write" colors using operator<< by Rui Ueyama · 6 years ago
- 3443f89 [clang-scan-deps] Implementation of dependency scanner over minimized sources by Alex Lorenz · 6 years ago
- 7d8e55c [CrossTU] Handle case when no USR could be generated during Decl search. by Balazs Keri · 6 years ago
- 231854d Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC by Fangrui Song · 6 years ago
- e0c6a29 Revert r367649: Improve raw_ostream so that you can "write" colors using operator<< by Rui Ueyama · 6 years ago
- 9ead55f Improve raw_ostream so that you can "write" colors using operator<< by Rui Ueyama · 6 years ago
- 43696f8 [clang] Adopt new FileManager error-returning APIs by Harlan Haskins · 6 years ago
- d0c6c9f Fix exporting SARIF files from scan-build on Windows. by Aaron Ballman · 6 years ago
- 0ed2296 [Support] Fix `-ftime-trace-granularity` option by Anton Afanasyev · 6 years ago
- a91ff7c Improve clang-format-diff help output by Nico Weber · 6 years ago
- f900219 [clang-scan-view] Force utf-8 when handling report (python2 only) by Serge Guelton · 6 years ago
- 5ca6ab3 [clang-fuzzer] Remove 'setUseOrcMCJITReplacement(false)' call. by Lang Hames · 6 years ago
- 0fcd863 Revert [clang-shlib] Fix clang-shlib for PRIVATE dependencies by Shoaib Meenai · 6 years ago
- e4b85c0 cmake: Fix install of libclang-cpp.so when LLVM_INSTALL_TOOLCHAIN_ONLY=ON by Tom Stellard · 6 years ago
- f15fa2a cmake: Add INSTALL_WITH_TOOLCHAIN option to add_*_library macros by Tom Stellard · 6 years ago
- 90d6722 Rename libclang_shared to libclang-cpp by Sylvestre Ledru · 6 years ago
- f90a391 [clang-shlib] Fix clang-shlib for PRIVATE dependencies by Shoaib Meenai · 6 years ago
- 8734d09 Revert Recommit "[CommandLine] Remove OptionCategory and SubCommand caches from the Option class." by Haojian Wu · 6 years ago
- fa50bf0 [Concepts] Concept definitions (D40381) by Saar Raz · 6 years ago
- 523e2cd Recommit "[CommandLine] Remove OptionCategory and SubCommand caches from the Option class." by Don Hinton · 6 years ago
- 7657c21 [libclang] Fix hang in release / assertion in debug when evaluating value-dependent types. by Emilio Cobos Alvarez · 6 years ago
- 26c91b6 cmake: Add CLANG_LINK_CLANG_DYLIB option by Tom Stellard · 6 years ago
- 711c0bd [Bitcode] Move Bitstream to a separate library by Francis Visoiu Mistrih · 6 years ago
- 45c26c4 [clang-scan-deps] use `-Wno-error` when scanning for dependencies by Alex Lorenz · 6 years ago
- b76b345 Change std::{lower,upper}_bound to llvm::{lower,upper}_bound or llvm::partition_point. NFC by Fangrui Song · 6 years ago
- 159cd77 [C++2a] Add __builtin_bit_cast, used to implement std::bit_cast by Erik Pilkington · 6 years ago
- d5aae33 [Driver] Fix style issues of --print-supported-cpus after D63105 by Fangrui Song · 6 years ago
- 24d531c [clang-scan-deps] Introduce the DependencyScanning library with the by Alex Lorenz · 6 years ago
- fb2a26c Print NULL as "(null)" in diagnostic message by Xing Xue · 6 years ago
- f32f7f6 [clang-scan-deps] print the dependencies to stdout by Alex Lorenz · 6 years ago
- 2bb8e0f [git-clang-format] recognize hxx as a C++ file by Miklos Vajna · 6 years ago
- a03a7fe git-clang-format: Remove trailing whitespace in docstring. NFC. by Sam Clegg · 6 years ago