1. 6e2aecd7 [clang][dataflow] Add base types for building dataflow analyses by Stanislav Gatev · 3 years, 6 months ago
  2. 651122f [DebugInfo][InstrRef] Pre-land on-by-default-for-x86 changes by Jeremy Morse · 3 years, 6 months ago
  3. 3c32c568 [NFC][clang]Increase the number of driver diagnostics by Steven Wan · 3 years, 6 months ago
  4. df0560c [HIP] Add atomic load, atomic store and atomic cmpxchng_weak builtin support in HIP-clang by Anshil Gandhi · 3 years, 6 months ago
  5. fc53eb6 Reapply 'Implement target_clones multiversioning' by Erich Keane · 3 years, 6 months ago
  6. 97e504c [clang][deps] NFC: Extract function by Jan Svoboda · 3 years, 6 months ago
  7. 12eafd9 [clang][deps] NFC: Clean up wording (ignored vs minimized) by Jan Svoboda · 3 years, 6 months ago
  8. bad8977 [clang] Change ordering of PreableCallbacks to make sure PP can be referenced in them by Kirill Bobyrev · 3 years, 6 months ago
  9. 5162b55 [clang][NFC] Inclusive terms: rename AccessDeclContextSanity to AccessDeclContextCheck by Zarko Todorovski · 3 years, 6 months ago
  10. 3e67cf2 [clang][driver] Add -fplugin-arg- to pass arguments to plugins by Timm Bäder · 3 years, 7 months ago
  11. dc1aa8e [PowerPC] Add missed clang portion of c933c2eb3346 by Nemanja Ivanovic · 3 years, 6 months ago
  12. 38211bb [HIP] Fix device stub name for Windows by Yaxun (Sam) Liu · 3 years, 7 months ago
  13. e13246a [HIP] Add HIP scope atomic operations by Yaxun (Sam) Liu · 3 years, 7 months ago
  14. 996ef89 [flang] Add -fno-automatic, refine IsSaved() by Peter Klausler · 3 years, 7 months ago
  15. 2ac339e [C++20] [Coroutines] Warn for deprecated form 'for co_await' by Chuanqi Xu · 3 years, 7 months ago
  16. a075d67 [Sema] fix nondeterminism in ASTContext::getDeducedTemplateSpecializationType by Wei Wang · 3 years, 7 months ago
  17. 290cddc Allow __attribute__((swift_attr)) in attribute push pragmas by Becca Royal-Gordon · 3 years, 7 months ago
  18. d8e5a0c [clang][NFC] Inclusive terms: replace some uses of sanity in clang by Zarko Todorovski · 3 years, 7 months ago
  19. d5de568 [analyzer][NFC] MaybeUInt -> MaybeCount by Balazs Benics · 3 years, 7 months ago
  20. e6ef134 [analyzer][NFC] Use enum for CallDescription flags by Balazs Benics · 3 years, 7 months ago
  21. 97f1bf1 [analyzer][NFC] Consolidate the inner representation of CallDescriptions by Balazs Benics · 3 years, 7 months ago
  22. de9d7e4 [analyzer][NFC] CallDescription should own the qualified name parts by Balazs Benics · 3 years, 7 months ago
  23. f18da19 [analyzer][NFC] Switch to using CallDescription::matches() instead of isCalled() by Balazs Benics · 3 years, 7 months ago
  24. 6c51270 [analyzer][NFC] Introduce CallDescription::matches() in addition to isCalled() by Balazs Benics · 3 years, 7 months ago
  25. d448fcd [analyzer][NFC] Introduce CallDescriptionSets by Balazs Benics · 3 years, 7 months ago
  26. 8025660 [OpenMP] support depend clause for taskwait directive, by Deepak Eachempati. by Alexey Bataev · 3 years, 7 months ago
  27. 55a7931 [clang][clangd] Improve signature help for variadic functions. by Adam Czachorowski · 3 years, 8 months ago
  28. 197576c [clang][lex] Refactor check for the first file include by Jan Svoboda · 3 years, 7 months ago
  29. 7b67908 [clang][lex] NFC: Remove unused HeaderFileInfo member by Jan Svoboda · 3 years, 7 months ago
  30. 8a4fcfc Remove non-affecting module maps from PCM files. by Ilya Kuteev · 3 years, 7 months ago
  31. a9fba2b [X86][ABI] Do not return float/double from x87 registers when x87 is disabled by Phoebe Wang · 3 years, 7 months ago
  32. de34a94 [X86] Add -mskip-rax-setup support to align with GCC by Phoebe Wang · 3 years, 7 months ago
  33. 4a9523c PR52537: When performing a no-op TreeTransform of a rewritten binary by Richard Smith · 3 years, 7 months ago
  34. 062ef8f [Driver][Android] Remove unneeded isNoExecStackDefault by Fangrui Song · 3 years, 7 months ago
  35. af9f3c6 [Coroutine] Warn deprecated 'std::experimental::coro' uses by Chuanqi Xu · 3 years, 7 months ago
  36. 5a6dac6 LiteralSupport: Don't assert() on invalid input by Daan De Meyer · 3 years, 7 months ago
  37. ccd729f [NFC] Update comments to refer to unique_ptr instead of raw pointers. by Yitzhak Mandelbaum · 3 years, 7 months ago
  38. 3623163 [clang] Fix typo in 36873fb768dbe by Nico Weber · 3 years, 7 months ago
  39. 36873fb [clang] Try to fix test more after ae98182cf7341181e by Nico Weber · 3 years, 7 months ago
  40. ae98182 [clang] Make -masm=intel affect inline asm style by Nico Weber · 3 years, 7 months ago
  41. 35ff3a0 [analyzer][NFC] Make the API of CallDescription safer slightly by Balazs Benics · 3 years, 7 months ago
  42. 4c484f1 [llvm] Add a SFINAE template parameter to DenseMapInfo by River Riddle · 3 years, 7 months ago
  43. 9809c6c Add `isInitCapture` and `forEachLambdaCapture` matchers. by James King · 3 years, 7 months ago
  44. c9e4621 [clang] retain type sugar in auto / template argument deduction by Matheus Izvekov · 3 years, 7 months ago
  45. 0b9d3a6 [analyzer][NFC] Separate CallDescription from CallEvent by Balazs Benics · 3 years, 7 months ago
  46. b2589e3 ast-print: Avoid extra whitespace before function opening brace by David Blaikie · 3 years, 7 months ago
  47. 6438a52 Revert "[clang] retain type sugar in auto / template argument deduction" by Matheus Izvekov · 3 years, 7 months ago
  48. d0ac215 [clang] Use isa instead of dyn_cast (NFC) by Kazu Hirata · 3 years, 7 months ago
  49. 4d8fff4 [clang] retain type sugar in auto / template argument deduction by Matheus Izvekov · 3 years, 7 months ago
  50. 59b1e98 Comment Sema: Make most of CommentSema private (NFC) by Aaron Puchert · 3 years, 7 months ago
  51. 3010883 Comment AST: Recognize function-like objects via return type (NFC) by Aaron Puchert · 3 years, 7 months ago
  52. 4e7df1e Comment AST: Find out if function is variadic in DeclInfo::fill by Aaron Puchert · 3 years, 7 months ago
  53. 46a68c8 Sema: const-qualify ParsedAttr::iterator::operator*() by Duncan P. N. Exon Smith · 3 years, 7 months ago
  54. 05f34ff [clang] Inclusive language: change instances of blacklist/whitelist to allowlist/ignorelist by Zarko Todorovski · 3 years, 7 months ago
  55. 1d7fdbb Revert "[clang] retain type sugar in auto / template argument deduction" by Adrian Kuegel · 3 years, 7 months ago
  56. 806329d [analyzer][solver] Iterate to a fixpoint during symbol simplification with constants by Gabor Marton · 3 years, 11 months ago
  57. bb49346 Revert "Implement target_clones multiversioning" by Adrian Kuegel · 3 years, 7 months ago
  58. 6512098 DebugInfo/Printing: Improve name of policy for including types for template arguments by David Blaikie · 3 years, 7 months ago
  59. 9b6036d [clang] retain type sugar in auto / template argument deduction by Matheus Izvekov · 3 years, 9 months ago
  60. 0309e50 [Driver] Fix ToolChain::getSanitizerArgs by Yaxun (Sam) Liu · 3 years, 8 months ago
  61. 3e7ad1f Emit final macro diagnostics in system headers by Chris Bieneman · 3 years, 7 months ago
  62. 9deab60 Implement target_clones multiversioning by Erich Keane · 3 years, 7 months ago
  63. 4fb0805 [clang-repl] Allow Interpreter::getSymbolAddress to take a mangled name. by Vassil Vassilev · 3 years, 9 months ago
  64. b7f3a4f [sancov] add tracing for loads and store by Kostya Serebryany · 3 years, 7 months ago
  65. 63ef0e1 Comment AST: Add support for variable templates by Aaron Puchert · 3 years, 7 months ago
  66. 4d63824 Comment AST: Declare function pointer variables as functions by Aaron Puchert · 3 years, 7 months ago
  67. 6facafe [clang-format] Refactor SpaceBeforeParens to add options by C. Rayroud · 3 years, 7 months ago
  68. 196554d Comment parsing: Complete list of Doxygen commands by Aaron Puchert · 3 years, 7 months ago
  69. a19da87 [ARM] implement support for TLS register based stack protector by Ard Biesheuvel · 3 years, 7 months ago
  70. b0de656 Initial parsing/sema for 'align' clause by David Pagan · 3 years, 7 months ago
  71. 7ecec3f [CUDA] Bump supported CUDA version to 11.5 by Carlos Galvez · 3 years, 7 months ago
  72. c0b298f Add `LambdaCapture`-related matchers. by James King · 3 years, 7 months ago
  73. 2db66f8 [clang] Fortify warning for scanf calls with field width too big. by Michael Benfield · 3 years, 8 months ago
  74. fd9b099 Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and turn it off by default" by hyeongyu kim · 3 years, 7 months ago
  75. a10a69f [SPIR-V] Add SPIR-V triple and clang target info. by Anastasia Stulova · 3 years, 7 months ago
  76. aacfbb9 [Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and turn it off by default by hyeongyukim · 3 years, 8 months ago
  77. 89ad282 Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and turn it off by default" by Juneyoung Lee · 3 years, 7 months ago
  78. 7584ef7 [Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and turn it off by default by Juneyoung Lee · 3 years, 7 months ago
  79. 1b75285 [AIX][Clang] Fix XL product name in AIX XL compatibility warning by Zarko Todorovski · 3 years, 7 months ago
  80. a83a6c2 [clang] [Objective C] Inclusive language: use objcmt-allowlist-dir-path=<arg> instead of objcmt-white-list-dir-path=<arg> by Zarko Todorovski · 3 years, 7 months ago
  81. 4eac7bc [OpenMP] Add parsing/sema/serialization for 'bind' clause. by Mike Rice · 3 years, 7 months ago
  82. eb0fa8b [Clang][Attr] Support btf_type_tag attribute by Yonghong Song · 3 years, 7 months ago
  83. 0649dfe [RISCV] Rename some assembler mnemonic and intrinsic functions for RVV 1.0. by Zakk Chen · 3 years, 7 months ago
  84. ec11715 [Coroutines] [Frontend] Lookup in std namespace first by Chuanqi Xu · 3 years, 7 months ago
  85. 741aeda [PowerPC] Implement longdouble pack/unpack builtins by Qiu Chaofan · 3 years, 7 months ago
  86. a8083d4 [X86][clang] Disable long double type for -mno-x87 option by Andrew Savonichev · 3 years, 7 months ago
  87. 60a085b Revert "[clang] deprecate frelaxed-template-template-args, make it on by default" by Yaxun (Sam) Liu · 3 years, 7 months ago
  88. 7999355 [Clang] Add min/max reduction builtins. by Florian Hahn · 3 years, 7 months ago
  89. 6a5e08c [AST] injected-class-name is not a redecl, even in template specializations by Sam McCall · 3 years, 7 months ago
  90. 8bf1244 DebugInfo: workaround for context-sensitive use of non-type-template-parameter integer suffixes by David Blaikie · 3 years, 9 months ago
  91. a82a844 [clang][deps] Keep #pragma push_macro, pop_macro and include_alias when minimizing source code. by Sylvain Audi · 3 years, 8 months ago
  92. d51a829 Revert "[clang] Fortify warning for scanf calls with field width too big." by Michael Benfield · 3 years, 7 months ago
  93. 5a8c173 [clang] Fortify warning for scanf calls with field width too big. by Michael Benfield · 3 years, 8 months ago
  94. c8b1ed5 [clang, llvm] Use Optional::getValueOr (NFC) by Kazu Hirata · 3 years, 7 months ago
  95. 4db2e4c Use {DenseSet,SetVector,SmallPtrSet}::contains (NFC) by Kazu Hirata · 3 years, 7 months ago
  96. 931d20c [docs][clang-format] warn on \code block indentation error by Ludovic Jozeau · 3 years, 7 months ago
  97. a43d1aa [clang] Make 'align-mismatch' warning work without an associated function declaration by Alex Lorenz · 3 years, 7 months ago
  98. 9902362 Support: Use sys::path::is_style_{posix,windows}() in a few places by Duncan P. N. Exon Smith · 3 years, 8 months ago
  99. c001775 [clang] Inclusive language: change error message to use allowlist by Zarko Todorovski · 3 years, 7 months ago
  100. fb67f3d [WebAssembly] Add prototype relaxed float to int trunc instructions by Thomas Lively · 3 years, 7 months ago