aboutsummaryrefslogtreecommitdiff
path: root/clang/include
AgeCommit message (Expand)AuthorFilesLines
2024-04-03Revert "Reenable external categories (#87357)"revert-87357-reenable-external-categoriesVitaly Buka14-1548/+1598
2024-04-03Revert "Revert "Revert "[clang][UBSan] Add implicit conversion check for bitf...Vitaly Buka1-10/+10
2024-04-03[AArch64][ARM] Make neon fp16 generic intrinsics always available. (#87467)David Green1-16/+15
2024-04-03Revert "Revert "[clang][UBSan] Add implicit conversion check for bitfields"" ...Vitaly Buka1-10/+10
2024-04-03Revert "[clang][UBSan] Add implicit conversion check for bitfields" (#87518)Vitaly Buka1-10/+10
2024-04-03[clang] Support __typeof_unqual__ in all C modes (#87392)Nathan Chancellor1-22/+24
2024-04-03[NFC] Bump DIAG_SIZE_FRONTEND (hit the limit downstream as of e05c1b46)Paul Robinson1-1/+1
2024-04-03[clang][UBSan] Add implicit conversion check for bitfields (#75481)Axel Lundberg1-10/+10
2024-04-03Reenable external categories (#87357)Daniel Grumberg14-1598/+1548
2024-04-03[NFC] [Serialization] Extract logics to write decls and types into a standalo...Chuanqi Xu1-0/+1
2024-04-03[NFC] [C++20] [Modules] [Reduced BMI] Make sure the size of reduced BMI is no...Chuanqi Xu1-3/+4
2024-04-03[clang][modules] NFCI: Pragma diagnostic mappings: write/read `FileID` instea...Jan Svoboda1-1/+1
2024-04-02[clang-format] Add BreakFunctionDefinitionParameters option (#84988)Ameer J1-0/+16
2024-04-02[clang][ExtractAPI] improve template argument name deduction (#77716)Erick Velez1-15/+4
2024-04-02[Clang][AST][NFC] Move template argument dependence computations for MemberEx...Krystian Stasiowski1-3/+5
2024-04-02Revert "[clang][ExtractAPI] Add ability to create multiple symbol graphs (#86...Daniel Grumberg13-1544/+1598
2024-04-02[Clang][AST][NFC] MemberExpr stores NestedNameSpecifierLoc and DeclAccessPair...Krystian Stasiowski2-27/+20
2024-04-02[clang][ExtractAPI] Add ability to create multiple symbol graphs (#86676)Daniel Grumberg13-1598/+1544
2024-04-02Reapply "[clang][nullability] allow _Nonnull etc on nullable class types (#82...Sam McCall5-1/+32
2024-04-01[clang] Factor out OpenACC part of `Sema` (#84184)Vlad Serebrennikov2-55/+84
2024-04-01[clang-cl] Allow a colon after /Fo option (#87209)Russell Greene1-0/+1
2024-04-01[HLSL] Implement array temporary support (#79382)Chris B9-5/+78
2024-03-31[Sema] Implement support for -Wformat-signedness (#74440)Karl-Johan Karlsson3-0/+6
2024-03-30[clang][Driver] Pass -machine argument to the linker explicitly for ARM64EC t...Jacek Caban1-0/+3
2024-03-29[clang][Darwin] Handle reexported library arguments in driver (#86980)Cyndy Ishida1-0/+3
2024-03-29[clang] Move state out of `PreprocessorOptions` (2/n) (#87099)Jan Svoboda2-22/+36
2024-03-29[clang] Move state out of `PreprocessorOptions` (1/n) (#86358)Jan Svoboda3-15/+30
2024-03-29[Clang] [Sema] No longer diagnose type definitions in `offsetof` in C23 mode ...Sirraide1-2/+2
2024-03-29[InstallAPI] Add support for parsing dSYMs (#86852)Cyndy Ishida2-3/+18
2024-03-29[clang] TargetInfo hook for unaligned bitfields (#65742)Nathan Sidwell1-0/+15
2024-03-29[NFC] [Decl] Introduce Decl::isFromExplicitGlobalModuleChuanqi Xu1-3/+2
2024-03-29Revert "Reapply "[clang][nullability] allow _Nonnull etc on nullable class ty...dyung5-32/+1
2024-03-28Reapply "[clang][nullability] allow _Nonnull etc on nullable class types (#82...Sam McCall5-1/+32
2024-03-28[clang][modules] Avoid calling expensive `SourceManager::translateFile()` (#8...Jan Svoboda1-7/+8
2024-03-28[HLSL] Add validation for the -enable-16bit-types option (#85340)Joshua Batista1-1/+2
2024-03-28[clang][HLSL][SPRI-V] Add convergence intrinsics (#80680)Nathan Gauër1-0/+6
2024-03-28[AST] Print the "aggregate" for aggregate deduction guide decl. (#84018)Haojian Wu1-0/+1
2024-03-28[clang][dataflow] Introduce a helper class for handling record initializer li...martinboehme1-0/+29
2024-03-27[Clang][Sema] Allow flexible arrays in unions and alone in structs (#84428)Kees Cook1-5/+0
2024-03-27[InstallAPI] Add *umbrella-header options (#86587)Cyndy Ishida2-5/+12
2024-03-27[clang][RISCV] Enable RVV with function attribute __attribute__((target("arch...Brandon Wu1-1/+2
2024-03-27[RISCV] RISCV vector calling convention (1/2) (#77560)Brandon Wu4-21/+41
2024-03-27[analyzer][docs] Document the `optin.performance.Padding` checker (#86411)komalverma041-1/+1
2024-03-26[clang] Implement constexpr support for __builtin_{clzg,ctzg} (#86577)OverMighty1-2/+2
2024-03-26[NFC] Refactor ConstantArrayType size storage (#85716)Chris B1-24/+84
2024-03-26[clang-repl] Fix remove invalidates iterators in CleanUpPTU() (#85378)Stefan Gränitz1-1/+1
2024-03-26[[clang::always_destroy]] attribute silences warn-exit-time-destructor (#86486)ycdtosa1-0/+3
2024-03-26[FMV] Allow mixing target_version with target_clones. (#86493)Alexandros Lamprineas1-0/+14
2024-03-26[Clang] NFC Silence compiler warning spam (#86532)NagyDonat1-2/+1
2024-03-26[Driver] Reject -fptrauth-intrinsics on non-AArch64 targetsFangrui Song1-6/+2