- Notifications
You must be signed in to change notification settings - Fork 15.3k
Pull requests: llvm/llvm-project
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
[Clang] [C++26] Expansion Statements (Part 7: Constexpr support and tests) c++26 clang:codegen IR generation bugs: mangling, exceptions, etc. clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category
#169686 opened Nov 26, 2025 by Sirraide Loading… updated Dec 1, 2025
[Clang] [NFC] Expansion Statements (Part 4: for-range refactor) c++26 clang:codegen IR generation bugs: mangling, exceptions, etc. clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category
#169683 opened Nov 26, 2025 by Sirraide Loading… updated Dec 1, 2025
[Clang] [C++26] Expansion Statements (Part 1: AST) c++26 clang:as-a-library libclang and C++ API clang:codegen IR generation bugs: mangling, exceptions, etc. clang:frontend Language frontend issues, e.g. anything involving "Sema" clang:modules C++20 modules and Clang Header Modules clang:static analyzer clang Clang issues not falling into any other category
#169680 opened Nov 26, 2025 by Sirraide Loading… updated Dec 1, 2025
[Clang] [C++26] Expansion Statements (Part 6: Destructuring Expansion Statements) c++26 clang:codegen IR generation bugs: mangling, exceptions, etc. clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category
#169685 opened Nov 26, 2025 by Sirraide Loading… updated Dec 1, 2025
[Clang] [C++26] Expansion Statements (Part 5: Iterating Expansion Statements) c++26 clang:codegen IR generation bugs: mangling, exceptions, etc. clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category
#169684 opened Nov 26, 2025 by Sirraide Loading… updated Dec 1, 2025
[Clang] [C++26] Expansion Statements (Part 2: Parsing and Parser Tests) c++26 clang:codegen IR generation bugs: mangling, exceptions, etc. clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category
#169681 opened Nov 26, 2025 by Sirraide Loading… updated Dec 1, 2025
[Clang] [C++26] Expansion Statements (Part 8: Codegen) c++26 clang:codegen IR generation bugs: mangling, exceptions, etc. clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category
#169687 opened Nov 26, 2025 by Sirraide Loading… updated Dec 1, 2025
[Clang] [C++26] Expansion Statements (Part 10: Expansion Limit) c++26 clang:codegen IR generation bugs: mangling, exceptions, etc. clang:driver 'clang' and 'clang++' user-facing binaries. Not 'clang-cl' clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category
#169689 opened Nov 26, 2025 by Sirraide Loading… updated Dec 1, 2025
[Clang] [C++26] Expansion Statements (Part 9: Control Flow) c++26 clang:codegen IR generation bugs: mangling, exceptions, etc. clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category
#169688 opened Nov 26, 2025 by Sirraide Loading… updated Dec 1, 2025
[Clang] [C++26] Expansion Statements (Part 3: Enumerating Expansion Statements) c++26 clang:codegen IR generation bugs: mangling, exceptions, etc. clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category
#169682 opened Nov 26, 2025 by Sirraide Loading… updated Dec 1, 2025
[Clang] [C++26] Expansion Statements (Part 11: Final Touches and Tests) c++26 clang:codegen IR generation bugs: mangling, exceptions, etc. clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category
#169690 opened Nov 26, 2025 by Sirraide Loading… updated Dec 1, 2025
[clang]: reflection operator parsing for primitive types c++26 clang:frontend Language frontend issues, e.g. anything involving "Sema" clang:modules C++20 modules and Clang Header Modules clang Clang issues not falling into any other category reflection Issues related to C++26 reflection
#164692 opened Oct 22, 2025 by changkhothuychung Loading… updated Dec 1, 2025
[Clang] adjust caret placement for the suggested attribute location for enum class clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category
#168092 opened Nov 14, 2025 by a-tarasyuk Loading… updated Dec 1, 2025
[X86][Clang] Support constexpr evaluation of cvtpd2ps intrinsics backend:X86 clang:frontend Language frontend issues, e.g. anything involving "Sema" clang:headers Headers provided by Clang, e.g. for intrinsics clang Clang issues not falling into any other category
#169980 opened Nov 29, 2025 by HamzaHassanain Loading… updated Dec 1, 2025
[CUDA][HIP] Fix CTAD for host/device constructors clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category
#168711 opened Nov 19, 2025 by yxsamliu Loading… updated Dec 1, 2025
[clang][bytecode][NFC] Add popToUInt64() to builtin evaluation clang:bytecode Issues for the clang bytecode constexpr interpreter clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category
#170164 opened Dec 1, 2025 by tbaederr Loading… updated Dec 1, 2025
Added partial support for compiling C++20 modules and header-units without scanning. backend:SystemZ clang:driver 'clang' and 'clang++' user-facing binaries. Not 'clang-cl' clang:frontend Language frontend issues, e.g. anything involving "Sema" clang:modules C++20 modules and Clang Header Modules clang Clang issues not falling into any other category llvm:support
#147682 opened Jul 9, 2025 by HassanSajjad-302 Loading… updated Dec 1, 2025
[ARM] Introduce intrinsics for MVE minnm/maxnm under strict-fp. backend:ARM clang:frontend Language frontend issues, e.g. anything involving "Sema" llvm:ir
#169795 opened Nov 27, 2025 by davemgreen Loading… updated Dec 1, 2025
[Serialization] Fix lazy template loading clang:frontend Language frontend issues, e.g. anything involving "Sema" clang:modules C++20 modules and Clang Header Modules clang Clang issues not falling into any other category
[ARM] Introduce intrinsics for MVE vcmp under strict-fp. backend:ARM clang:frontend Language frontend issues, e.g. anything involving "Sema" llvm:ir
#169798 opened Nov 27, 2025 by davemgreen Loading… updated Nov 30, 2025
[clang] Add builtin to clear padding bytes (prework for P0528R3) clang:codegen IR generation bugs: mangling, exceptions, etc. clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category libc++ libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi.
#75371 opened Dec 13, 2023 by huixie90 Loading… updated Nov 30, 2025
[Clang] VectorExprEvaluator::VisitCallExpr / InterpretBuiltin - Allow GFNI intrinsics to be used in constexpr backend:X86 clang:bytecode Issues for the clang bytecode constexpr interpreter clang:frontend Language frontend issues, e.g. anything involving "Sema" clang:headers Headers provided by Clang, e.g. for intrinsics clang Clang issues not falling into any other category
#169619 opened Nov 26, 2025 by chaitanyav Loading… updated Nov 29, 2025
[LifetimeSafety] Implement multi-level origins clang:analysis clang:frontend Language frontend issues, e.g. anything involving "Sema" clang:temporal-safety Issue/FR relating to the lifetime analysis in Clang (-Wdangling, -Wreturn-local-addr) clang Clang issues not falling into any other category
#168344 opened Nov 17, 2025 by usx95 Loading… updated Nov 29, 2025
[LLVM][WebAssembly] Implement branch hinting proposal backend:WebAssembly clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category lld:wasm lld llvm:binary-utilities llvm:mc Machine (object) code objectyaml
#146230 opened Jun 28, 2025 by Lukasdoe Loading… updated Nov 28, 2025
[clang] Support header shadowing diagnostics in Clang header search clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category
#162491 opened Oct 8, 2025 by Jinjie-Huang Loading… updated Nov 28, 2025
Previous Next
ProTip! What’s not been updated in a month: updated:<2025-11-01.