aboutsummaryrefslogtreecommitdiff
path: root/clang/docs
AgeCommit message (Expand)AuthorFilesLines
2024-07-10[analyzer] Split TaintPropagation checker into reporting and modeling checker...Daniel Krupp2-12/+12
2024-07-10[clang][ARM] Fix warning for using VFP from interrupts. (#91870)Chris Copeland1-0/+12
2024-07-10[analyzer][docs] Add clang-19 release notes for CSA (#97418)Balazs Benics1-8/+37
2024-07-10[C23] Add *_NORM_MAX macros to <float.h> (#96643)Aaron Ballman1-0/+3
2024-07-10[Clang] Allow raw string literals in C as an extension (#88265)Sirraide1-0/+4
2024-07-10[Clang][Sema] Substitute for the type aliases inside of a CTAD guide (#94740)Younan Zhang1-0/+1
2024-07-10Revert "[Clang] Implement resolution for CWG1835 (#92957)"NAKAMURA Takumi1-3/+0
2024-07-10[docs] [C++20] [Modules] Add a workaround document for missing vtablesChuanqi Xu1-0/+68
2024-07-09Fix erroneous `-Wmissing-prototypes` for Win32 entry points (#98105)Max Winkler1-0/+3
2024-07-09[Clang] Implement resolution for CWG1835 (#92957)Krystian Stasiowski1-0/+3
2024-07-09[Bounds-Safety] Add sized_by, counted_by_or_null & sized_by_or_null (#93231)Henrik G. Olsson1-0/+9
2024-07-09[CodeGen] Add a flag to disable emitting block signature strings (#96944)Akira Hatanaka2-0/+11
2024-07-09Support `guarded_by` attribute and related attributes inside C structs and su...Pierre d'Herbemont2-3/+8
2024-07-09[Clang] Fix the order of addInstantiatedParameters in LambdaScopeForCallOpera...Yupei Liu1-0/+1
2024-07-09[NFC][clang] Add a release note for `#embed` (#97997)Mariya Podchishchaeva1-0/+3
2024-07-08[RISCV] Handle empty structs/unions passing in C++ (#97315)Sudharsan Veeravalli1-0/+1
2024-07-07[Clang] Add captures to the instantiation scope for noexcept specifiers (#97166)Younan Zhang1-0/+2
2024-07-06[Clang] Simplify release notes and remove irrelevant comment (#96407)Gábor Spaits1-3/+0
2024-07-06[clang] Add C++26 diagnostics to compatibility diagnosic groups (#97806)Vlad Serebrennikov1-1/+8
2024-07-06[Clang][ExprConstant] fix constant expression did not evaluate to integer (#9...Zhikai Zeng1-0/+2
2024-07-05[clang] Implement P3144R2 "Deleting a Pointer to an Incomplete Type..." (#97733)Vlad Serebrennikov1-0/+4
2024-07-05 [clang][analyzer][doc] Migrate user-related docs from HTML to RST (#97034)Endre Fülöp8-0/+386
2024-07-04Fix MSVC 1920+ auto NTTP mangling for pointers to members (#97007)Max Winkler1-0/+7
2024-07-03[Clang][Sema] Correctly transform dependent operands of overloaded binary ope...Krystian Stasiowski1-0/+2
2024-07-03 [C23] Add INFINITY and NAN macros to <float.h> (#96659)Aaron Ballman1-0/+5
2024-07-02Remove llvm/MC/MCAsmLayout.h and the unused parameter in MCAssembler::layoutFangrui Song1-1/+0
2024-07-02Revert "[Clang][Comments] Attach comments to decl even if preproc directives ...Aaron Ballman1-16/+0
2024-07-02Revert "Remove llvm/MC/MCAsmLayout.h"Davide Italiano1-0/+1
2024-07-02[clang][docs] Move entries around (#97416)Balazs Benics1-5/+5
2024-07-02[Clang] Clarify diagnostic notes for implicitly generated deduction guides (#...Younan Zhang1-0/+2
2024-07-02[C2y] Add -std=c2y and -std=gnu2yAaron Ballman2-3/+13
2024-07-02[clang-format] Add SpacesInParensOption for filtering repeated parens (#77522)Gedare Bloom2-4/+22
2024-07-01Remove llvm/MC/MCAsmLayout.hFangrui Song1-1/+0
2024-07-01[Clang] Extend lifetime bound analysis to support assignments for the built-i...Haojian Wu1-0/+4
2024-07-01[clang][ThreadSafety] Revert stricter typing on trylock attributes (#97293)Dan McArdle2-59/+4
2024-07-01[Clang] Improve error message for lambda captures that name a class member (#...CedricSWA1-0/+3
2024-07-01[Clang][Comments] Attach comments to decl even if preproc directives are in b...hdoc1-0/+16
2024-06-30[clang][Sema] Fix crash on atomic builtins with incomplete type args (#96374)Takuya Shimizu1-0/+3
2024-06-30[clang-format] Add option to remove leading blank lines (#91221)sstwcw2-10/+40
2024-06-28[Clang][Sema] fix assertion failure about invalid conversion when calling lam...Zhikai Zeng1-0/+1
2024-06-28[clang][docs] Add preliminary documentation for SPIR-V support in the HIPAMD ...Alex Voicu1-0/+45
2024-06-28[clang][analyzer] Improve documentation of checker 'cplusplus.Move' (NFC) (#9...Balázs Kéri1-4/+39
2024-06-28Revert "[Clang] Fix __is_trivially_equality_comparable returning true with in...Zequan Wu1-4/+1
2024-06-27[Clang] Fix __is_trivially_equality_comparable returning true with ineligebil...Nikolas Klauser1-1/+4
2024-06-27[Clang][AST] Let DeclPrinter print trailing requires expressions for template...Younan Zhang1-0/+1
2024-06-25Add documentation for `__builtin_object_size`. (#96573)Richard Smith1-8/+77
2024-06-25Add support for __builtin_verbose_trap (#79230)Akira Hatanaka1-0/+54
2024-06-25Revert "[clang-format] Add option to remove leading blank lines (#91221)"sstwcw2-40/+10
2024-06-25[clang-format] Add option to remove leading blank lines (#91221)sstwcw2-10/+40
2024-06-24[clang][docs] '#pragma clang section' is supported on Mach-O. NFCJon Roelofs1-1/+1