aboutsummaryrefslogtreecommitdiff
path: root/clang
AgeCommit message (Expand)AuthorFilesLines
2022-11-29[CodeGen][ARM] Fix ARMABIInfo::EmitVAAarg crash with empty record type variad...llvmorg-15.0.6yronglin2-4/+27
2022-11-15[analyzer] Workaround crash on encountering Class non-type template parametersBalazs Benics2-0/+39
2022-11-10Link libclangBasic against libatomic when necessary.Sam James2-0/+5
2022-11-10Reenable POSIX builtin library functions in gnu2x modeAaron Ballman3-5/+20
2022-11-01[clang][Sema] Fix a clang crash with btf_type_tagYonghong Song3-0/+20
2022-10-27[clang][driver] Remove dynamic gcc-toolset/devtoolset logicTimm Bäder2-117/+15
2022-10-10[Syntax] avoid using c++17 features on 15.x branchSam McCall1-2/+4
2022-10-10[Syntax] Fix macro-arg handling in TokenBuffer::spelledForExpandedSam McCall2-63/+211
2022-10-04[clang][DebugInfo] Emit debuginfo for non-constant case valueYonghong Song2-0/+45
2022-10-03[Clang] Fix variant crashes from GH58028, GH57370Roy Jacobson2-4/+28
2022-09-28Fix build error in StmtPrinterTest.cppNathan Ridge1-9/+11
2022-09-28[clangd] Avoid crash when printing call to string literal operator templateNathan Ridge2-3/+34
2022-09-19[lit] Set shlibpath_var on OpenBSDBrad Smith1-1/+1
2022-09-19[clang(d)] Include/Exclude CLDXC options properlyKadir Cetinkaya1-2/+2
2022-09-15Downgrade implicit int and implicit function declaration to warning onlyAaron Ballman51-141/+148
2022-09-12[Clang] Fix crash in coverage of if consteval.Corentin Jabot3-14/+43
2022-09-08[clang] Skip re-building lambda expressions in parameters to consteval fns.Utkarsh Saxena3-0/+80
2022-09-08[clang-format] Distinguish logical and after bracket from referencejackh3-19/+5
2022-09-05[RISCV][ReleaseNotes] Added LLVM and Clang release notes for RISC-V 15.0.0llvmorg-15.0.0Alex Bradbury1-0/+14
2022-09-04[DOCS] Minor fixes and removals of WIP warningsTobias Hieta2-9/+1
2022-09-02[clang] Add __is_target_variant_{os,environment} builtinsNico Weber4-0/+139
2022-09-01[Docs][OpenCL][SPIR-V] Release 15 notes for Clang.Anastasia Stulova1-4/+20
2022-09-01[Frontend] Restore Preprocessor::getPredefines()Roy Jacobson1-0/+5
2022-09-01[docs] Add "Standard C++ Modules"Chuanqi Xu2-0/+877
2022-08-29Fix formatting in release notesAaron Puchert1-25/+26
2022-08-28[ReleaseNotes]: Add PowerPC release notes for LLVM 15Amy Kwan1-0/+5
2022-08-25[NFC] Fix a misleading comment CLANG_FORCE_MATCHING_LIBCLANG_SOVERSIONTobias Hieta1-2/+6
2022-08-25SONAME introduce option CLANG_FORCE_MATCHING_LIBCLANG_SOVERSIONH. Vetinari6-398/+484
2022-08-25Revert "GCC ABI Compatibility: Preserve alignment of non-pod members in packe...Tobias Hieta3-49/+1
2022-08-23[CUDA] Fix output name being replaced in device-only modeJoseph Huber2-2/+13
2022-08-22[clang][docs] Release notes for C/C++ SVE OperatorsDavid Truby2-0/+6
2022-08-22[clang][RISCV] Fix incorrect ABI lowering for inherited structs under hard-fl...Alex Bradbury2-18/+66
2022-08-22[clang][RISCV][test] Add test that shows incorrect ABI loweringAlex Bradbury1-0/+88
2022-08-17[clang][SVE] Undefine preprocessor macro defined inMaciej Gabka1-0/+2
2022-08-15 __has_trivial_copy should map to __is_trivially_copyableZachary Henkel3-2/+4
2022-08-15[X86] Add RDPRU instruction CPUID bit masksSimon Pilgrim1-0/+1
2022-08-15[clang][X86] Add RDPRU predefined macro tests for znver2/znver3 targetsSimon Pilgrim1-0/+4
2022-08-15[Clang][OpenMP] Fix the issue that `llvm.lifetime.end` is emitted too early f...Shilei Tian5-17/+61
2022-08-15[clang][AArch64][SVE] Change SVE_VECTOR_OPERATORS macro for VLA vectorsDavid Truby2-3/+5
2022-08-15[clang][AArch64][SVE] Clarify documentation for sizeof operator on SVEDavid Truby1-1/+2
2022-08-15[clang] Correct documentation for NEON and SVE operator supportDavid Truby1-22/+23
2022-08-15[clang][AArch64][SVE] Add unary +/- operators for SVE typesDavid Truby4-4/+142
2022-08-15Fix assert during the call to getCanonicalDecl.Jennifer Yu2-0/+10
2022-08-12[X86][BF16] Enable __bf16 for x86 targets.Freddy Ye8-7/+321
2022-08-12Change prototype merging error into a warning for builtinsAaron Ballman2-2/+2
2022-08-12[clang] Require strict matches for defines for PCH in GCC style directoriesMartin Storsjö5-31/+77
2022-08-11[clang] add APValue type check in `TryPrintAsStringLiteral`YingChi Long2-3/+22
2022-08-11Revert "[clang] Pass FoundDecl to DeclRefExpr creator for operator overloads"Kadir Cetinkaya5-74/+47
2022-08-10[SPIR-V] Disable opaque pointers in relese 15Tom Stellard2-1/+8
2022-08-08[C++20] [Modules] Handle initializer for Header UnitsChuanqi Xu3-8/+41