1. 300d402 [Clang] Implement the core language parts of P2786 - Trivial relocation (#127636) by cor3ntin · 4 weeks ago
  2. f002f30 [clang] Remove unused local variables (NFC) (#138453) by Kazu Hirata · 4 weeks ago
  3. 1c68e0e [clang][ptrauth] reject incorrectly placed ptrauth qualifier (#138376) by Oliver Hunt · 4 weeks ago
  4. a4ceac7 [C23] Implement WG14 N3037 (#132939) by Aaron Ballman · 4 weeks ago
  5. c0917ab [clang][NFC] Convert `Sema::IfExistsResult` to scoped enum by Vlad Serebrennikov · 4 weeks ago
  6. 140c2b6 [clang][NFC] Convert `Sema::AllowFoldKind` to scoped enum by Vlad Serebrennikov · 4 weeks ago
  7. 35e743d default clause replaced by otherwise clause for metadirective in OpenMP 5.2 (#128640) by Urvi Rav · 4 weeks ago
  8. ed673aa [clang][NFC] Convert `Sema::OffsetOfKind` to scoped enum by Vlad Serebrennikov · 4 weeks ago
  9. 001cc34 [clang] Add scoped enum support to `StreamingDiagnostic` (#138089) by Vlad Serebrennikov · 4 weeks ago
  10. e70a8a6 [clang][NFC] Convert `Sema::NameClassificationKind` to scoped enum by Vlad Serebrennikov · 5 weeks ago
  11. 2a5ee25 [HLSL] Allow resource annotations to specify only register space (#135287) by Helena Kotas · 5 weeks ago
  12. 84a5435 Fix crash when an attribute is applied to pragma attribute/pragma dump (#137880) by Erich Keane · 5 weeks ago
  13. e803c20 [clang][NFC] Convert `Parser::CXX11AttributeKind` to scoped enum by Vlad Serebrennikov · 5 weeks ago
  14. 78a1d92 [clang][NFC] Convert `Parser::TentativeCXXTypeIdContext` to scoped enum by Vlad Serebrennikov · 5 weeks ago
  15. 5f22b84 [clang][NFC] Convert `Parser::IfExistsBehavior` to scoped enum by Vlad Serebrennikov · 5 weeks ago
  16. e8c684a [clang][NFC] Convert `Parser::ParenParseOption` to scoped enum by Vlad Serebrennikov · 5 weeks ago
  17. 4075a36 [clang][NFC] Convert `Parser::CastParseKind` to scoped enum by Vlad Serebrennikov · 5 weeks ago
  18. dc87d21 [clang][NFC] Convert `Parser::TypeCastState` to scoped enum by Vlad Serebrennikov · 5 weeks ago
  19. 23c3c4e [clang][NFC] Convert `Parser::ObjCTypeQual` to scoped enum by Vlad Serebrennikov · 5 weeks ago
  20. 44d8aa8 [clang][NFC] Convert `Parser::CachedInitKind` to scoped enum by Vlad Serebrennikov · 5 weeks ago
  21. 5122255 [clang][NFC] Convert `ParsedTemplateInfo::Kind` to scoped enum by Vlad Serebrennikov · 5 weeks ago
  22. 7ecd81e [clang][NFC] Convert `Parser::ExtraSemiKind` to scoped enum by Vlad Serebrennikov · 5 weeks ago
  23. 4595e80 [clang][NFC] Convert `Parser::AnnotatedNameKind` to scoped enum by Vlad Serebrennikov · 5 weeks ago
  24. c2d47a9 [clang][NFC] Convert `Sema::PragmaOptionsAlignKind` to scoped enum by Vlad Serebrennikov · 5 weeks ago
  25. ab680c5 Revert "[clang][NFC] Convert `Sema::PragmaMsStackAction` to scoped enum" by Vlad Serebrennikov · 5 weeks ago
  26. 21444e3 [clang][NFC] Convert `Sema::PragmaMsStackAction` to scoped enum by Vlad Serebrennikov · 5 weeks ago
  27. 4f96ce4 [clang][NFC] Convert `Sema::PragmaClangSectionAction` to scoped enum by Vlad Serebrennikov · 5 weeks ago
  28. b10296e [clang][NFC] Convert `Sema::PragmaClangSectionKind` to scoped enum by Vlad Serebrennikov · 5 weeks ago
  29. 9b74dce [HLSL][RootSignature] Add parsing of remaining Descriptor Table params (#137038) by Finn Plummer · 5 weeks ago
  30. fecf074 [HLSL][RootSignature] Add parsing of DescriptorRangeFlags (#136775) by Finn Plummer · 5 weeks ago
  31. 576161c [C] Warn on uninitialized const objects (#137166) by Aaron Ballman · 5 weeks ago
  32. 3c39922 [HLSL][RootSignature] Add parsing of ShaderVisibility to DescriptorTable (#136751) by Finn Plummer · 5 weeks ago
  33. e329b6c [NFC][RootSignatures] Conform to new std::optional calling conventions (#136747) by Finn Plummer · 5 weeks ago
  34. b8e420e Reland "[HLSL][RootSignature] Implement initial parsing of the descriptor table clause params" (#136740) by Finn Plummer · 6 weeks ago
  35. b144258 [Clang] Improve error recovery for invalid calls (#136295) by Younan Zhang · 6 weeks ago
  36. 08b0c25 [Clang] disallow use of attributes before extern template declarations (#136328) by Oleksandr T. · 6 weeks ago
  37. 0ed1c98 [clang] llvm::append_range (NFC) (#136440) by Kazu Hirata · 6 weeks ago
  38. d1cce66 [OpenACC] Switch Clang to use the Flang 'appertainment' rules for cla… (#135372) by Erich Keane · 6 weeks ago
  39. c7daab2 [Clang] Fix the trailing comma regression (#136273) by Younan Zhang · 6 weeks ago
  40. c134e99 Revert "[HLSL][RootSignature] Implement initial parsing of the descriptor table clause params" (#136252) by Finn Plummer · 6 weeks ago
  41. 64de852 [HLSL][RootSignature] Implement initial parsing of the descriptor table clause params (#133800) by Finn Plummer · 6 weeks ago
  42. d83b639 Reland [clang] Unify `SourceLocation` and `IdentifierInfo*` pair-like data structures to `IdentifierLoc` (#136077) by yronglin · 6 weeks ago
  43. 4041791 [clang] Implement StmtPrinter for EmbedExpr (#135957) by Mariya Podchishchaeva · 6 weeks ago
  44. d35bf17 [HLSL] Add a warning for implicit bindings (#135909) by Justin Bogner · 7 weeks ago
  45. 99c08ff Revert "[clang] Unify `SourceLocation` and `IdentifierInfo*` pair-like data structures to `IdentifierLoc`" (#135974) by Michael Buch · 7 weeks ago
  46. d3153ad [clang] Unify `SourceLocation` and `IdentifierInfo*` pair-like data structures to `IdentifierLoc` (#135808) by yronglin · 7 weeks ago
  47. a3283a9 [PAC] Add support for __ptrauth type qualifier (#100830) by Akira Hatanaka · 7 weeks ago
  48. 715ad67 [clang][CodeComplete] Use HeuristicResolver in getAsRecordDecl() (#130473) by Nathan Ridge · 7 weeks ago
  49. 428fc2c [NFC][HLSL][RootSignature] Make the Lexer adhere to naming conventions (#134136) by Finn Plummer · 8 weeks ago
  50. 6263de9 [OpenACC] Implement 'modifier-list' sema/AST by erichkeane · 8 weeks ago
  51. 50f0b30 [Clang] [Sema] Allow static assertions in the first part of a `for` loop in C (#134415) by Sirraide · 8 weeks ago
  52. bb8a7a7 [OpenACC] Implement 'pqr-list' has at least one 1 item. by erichkeane · 9 weeks ago
  53. 10c6ebc Reapply "[Clang] [NFC] Introduce a helper for emitting compatibility diagnostics (#132348)" (#134043) by Sirraide · 9 weeks ago
  54. 076397f Revert "[Clang] [NFC] Introduce a helper for emitting compatibility diagnostics" (#134036) by Sirraide · 9 weeks ago
  55. 9d06e08 [Clang] [NFC] Introduce a helper for emitting compatibility diagnostics (#132348) by Sirraide · 9 weeks ago
  56. 6767555 Reland "[HLSL][RootSignature] Implement parsing of a DescriptorTable with empty clauses" (#133958) by Finn Plummer · 9 weeks ago
  57. dc17429 [clang] improved preservation of template keyword (#133610) by Matheus Izvekov · 9 weeks ago
  58. 5e2860a Revert "[HLSL][RootSignature] Implement parsing of a DescriptorTable with empty clauses" (#133790) by Finn Plummer · 9 weeks ago
  59. e4b9486 [HLSL][RootSignature] Implement parsing of a DescriptorTable with empty clauses (#133302) by Finn Plummer · 9 weeks ago
  60. 00c43ae [C2y] Implement WG14 N3369 and N3469 (_Countof) (#133125) by Aaron Ballman · 9 weeks ago
  61. 79079c9 [OpenACC] Finish implementing 'routine' AST/Sema. by erichkeane · 2 months ago
  62. 6da8f56 [OpenMP 6.0] Parse/Sema support for reduction over private variable with reduction clause. (#129938) by CHANDRA GHALE · 2 months ago
  63. 8c6f309 [clang] Introduce "binary" StringLiteral for #embed data (#127629) by Mariya Podchishchaeva · 2 months ago
  64. baef6fa [Clang] Increase the default expression nesting limit (#132021) by cor3ntin · 2 months ago
  65. 911b200 [Clang] Constant Expressions inside of GCC' asm strings (#131003) by cor3ntin · 3 months ago
  66. 009d362 [clang][CodeComplete] Add code completion for if constexpr and consteval (#124315) by Letu Ren · 3 months ago
  67. 63635c1 [clang] [OpenMP] New OpenMP 6.0 self_maps clause (#129888) by Ritanya-B-Bharadwaj · 3 months ago
  68. 8a8f135 [OpenACC] Implement 'bind' ast/sema for 'routine' directive by erichkeane · 3 months ago
  69. bfdeb58 [Clang] use constant evaluation context for constexpr if conditions (#123667) by Oleksandr T. · 3 months ago
  70. a7d5b3f [HLSL] Disallow virtual inheritance and functions (#127346) by Chris B · 3 months ago
  71. 180f803 [clang] Fix ASTWriter crash after merging named enums (#114240) by Michael Jabbour · 3 months ago
  72. 1b75b9e [OpenACC] Handle sema for gang, worker, vector, seq clauses on routine by erichkeane · 3 months ago
  73. df1e102 [OpenACC] implement AST/Sema for 'routine' construct with argument by erichkeane · 3 months ago
  74. 68427bc [C++20] [Modules] Support generating in-class defined function with try-catch body (#129212) by Chuanqi Xu · 3 months ago
  75. d5cec38 [OpenACC] Implement 'cache' construct AST/Sema by erichkeane · 3 months ago
  76. 5d7d66b [OpenACC] Implement 'declare' construct AST/Sema by erichkeane · 3 months ago
  77. 26fc3aa [OpenMP] Missing implicit otherwise clause in metadirective. (#127113) by Zahira Ammarguellat · 3 months ago
  78. 0f6240c [HLSL] Allow EmptyDecl in cbuffer/tbuffer (#128250) by Chris B · 3 months ago
  79. 13ca605 Revert "default clause replaced by otherwise clause for metadirective in OpenMP 5.2 (#125648)" by Nico Weber · 3 months ago
  80. 73ad78c default clause replaced by otherwise clause for metadirective in OpenMP 5.2 (#125648) by Urvi Rav · 3 months ago
  81. 922f339 Diagnose the code with trailing comma in the function call. (#125232) by Haojian Wu · 4 months ago
  82. 4ac68ba [clang-repl] fix error recovery while parsing completely fails (#127087) by Vipul Cariappa · 4 months ago
  83. cf69b4c [Clang] [OpenMP] Add support for '#pragma omp stripe'. (#126927) by Zahira Ammarguellat · 4 months ago
  84. 67e1e98 Revert "[Clang] [OpenMP] Add support for '#pragma omp stripe'. (#119891)" by Kazu Hirata · 4 months ago
  85. 070f84e [Clang] [OpenMP] Add support for '#pragma omp stripe'. (#119891) by Zahira Ammarguellat · 4 months ago
  86. a5fc7c3 [clang][OpenMP] New OpenMP 6.0 assumption clause, 'no_openmp_constructs' (#125933) by David Pagan · 4 months ago
  87. 9598f74 [Clang] Remove __is_referenceable builtin (#123078) by Nikolas Klauser · 4 months ago
  88. 8c36665 [OpenMP]Initial parsing/sema support for target_device selector set (#118471) by Ritanya-B-Bharadwaj · 4 months ago
  89. 99a9133 [OpenACC] Implement Sema/AST for 'atomic' construct by erichkeane · 4 months ago
  90. abc8812 [Clang][P1061] Add stuctured binding packs (#121417) by Jason Rice · 4 months ago
  91. 69d0c4c [Clang] SubstituteConstraintExpressionWithoutSatisfaction needs an unevaluated context (#123883) by Younan Zhang · 4 months ago
  92. ad38e24 [clang][OpenMP] Add 'align' modifier for 'allocate' clause (#121814) by David Pagan · 5 months ago
  93. 41a94de [clang] Refactor attr diagnostics to use %select (#122473) by Maksim Ivanov · 5 months ago
  94. 6b12272 [clang] Informative error for lifetimebound in decl-spec (#118567) by Maksim Ivanov · 5 months ago
  95. be32621 [OpenACC] Implement 'device' and 'host' clauses for 'update' by erichkeane · 5 months ago
  96. 1a73654 [Clang] disallow attributes after namespace identifier (#121614) by Oleksandr T. · 5 months ago
  97. 2c2accb [OpenACC] Enable 'self' sema for 'update' construct by erichkeane · 5 months ago
  98. ff24e9a [OpenACC] Implement 'default_async' sema by erichkeane · 5 months ago
  99. 676b48d [C++20] [Modules] Diagnose if import statement lakcs a semicolon by Chuanqi Xu · 5 months ago
  100. 1418018 [clang][ObjectiveC] Fix Parsing the `::` Optional Scope Specifier (#119908) by Qiongsi Wu · 5 months ago