aboutsummaryrefslogtreecommitdiff
path: root/clang/docs
AgeCommit message (Expand)AuthorFilesLines
2024-06-21[clang] Implement CWG2877 "Type-only lookup for using-enum-declarator" (#95399)Vlad Serebrennikov1-0/+3
2024-06-20[clang-cl][AST] Fix auto NTTP MSVC 1920+ mangling for pointer types (#92477)Max Winkler1-0/+7
2024-06-20[BoundsSafety][doc] Make it clear that the feature is work-in-progress (#95964)Yeoul Na2-36/+36
2024-06-20[WebAssembly] Re-enable reference types by default (#93261)Heejin Ahn1-4/+4
2024-06-20[clang] Define ptrauth_sign_constant builtin. (#93904)Ahmed Bougacha1-0/+19
2024-06-20[clang] Define ptrauth_string_discriminator builtin. (#93903)Ahmed Bougacha1-0/+17
2024-06-20[Clang] [Sema] Diagnose unknown std::initializer_list layout in SemaInit (#95...Mital Ashok1-0/+4
2024-06-20[Clang][Comments] Support for parsing headers in Doxygen \par commands (#91100)hdoc1-0/+9
2024-06-20[clang] Move 'alpha.cplusplus.MisusedMovedObject' to 'cplusplus.Move' in docu...Balázs Kéri1-19/+19
2024-06-20Reland [clang][Sema, Lex, Parse] Preprocessor embed in C and C++ (#95802)Mariya Podchishchaeva1-0/+24
2024-06-20[clang] Fix `static_cast` to array of unknown bound (#96041)Mariya Podchishchaeva1-0/+2
2024-06-19Update ReleaseNotes for MC/DC changes. (#95887)NAKAMURA Takumi1-0/+15
2024-06-18[Sema][CTAD] Allow user defined conversion for copy-list-initialization (#94752)Gábor Spaits1-0/+6
2024-06-18[Clang][Sema] Diagnose variable template explicit specializations with storag...Krystian Stasiowski1-0/+1
2024-06-18[Clang] Fix immediate escalation in templated entities (#95233)cor3ntin1-0/+2
2024-06-17[Clang] Introduce `CXXTypeidExpr::hasNullCheck` (#95718)Mital Ashok1-0/+3
2024-06-17[Clang] Disallow non-lvalue values in constant expressions to prevent invalid...Oleksandr T1-0/+2
2024-06-16[Clang] Instantiate local constexpr functions eagerly (#95660)Younan Zhang1-0/+1
2024-06-16[clang] Clean up macOS version flags (#95374)Gábor Horváth2-4/+4
2024-06-15[Clang][Driver] Expose `-fno-eliminate-unused-debug-types` to clang-cl (#95259)Alexandre Ganea1-0/+3
2024-06-14Make diagnostic pragma override -Werror=foo and DefaultError warningsFangrui Song2-1/+13
2024-06-14Reapply: [MC/DC][Coverage] Loosen the limit of NumConds from 6 (#82448)NAKAMURA Takumi1-4/+25
2024-06-14[libclang/python] Fix bugs in custom enum implementation and add tests (#95381)Jannick Kremer1-0/+8
2024-06-14[clang-cl] Support the /Ob3 flagHans Wennborg1-0/+1
2024-06-14Revert "[MC/DC][Coverage] Loosen the limit of NumConds from 6 (#82448)"Hans Wennborg1-25/+4
2024-06-14[clang-cl] Map /Ot to -O3 instead of -O2 (#95406)Hans2-2/+6
2024-06-13[MC/DC][Coverage] Loosen the limit of NumConds from 6 (#82448)NAKAMURA Takumi1-4/+25
2024-06-13[Clang] Fix handling of brace ellison when building deduction guides (#94889)Younan Zhang1-0/+1
2024-06-13[AArch64] Add support for Cortex-A725 and Cortex-X925 (#95214)Jonathan Thackray1-2/+4
2024-06-12Revert "Support `guarded_by` attribute and related attributes inside C struct...Dan Liew2-4/+6
2024-06-12Revert "✨ [Sema, Lex, Parse] Preprocessor embed in C and C++ (and Obj-C and...Vitaly Buka1-24/+0
2024-06-12Support `guarded_by` attribute and related attributes inside C structs and su...Pierre d'Herbemont2-6/+4
2024-06-12[analyzer] Finish moving alpha.core.SizeofPtr to clang-tidy (#95118)Donát Nagy1-15/+0
2024-06-12[APINotes] Update the documentation with new featuresEgor Zhdan1-3/+34
2024-06-12[clang][Sema, Lex, Parse] Preprocessor embed in C and C++ (and Obj-C and Obj-...The Phantom Derpstorm1-0/+24
2024-06-11[clang][nullability] Don't return null fields from `getReferencedDecls()`. (#...martinboehme1-0/+1
2024-06-07[ARM] Add support for Cortex-R52+ (#94633)Jonathan Thackray1-0/+1
2024-06-06[clang] Implement a __is_bitwise_cloneable builtin type trait. (#86512)Haojian Wu2-0/+27
2024-06-05[CUDA] Mark CUDA-12.5 as supported and introduce ptx 8.5. (#94113)Andrey Portnoy1-1/+1
2024-06-05[Clang] Static and explicit object member functions with the same parameter-t...cor3ntin1-0/+3
2024-06-05[analyzer] New optin.taint.TaintedAlloc checker for catching unbounded memory...Daniel Krupp1-1/+48
2024-06-05[ASTMatchers] forCallable should not erase binding on success (#89657)Marco Borgeaud1-0/+1
2024-06-04Disable constexpr function body checking in more situations (#94347)Aaron Ballman1-0/+14
2024-06-04[clang][analyzer] Move PutenvStackArrayChecker out of alpha package (#93980)Balázs Kéri1-35/+35
2024-06-04[Clang][Sema] Tweak tryCaptureVariable for unevaluated lambdas (#93206)Younan Zhang1-0/+2
2024-06-03[Clang] Fix crash on improper use of `__array_extent` (#94173)Oleksandr T1-0/+1
2024-06-03[clang][analyzer] Move unix.BlockInCriticalSection out of alpha (#93815)Endre Fülöp1-43/+44
2024-06-03[clang-format][doc] Minor cleanupOwen Pan1-2/+3
2024-06-02[clang-format][doc] Clean up quotes, etc.Owen Pan1-35/+34
2024-06-01[Clang][Sema] Push an evaluation context for type constraints (#93945)Younan Zhang1-0/+1