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