aboutsummaryrefslogtreecommitdiff
path: root/clang/test
AgeCommit message (Expand)AuthorFilesLines
2024-04-16[C++20] [Modules] Don't import non-inline function bodies even if it is alway...Chuanqi Xu1-5/+26
2024-04-16[Clang][Sema] Fix issue on requires expression with templated base class memb...Qizhi Hu1-0/+23
2024-04-15[Sema] Mark alias/ifunc targets used and consider mangled namesFangrui Song3-8/+11
2024-04-15[clang/DependencyScanning/ModuleDepCollector] Refactor part of `makeCommonInv...Argyrios Kyrtzidis1-0/+28
2024-04-15[clang] Move tailclipping to bitfield allocation (#87090)Nathan Sidwell1-0/+18
2024-04-15[OpenMP] Remove 'minncta' attributes from NVPTX kernels (#88398)Joseph Huber1-2/+1
2024-04-15[Clang] Properly set the value category of dependent unary operators (#88740)cor3ntin2-2/+12
2024-04-15Use pushFullExprCleanup for deferred destroy (#88670)Utkarsh Saxena1-1/+30
2024-04-15[HLSL][SPIRV] Add any intrinsic lowering (#88325)Farzon Lotfi1-126/+244
2024-04-15Revert "[C++20] [Modules] Don't import non-inline function bodies even if it ...Chuanqi Xu1-3/+3
2024-04-15Revert "Reapply "[Clang][Sema] Fix crash when 'this' is used in a dependent c...Mikhail Goncharov2-104/+4
2024-04-15[C++20] [Modules] Introduce -fexperimental-modules-reduced-bmi (#85050)Chuanqi Xu2-0/+87
2024-04-14[Driver] Ensure ToolChain::LibraryPaths is not empty for non-DarwinFangrui Song19-114/+108
2024-04-14[Driver,test] Make Android runtime tests resisent to #87866 changeFangrui Song2-0/+8
2024-04-14[Clang] [C++26] Implement P2573R2: `= delete("should have a reason");` (#86526)Sirraide6-1/+370
2024-04-13[clang][NFC] Add a test for CWG2254 to `is_pointer_interconvertible_base_of` ...Vlad Serebrennikov1-0/+1
2024-04-13[clang][NFC] Tidy up extension warnings about `_Static_assert`Vlad Serebrennikov1-14/+12
2024-04-12[modules] allow use of ptrauth module from no_undeclared_includes system modu...Ian Anderson4-0/+16
2024-04-13[clang][NFC] Replace `dr` with `cwg` in DR test suiteVlad Serebrennikov60-3336/+3336
2024-04-13[clang] Implement `__is_pointer_interconvertible_base_of()` (#88473)Vlad Serebrennikov1-1/+90
2024-04-13[M68k][clang] Enable frame pointer optimization by default (#87264)Jim Lin1-0/+6
2024-04-12[test] alias-unused.cpp: set triple to LinuxFangrui Song1-2/+2
2024-04-12[test] Improve tests for alias/ifunc attributesFangrui Song3-7/+81
2024-04-12[OpenACC] Implement 'if' clause for Compute Constructs (#88411)Erich Keane4-6/+211
2024-04-12Add txtpb to the list of supported TextProto extensions (#88355)Jing Wang1-0/+1
2024-04-12[C99] Claim conformance for _Complex support (#88161)Aaron Ballman3-0/+198
2024-04-12ANDROID: x86_64: Set default max-page-size to 16kB (#87413)Kalesh Singh1-14/+24
2024-04-12[clang][CodeGen][OpenMP] Fix casting of atomic update of ptr types (#88215)Mike Rice1-0/+11
2024-04-12[analyzer] Support `PointerType` in `getCXXRecordDecl` for `ContainerModeling...JOSTAR1-1/+9
2024-04-12[Clang] Fix AST dump for {CXXDefaultArgExpr, CXXDefaultInitExpr} (#88269)yronglin4-0/+3062
2024-04-12[clang] Add tests for some CWG 5xx issues (#87909)Vlad Serebrennikov5-31/+141
2024-04-12Reword a diagnostic; NFCAaron Ballman1-0/+24
2024-04-12[clang][Interp] Fix comparing to integral function pointersTimm Bäder1-2/+8
2024-04-12[Clang] Fix test broken due to unsupported calling convention (#88472)Sirraide2-9/+11
2024-04-12[C++20] [Modules] [Reduced BMI] Remove unreachable decls GMF in redued BMI (#...Chuanqi Xu10-8/+120
2024-04-12[Clang] Look through type sugar when accessing FunctionProtoType (#88428)Sirraide2-0/+21
2024-04-11[InstallAPI] Handle zippered frameworks (#88205)Cyndy Ishida3-0/+791
2024-04-12[RISCV] Disallow target attribute use in multiversioning (#85899)Piyou Chen1-0/+6
2024-04-11[AMDGPU] Add Clang builtins for amdgcn s_ttrace intrinsics (#88076)Corbin Robeck1-0/+22
2024-04-11[clang][docs] Modernize attribute docs for darwin specifics (#88448)Cyndy Ishida1-0/+2
2024-04-11[HLSL] move rcp to cgbuiltins (#88401)Farzon Lotfi1-39/+88
2024-04-11[CIR][cmake] Add support for cmake variable CLANG_ENABLE_CIRNathan Lanza2-0/+2
2024-04-11Reapply "[Clang][Sema] Fix crash when 'this' is used in a dependent class sco...Krystian Stasiowski2-4/+104
2024-04-11[clang][llvm] Remove "implicit-section-name" attribute (#87906)Arthur Eubanks2-13/+8
2024-04-11[clang][Interp] Allow initializing static class membersTimm Bäder2-15/+34
2024-04-11[Clang][Sema] Implement approved resolution for CWG2858 (#88042)Krystian Stasiowski3-5/+28
2024-04-11[VectorCombine] foldShuffleOfCastops - extend shuffle(bitcast(x),bitcast(y)) ...Simon Pilgrim1-2/+1
2024-04-11[InstCombine] Infer nsw/nuw for trunc (#87910)Yingwei Zheng4-6/+6
2024-04-11[X86] Define __APX_F__ when APX is enabled. (#88343)Freddy Ye1-1/+2
2024-04-10[ThinLTO]Record import type in GlobalValueSummary::GVFlags (#87597)Mingming Liu3-4/+4