aboutsummaryrefslogtreecommitdiff
path: root/clang
AgeCommit message (Expand)AuthorFilesLines
2024-05-25[clang] Revise IDE folder structure (#89743)Michael Kruse12-18/+16
2024-05-24[CMake] Update CMake cache file for the Win-to-Arm cross toolchains. NFC. (#9...Vladimir Vereschaka1-3/+35
2024-05-24[clang] Add /Zc:__STDC__ flag to clang-cl (#68690)Reagan7-2/+39
2024-05-24[analyzer] Allow recursive functions to be trivial. (#91876)Ryosuke Niwa2-29/+73
2024-05-24[clang][Driver] Fix enabling strict alising by default when the environment i...Max Winkler4-5/+17
2024-05-24[clang-scan-deps] Expand response files before the argument adjuster (#89950)Alexandre Ganea4-4/+66
2024-05-24[clang][c++20] Fix code coverage mapping crash with generalized NTTPs (#85837)Andrey Ali Khan Bolshakov2-2/+4
2024-05-24[Support] Remove terminfo dependency (#92865)Aaron Siddhartha Mondal4-12/+2
2024-05-24[clang][Interp] Don't retry weak declarationsTimm Bäder2-1/+8
2024-05-24Enable unguarded availability diagnostic on instantiated template functions (...Helena Kotas2-9/+16
2024-05-24[clang][ExtractAPI] Ensure TemplateArgumentLocations are only accessed if ava...Daniel Grumberg2-11/+65
2024-05-24[WebAssembly] Implement prototype f16x8.extract_lane instruction. (#93272)Brendan Dahl3-0/+13
2024-05-24[MSVC, ARM64] Fix signature for __prefetch (#93235)Daniel Paoliello2-2/+2
2024-05-24[clang][Interp][NFC] Make eval-order test more usefulTimm Bäder1-11/+19
2024-05-24[clang][Interp] Diagnose dummy assignments differentlyTimm Bäder4-10/+25
2024-05-24[clang] add fallback to expr in the template differ when comparing ValueDecl ...Matheus Izvekov3-2/+8
2024-05-24[clang] Avoid crash due to unimplemented StructuralValue support in the templ...Matheus Izvekov4-42/+114
2024-05-24[clang][Interp] Fix zero-initializing unionsTimm Bäder2-19/+46
2024-05-24[clang] Fix PS "selective" DLL import/export of vtable & typeinfo (#92579)Andrew Ng3-260/+156
2024-05-24[alpha.webkit.UncountedLocalVarsChecker] Detect assignments to uncounted loca...Ryosuke Niwa2-24/+117
2024-05-24Revert "Run ObjCContractPass in Default Codegen Pipeline (#92331)"Nikita Popov2-19/+6
2024-05-24Reland "[X86] Remove knl/knm specific ISAs supports (#92883)" (#93136)Freddy Ye24-1013/+19
2024-05-23[clang][driver] Support `-x` for all languages in CL mode (#89772)huangqinjin2-13/+2
2024-05-24[Coverage][Expansion] handle nested macros in scratch space (#89869)Wentao Zhang4-16/+91
2024-05-23[WebAssembly] Implement prototype f16x8.splat instruction. (#93228)Brendan Dahl4-0/+15
2024-05-23Reland #90786 ([BoundsSafety] Allow 'counted_by' attribute on pointers in str...Dan Liew23-149/+1147
2024-05-23Revert "[clang] Implement CWG2398 provisional TTP matching to class templates...Matheus Izvekov4-53/+36
2024-05-23[Driver][test] Replace legacy -target with --target=Fangrui Song30-406/+406
2024-05-23[Driver] Simplify -f[no-]sized-deallocation forwarding. NFCFangrui Song1-7/+2
2024-05-24[clang][ci] Remove unnecessary BuildKite jobs for Clang (#93233)Louis Dionne2-51/+5
2024-05-23Fix an accidental escape sequence in a unit testAaron Ballman1-1/+1
2024-05-23Fix more diagnostic wording for style; NFC (#93190)Aaron Ballman40-352/+342
2024-05-23Run ObjCContractPass in Default Codegen Pipeline (#92331)Nuri Amari2-6/+19
2024-05-23[Clang] Only check exprs that might be immediate escalating in evaluated cont...cor3ntin4-0/+28
2024-05-23[NFC][Clang] Use `isa_and_nonnull` instead of `VD && isa<VarDecl>(VD)` (#93207)yronglin1-2/+2
2024-05-23[Analyzer][CFG] Correctly handle rebuilt default arg and default init express...yronglin6-42/+103
2024-05-23[OpenACC][NFC] Implement RecursiveASTVisitor for clauseserichkeane1-1/+20
2024-05-23[AMDGPU][Clang] Add check of size for __builtin_amdgcn_global_load_lds (#93064)Shilei Tian3-0/+40
2024-05-23Revert "[SME] Add intrinsics for FCVT(wid.) and FCVTL" (#93196)Lukacma3-73/+0
2024-05-23Revert "[AArch64][SME] Add intrinsics for vector groups ZERO" (#93195)Lukacma2-158/+0
2024-05-23[AArch64][SME] Add intrinsics for vector groups ZERO (#88114)Lukacma2-0/+158
2024-05-23[SME] Add intrinsics for FCVT(wid.) and FCVTL (#90215)Lukacma3-0/+73
2024-05-23Remove some `try_compile` CMake checks for compiler flags (#92953)Vlad Serebrennikov2-9/+2
2024-05-23[clang] fix printing of canonical template template parameters (#93124)Matheus Izvekov4-10/+20
2024-05-23[clang][Interp] Don't try to activate root pointersTimm Bäder2-4/+10
2024-05-23[clang][Interp] Don't diagnose ObjCIvarDecls as invalid readsTimm Bäder2-0/+14
2024-05-23[clang][Interp] Remove a no longer needed dummy checkTimm Bäder2-7/+2
2024-05-23[clang][analyzer] Move checker 'cert.pos.34c' (in alpha.security) into 'Puten...Balázs Kéri7-187/+119
2024-05-23[clang][Interp] Fix DeclRefExprs of void-typed dummy pointersTimm Bäder2-0/+8
2024-05-23[clang][Interp] Fix empty InitListExprs for unionsTimm Bäder2-0/+9