Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-07[Docs] [HLSL] Add note about PCH supportXiang Li
2022-10-07Revert "Thread safety analysis: Support copy-elided production of scoped capa...Hans Wennborg
2022-10-07Keep inherited dllimport/export attrs for explicit specialization of class te...Hans Wennborg
2022-10-06Thread safety analysis: Support copy-elided production of scoped capabilities...Aaron Puchert
2022-10-06Silence a duplicate diagnostic about K&R C function definitionsAaron Ballman
2022-10-06[C++20][Clang] P2468R2 The Equality Operator You Are Looking ForUtkarsh Saxena
2022-10-04[clang] Add fix-it note to defaulted-function-deleted warningNathan James
2022-10-04Implement DR2565: Invalid types in the parameter-declaration-clause of aErich Keane
2022-10-04[c++] implements tentative DR1432 for partial ordering of function templateYuanfang Chen
2022-10-02[clang][auto-init] Deprecate -enable-trivial-auto-var-init-zero-knowing-it-wi...Kees Cook
2022-10-01[Clang][AArch64] Support AArch64 target(..) attribute formats.David Green
2022-09-29[Clang][NFC] Fix broken link in release notesRoy Jacobson
2022-09-29[Clang] P1169R4: static operator()Roy Jacobson
2022-09-29[clang] [Driver] More flexible rules for loading default configsMichał Górny
2022-09-29[Driver] Add --config= as canonical spelling of --configFangrui Song
2022-09-28[clang] handle extended integer constant expressions in _Static_assert (PR #5...Martin Sebor
2022-09-28Repairing the release notesAaron Ballman
2022-09-28[C2x] implement typeof and typeof_unqualAaron Ballman
2022-09-28[C++2a] P0634r3: Down with typename!Nicolas Lesser
2022-09-28[clang][msan] Turn on -fsanitize-memory-param-retval by defaultArthur Eubanks
2022-09-28[clang][DR2621] using enum NAME lookup fixNathan Sidwell
2022-09-27[AArch64] Add Neoverse V2 CPU supportDavid Sherwood
2022-09-26Reapply "[Concepts] Recover properly from a RecoveryExpr in a concept"Erich Keane
2022-09-26Revert "[Concepts] Recover properly from a RecoveryExpr in a concept"Erich Keane
2022-09-26[Concepts] Recover properly from a RecoveryExpr in a conceptErich Keane
2022-09-24[Clang] Warn when trying to dereference void pointers in CJun Zhang
2022-09-23[Docs] [HLSL] Add IR reference for HLSLChris Bieneman
2022-09-23Allow getting template args for ClassTemplateSpecializationsAnders Langlands
2022-09-22[Doc][OpenCL] Fixed typos in code examplesAnastasia Stulova
2022-09-22[clang][docs] Fix supported element types for __builtin_reduce_(add|mul)Joe Loser
2022-09-22Re-apply "Deferred Concept Instantiation Implementation"Erich Keane
2022-09-22[clang] Rework IsTailPaddedMemberArray into isFlexibleArrayMemberExprserge-sans-paille
2022-09-22[clang] Fix interaction between asm labels and inline builtinsserge-sans-paille
2022-09-22[C++] [Coroutines] Prefer aligned (de)allocation for coroutines -Chuanqi Xu
2022-09-22Update Unicode to 15.0Corentin Jabot
2022-09-21[Sema] Reject array element types whose sizes aren't a multiple of theirAkira Hatanaka
2022-09-21Add clang_CXXMethod_isDeleted functionAnders Langlands
2022-09-21[clang] [Driver] Support multiple configuration filesMichał Górny
2022-09-21[clang] [docs] Improve formatting & fix typo in config docsMichał Górny
2022-09-21[clang] Fix missing template arguments in AST of access to member variable te...Matheus Izvekov
2022-09-20[clang] Update ReleaseNotes about a crash fix (Issue 53628)Dmitry Polukhin
2022-09-20[X86][fastcall][vectorcall] Move capability check before free register updatePhoebe Wang
2022-09-20[Clang] Implement fix for DR2628Roy Jacobson
2022-09-19[clang-format] JSON formatting add new option for controlling newlines in jso...mydeveloperday
2022-09-19Fix a typo in the release notes; NFCAaron Ballman
2022-09-18[Clang] Fix compat diagnostic to detect a nontype template parameter has a pl...Shafik Yaghmour
2022-09-18[Docs] Add a link that refers to C++ standard modules in Clang modules docJun Zhang
2022-09-17[Clang] Support label at end of compound statementEvgeny Shulgin
2022-09-17Add code examples to the potentially breaking changesAaron Ballman
2022-09-17Fix release note formatting and style; NFCAaron Ballman