aboutsummaryrefslogtreecommitdiff
path: root/clang
Commit message (Expand)AuthorAgeFilesLines
* [clang] [MinGW] Tolerate mingw specific linker options during compilation (#6...Martin Storsjö2023-10-022-2/+15
* [DependencyScanningFilesystem] Make sure the local/shared cache filename look...Argyrios Kyrtzidis2023-09-293-18/+117
* [Sema] Fix fixit cast printing inside macros (#66853)Shoaib Meenai2023-09-292-4/+50
* Work around two more instances of __noinline__ conflicts. (#66138)Artem Belevich2023-09-293-0/+20
* [clang] Include `expected-no-diagnostics` in newly-added test (NFC)Antonio Frighetto2023-09-271-1/+3
* [clang] Bail out when handling union access with virtual inheritanceAntonio Frighetto2023-09-272-5/+23
* [clang][Diagnostics] Fix wrong line number display (#65238)Takuya Shimizu2023-09-272-2/+20
* Revert "[C++20] [Coroutines] Mark await_suspend as noinline if the awaiter is...llvmorg-17.0.0Chuanqi Xu2023-09-186-358/+0
* Revert "[NFC] [C++20] [Coroutines] Mention the side effect of a fix may bring...Chuanqi Xu2023-09-181-3/+0
* [Clang] Fix JIT test on 32-bit systemsSam James2023-09-111-1/+1
* Fix AIX OS requirements for ThinLTO to 7.2.5 SP7Wael Yehia2023-09-111-1/+1
* Revert "[clang][Docs] Added release note for D142609"Takuya Shimizu2023-09-051-3/+0
* [clang][clangd] Ensure the stack bottom before building ASTYounan Zhang2023-09-051-0/+5
* [clang] Construct ExprRequirement with SubstitutionDiagnostic on SubstFailureYounan Zhang2023-09-056-16/+85
* [NFC][Clang] Fix static analyzer concern about null value dereferenceElizabeth Andrews2023-09-051-2/+4
* [CodeGen] First check the kind and then the llvm::Function properties.Vassil Vassilev2023-09-041-1/+1
* [Driver] Report warnings for unclaimed TargetSpecific options for assembler i...Fangrui Song2023-09-047-12/+30
* [Tooling/Inclusion] Add std::range symbols in the mapping.Haojian Wu2023-09-042-0/+59
* [Driver] Adjust -fsanitize=function & -mexecute-only interop after D158614Fangrui Song2023-09-014-19/+10
* [UBSan] Disable the function and kcfi sanitizers on an execute-only target.Ying Yi2023-09-016-0/+62
* [PowerPC] Update V17.0.0 release notesLei Huang2023-08-301-5/+43
* [clang][test] Make check pattern shorterSerge Pavlov2023-08-301-1/+1
* [clang] Run test for concrete targetSerge Pavlov2023-08-301-1/+1
* [clang] Set FP options in Sema when instantiating CompoundStmtSerge Pavlov2023-08-302-0/+27
* Silently accept -Wgnu-empty-initializerAaron Ballman2023-08-302-0/+31
* [CMake] Add a few more missing dependencies on ClangDriverOptionsJon Roelofs2023-08-302-0/+7
* [clang-format] Exclude kw_decltype in RemoveParenthesesOwen Pan2023-08-302-1/+2
* Function multi-versioning: disable ifunc for ELF targets other than glibc/And...Fangrui Song2023-08-303-23/+27
* [clang] Update NumFunctionDeclBits for FunctionDeclBitfieldsdingfei2023-08-305-5/+75
* [clang-format] Fix braced initializer with templated base classGalen Elias2023-08-302-1/+4
* [clang][ExprConstant] Fix crash on uninitialized base class subobjectTakuya Shimizu2023-08-305-3/+83
* Reland "[clang-repl] Adapt to the recent dylib-related changes in ORC."Vassil Vassilev2023-08-302-9/+26
* Fix up release note; NFCAaron Ballman2023-08-301-1/+3
* [Driver,X86] Ignore -mfpmath= for assembler inputFangrui Song2023-08-294-3/+14
* Revert "[clang] Set FP options in Sema when instantiating CompoundStmt"Tobias Hieta2023-08-282-27/+0
* Revert "[clang] Run test for concrete target"Tobias Hieta2023-08-281-1/+1
* [Driver] Add PIE support on SolarisRainer Orth2023-08-274-4/+80
* [NFC] [C++20] [Coroutines] Mention the side effect of a fix may bring regress...Chuanqi Xu2023-08-271-0/+3
* [C++20] [Coroutines] Mark await_suspend as noinline if the awaiter is not emptyChuanqi Xu2023-08-276-0/+358
* [clang] Run test for concrete targetSerge Pavlov2023-08-251-1/+1
* [clang] Set FP options in Sema when instantiating CompoundStmtSerge Pavlov2023-08-252-0/+27
* clang: Fix x86-no-gather-no-scatter.cpp on macOS after 993bdb047c90e9Nico Weber2023-08-251-4/+4
* [Coroutines] [CoroElide] Don't think exceptional terminator don't leak coro h...Chuanqi Xu2023-08-252-0/+239
* [CGCall][RISCV] Handle function calls with parameter of RVV tuple typeeopXD2023-08-252-22/+75
* [RISCV] Check type size for lax conversions between RVV builtin types and Vec...Craig Topper2023-08-252-5/+18
* Remove a release note that should not have snuck inAaron Ballman2023-08-221-2/+0
* Remove a merge conflict marker that was missed; NFCAaron Ballman2023-08-221-2/+0
* No longer hang on typeof of a function typeAaron Ballman2023-08-223-1/+12
* [X86]Support options -mno-gather -mno-scatterXinWang102023-08-223-0/+22
* [Driver][unittest] Unbreak ToolChainTest.cpp compilation with -WerrorRainer Orth2023-08-221-2/+1