Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/clang
AgeCommit message (Expand)Author
2021-01-21Add minor version to libclang.so and libclang-cpp.so SONAMETom Stellard
2021-01-12Address ABI issues introduced with CXCursor_CXXAddrspaceCastExprMarco Antognini
2020-12-15Don't reject calls to MinGW's unusual _setjmp declaration.Richard Smith
2020-12-15Recognize setjmp and friends as builtins even if jmp_buf is not declared yet.Richard Smith
2020-12-15[Sema] Handle objc_super special lookup when checking builtin compatibilityRaul Tambre
2020-12-15[Sema] Introduce BuiltinAttr, per-declaration builtin-nessRaul Tambre
2020-12-15Stop ExtractTypeForDeductionGuide from recursing on TypeSourceInfoErich Keane
2020-12-15[KernelAddressSanitizer] Fix globals exclusion for indirect aliasesMarco Elver
2020-12-15[SemaTemplate] Stop passing insertion position around during VarTemplate inst...Bruno Cardoso Lopes
2020-12-09[CUDA] Another attempt to fix early inclusion of <new> from libstdc++Artem Belevich
2020-12-09[CUDA] Unbreak CUDA compilation with -std=c++20Artem Belevich
2020-12-09[Clang][CodeGen][RISCV] Fix hard float ABI for struct with empty struct and c...Luís Marques
2020-12-09[Clang][CodeGen][RISCV] Fix hard float ABI test cases with empty structLuís Marques
2020-12-09[Clang][CodeGen][RISCV] Add hard float ABI tests with empty structLuís Marques
2020-12-09Add fatal error for unnamed SVE variadic argumentsDavid Sherwood
2020-12-04[GNU ObjC] Fix a regression listing methods twice.David Chisnall
2020-12-02[HIP] Fix static-lib test CHECK bugAaron En Ye Shi
2020-12-02[HIP] Fix HIP test on windows due to lld suffixAaron En Ye Shi
2020-11-26Revert "[clang-format] Fix AlignConsecutive on PP blocks"Sylvestre Ledru
2020-11-26[OpenMP] Use __OPENMP_NVPTX__ instead of _OPENMP in complex wrapper headers.Joachim Meyer
2020-11-26Revert "[SemaTemplate] Stop passing insertion position around during VarTempl...Tom Stellard
2020-11-26[CMake][compiler-rt][libunwind] Compile assembly files as ASM not C, unify wo...Raul Tambre
2020-11-25[SemaTemplate] Stop passing insertion position around during VarTemplate inst...Bruno Cardoso Lopes
2020-11-21[CUDA] Extract CUDA version from cuda.h if version.txt is not foundArtem Belevich
2020-11-21[CUDA] Improve clang's ability to detect recent CUDA versions.Artem Belevich
2020-11-12Allow init_priority values <= 100 and > 65535 within system headers.Aaron Ballman
2020-11-12[cmake] Fix build of attribute plugin example on WindowsKristina Bessonova
2020-11-03DeferredDiagnosticsEmitter crashesGeoff Levner
2020-11-03[clang][Sema] Fix PR47676: Handle dependent AltiVec C-style castHubert Tong
2020-10-07Add ability to turn off -fpch-instantiate-templates in clang-clShivanshu Goyal
2020-09-22[clang][docs] Fix documentation of -OJessica Clarke
2020-09-16clang release notes: drop in-progress warnings; minor cleanupsHans Wennborg
2020-09-15[OPENMP][NFC]Release notes for OpenMP in clang (11.x).Hans Wennborg
2020-09-15[Docs] Add/update release notes for D71913 (LTO WPD changes)Teresa Johnson
2020-09-15[release][docs] Add 11.0.0. release notes for the Clang Static AnalyzerKristóf Umann
2020-09-15[analyzer] Add documentation for alpha.fuchsia.Lock and alpha.core.C11LockKristóf Umann
2020-09-15Clang release notes: mention the max_tokens_here pragmaHans Wennborg
2020-09-11[clang][aarch64] Fix mangling of bfloat16 neon vectorsCullen Rhodes
2020-09-08[X86] SSE4_A should only imply SSE3 not SSSE3 in the frontend.Craig Topper
2020-09-08[clang-format] Handle shifts within conditionsmydeveloperday
2020-09-08[PowerPC] Allow const pointers for load builtins in altivec.hNemanja Ivanovic
2020-09-07[Sparc] Select the UltraSPARC instruction set with the external assemblerBrad Smith
2020-09-07Set InvalidDecl directly when deserializing a DeclAaron Puchert
2020-09-07[PowerPC] Provide vec_cmpne on pre-Power9 architectures in altivec.hNemanja Ivanovic
2020-09-05ReleaseNotes: Add RISC-V updatesAlex Bradbury
2020-08-31Remove OpenBSD/sparc supportBrad Smith
2020-08-28[analyzer] pr47037: CastValueChecker: Support for the new variadic isa<>.Adam Balogh
2020-08-28[analyzer] NFC: Store the pointee/referenced type for dynamic type tracking.Adam Balogh
2020-08-28[clang] Exclude invalid destructors from lookups.Adam Czachorowski
2020-08-28[AArch64][SVE] Add missing debug info for ACLE types.Sander de Smalen