aboutsummaryrefslogtreecommitdiff
path: root/clang/docs
AgeCommit message (Expand)AuthorFilesLines
2024-04-16[Clang][Sema] Fix issue on requires expression with templated base class memb...Qizhi Hu1-0/+1
2024-04-15[Clang] Properly set the value category of dependent unary operators (#88740)cor3ntin1-0/+1
2024-04-15Revert "Reapply "[Clang][Sema] Fix crash when 'this' is used in a dependent c...Mikhail Goncharov1-2/+0
2024-04-14[Clang] [C++26] Implement P2573R2: `= delete("should have a reason");` (#86526)Sirraide2-0/+3
2024-04-13[clang] Add missing documentation entry for `__is_pointer_interconvertible_ba...Vlad Serebrennikov1-0/+1
2024-04-13[clang] Implement `__is_pointer_interconvertible_base_of()` (#88473)Vlad Serebrennikov1-1/+2
2024-04-12Add txtpb to the list of supported TextProto extensions (#88355)Jing Wang1-1/+1
2024-04-11Reapply "[Clang][Sema] Fix crash when 'this' is used in a dependent class sco...Krystian Stasiowski1-0/+2
2024-04-11[Clang][AST] Track whether template template parameters used the 'typename' k...Krystian Stasiowski1-0/+4
2024-04-11[Clang][Sema] Implement approved resolution for CWG2858 (#88042)Krystian Stasiowski1-0/+3
2024-04-11[clang][dataflow] Remove deprecated alias `ControlFlowContext`. (#88358)martinboehme1-1/+0
2024-04-10Fix quadratic slowdown in AST matcher parent map generation (#87824)higher-performance1-0/+3
2024-04-10[flang][Frontend] Implement printing defined macros via -dM (#87627)Krzysztof Parzyszek1-2/+2
2024-04-10[HIP] document difference with CUDA (#86838)Yaxun (Sam) Liu1-0/+14
2024-04-10Revert "[Clang][Sema] Fix crash when 'this' is used in a dependent class scop...Krystian Stasiowski1-2/+0
2024-04-10[clang][Sema] Avoid guessing unexpanded packs' size in getFullyPackExpandedSi...Younan Zhang1-0/+1
2024-04-09Add a diagnostic group for tentative array definitionsAaron Ballman1-0/+5
2024-04-09Update __cpp_concepts macro (#87998)Erich Keane1-0/+4
2024-04-09[clang] Disable missing definition warning on pure virtual functions (#74510)Charalampos Mitrodimas1-0/+4
2024-04-09[Clang] [Sema] Fix dependence of DREs in lambdas with an explicit object para...Sirraide1-0/+3
2024-04-09[Clang][Sema] Fix crash when 'this' is used in a dependent class scope functi...Krystian Stasiowski1-0/+2
2024-04-09[ASTMatchers] fix captureVars assertion failure on capturesVariables (#76619)Ding Fei1-0/+1
2024-04-08Fix "[clang][UBSan] Add implicit conversion check for bitfields" (#87761)Axel Lundberg2-5/+21
2024-04-08[clang][analyzer] Add "pedantic" mode to StreamChecker. (#87322)Balázs Kéri1-4/+17
2024-04-05[Clang][Sema] Skip checking anonymous enum in using enum declaration (#87144)Qizhi Hu1-0/+1
2024-04-05[Clang][Sema] Fix the lambda call expression inside of a type alias declarati...Younan Zhang1-0/+2
2024-04-04[Clang] ReleaseNote item for 9dab2e3064a2ad4d5ce65832d605787dc394cb72Youngsuk Kim1-0/+3
2024-04-04[Clang][Sema] Warn unused cxx vardecl which entirely consists condition expr ...Youngsuk Kim1-0/+4
2024-04-03Revert "Revert "Revert "[clang][UBSan] Add implicit conversion check for bitf...Vitaly Buka2-21/+5
2024-04-03Revert "Revert "[clang][UBSan] Add implicit conversion check for bitfields"" ...Vitaly Buka2-5/+21
2024-04-03Revert "[clang][UBSan] Add implicit conversion check for bitfields" (#87518)Vitaly Buka2-21/+5
2024-04-03[clang] Support __typeof_unqual__ in all C modes (#87392)Nathan Chancellor1-0/+3
2024-04-03[clang][UBSan] Add implicit conversion check for bitfields (#75481)Axel Lundberg2-5/+21
2024-04-03[C++20] [Modules] [Driver] Emit unused argument warning if we use '-fmodule-o...Chuanqi Xu1-0/+3
2024-04-02[clang-format] Add BreakFunctionDefinitionParameters option (#84988)Ameer J1-0/+15
2024-04-02[clang] Fix crash when inheriting from a cv-qualified type (#70594)Rajveer Singh Bharadwaj1-0/+3
2024-04-02[Clang][Sema] Fix explicit specializations of member function templates with ...Krystian Stasiowski1-0/+2
2024-04-02Reapply "[clang][nullability] allow _Nonnull etc on nullable class types (#82...Sam McCall1-0/+15
2024-04-01[HLSL] Implement array temporary support (#79382)Chris B1-15/+16
2024-03-31[Sema] Implement support for -Wformat-signedness (#74440)Karl-Johan Karlsson1-0/+3
2024-03-29[Clang] [Sema] No longer diagnose type definitions in `offsetof` in C23 mode ...Sirraide1-0/+3
2024-03-29[clang][Sema] Fix a CTAD regression after 42239d2e9 (#86914)Younan Zhang1-0/+3
2024-03-29Revert "Reapply "[clang][nullability] allow _Nonnull etc on nullable class ty...dyung1-15/+0
2024-03-28Reapply "[clang][nullability] allow _Nonnull etc on nullable class types (#82...Sam McCall1-0/+15
2024-03-28[clang][analyzer] Improve documentation of StreamChecker (NFC). (#83858)Balázs Kéri1-14/+52
2024-03-28[clang] Bailout when the substitution of template parameter mapping is invali...Haojian Wu1-0/+1
2024-03-27[Clang][Sema] Allow flexible arrays in unions and alone in structs (#84428)Kees Cook1-0/+3
2024-03-27[clang] Fix an out-of-bound crash when checking template partial specializati...Haojian Wu1-0/+1
2024-03-27[analyzer][docs] Document the `optin.performance.Padding` checker (#86411)komalverma041-2/+81
2024-03-27[cfi][CodeGen] Call SetLLVMFunctionAttributes{,ForDefinition} on __cf… (#78...Pavel Kosov1-0/+4