aboutsummaryrefslogtreecommitdiff
path: root/clang
AgeCommit message (Expand)AuthorFilesLines
2022-01-18[Driver][test] Fix undefined-libs.cpp when CLANG_DEFAULT_UNWINDLIB is libunwindFangrui Song1-1/+1
2022-01-07[Clang][Sema] Avoid crashing for va_arg expressions with bool argumentEgor Zhdan2-1/+3
2022-01-07[Clang][CFG] check children statements of asm gotoNick Desaulniers5-25/+74
2022-01-05[AArch64] Avoid crashing on invalid -Wa,-march= valuesDimitry Andric2-4/+20
2021-12-22[PowerPC] Define XL-compatible macros only for AIX and LinuxNemanja Ivanovic34-91/+104
2021-12-20[Sparc] Create an error when `__builtin_longjmp` is usedTee KOBAYASHI2-4/+1
2021-12-14[Analysis] Ignore casts and unary ops for uninitialized valuesBill Wendling2-4/+25
2021-11-08[clang] Partially revert d8cd7806310c51af912a647a6ca46de62ff13214.Brad Smith2-5/+1
2021-10-27fixes bug #51926 where dangling comma caused overrunFred Grim2-3/+27
2021-10-22[CUDA] Make sure <string.h> is included with original __THROW defined.Artem Belevich1-5/+1
2021-10-21[clang] Omit most AttributedStatements from the CFGNico Weber3-2/+56
2021-10-20[clang-format] [PR51640] - New AfterEnum brace wrapping changes have cause C#...mydeveloperday4-8/+264
2021-10-20[HIP] Fix test rcom-detect.hipYaxun (Sam) Liu1-1/+2
2021-10-18Remove "In Progress" text from release notesTom Stellard1-7/+1
2021-09-24[clang] don't mark as Elidable CXXConstruct expressions used in NRVOllvmorg-13.0.0-rc4llvmorg-13.0.0Matheus Izvekov13-33/+122
2021-09-23[analyzer] Add 13.0.0 release notesKristóf Umann1-1/+47
2021-09-21Thread safety analysis: Warn when demoting locks on back edgesAaron Puchert2-14/+59
2021-09-20[clang][scan-build] Use cc/c++ instead of gcc/g++ on OpenBSD.Frederic Cambus1-0/+3
2021-09-18Fix syntax error in Clang release notesAaron Puchert1-0/+2
2021-09-17[OpenMP]Fix PR51349: Remove AlwaysInline for if regions.Joseph Huber2-1/+40
2021-09-17[clang] disable implicit moves when not in CPlusPLusMatheus Izvekov3-1/+45
2021-09-17[clang-repl] Install clang-replVassil Vassilev1-1/+1
2021-09-14-Wunused-but-set-parameter/-Wunused-but-set-variable Add to the release notesSylvestre Ledru1-0/+3
2021-09-13[clang-format] Restrict the special handling for K&R C to C/C++owenca2-4/+17
2021-09-10[OpenCL][Docs] Update OpenCL 3.0 implementation status.Anastasia Stulova1-35/+37
2021-09-10[OpenCL][Docs] Release 13 notes.Anastasia Stulova1-3/+78
2021-09-09[clang-format] Improve detection of parameter declarations in K&R Cowenca1-14/+16
2021-09-09[clang-format] Distinguish K&R C function definition and attributeOwen2-8/+35
2021-09-09[clang-format] improve distinction of K&R function definitions vs attributesKrasimir Georgiev2-4/+17
2021-09-09[clang-format] handle trailing comments in function definition detectionKrasimir Georgiev2-1/+4
2021-09-09[clan-format] detect function definitions more conservativelyKrasimir Georgiev2-3/+20
2021-09-09[AMDGPU][OpenMP] Use complex definitions from complex_cmath.hPushpinder Singh2-1/+86
2021-09-08[clang] fix transformation of template arguments of 'auto' type constraintsMatheus Izvekov2-1/+23
2021-09-08[clang][Driver] Pick the last --driver-mode in case of multiple onesKadir Cetinkaya2-1/+7
2021-09-07Fix for commit d8cd7806310c51af912a647a6ca46de62ff13214.Brad Smith1-4/+4
2021-09-07[clang] OpenBSD does not support C11 atomics or threads.Brad Smith2-0/+15
2021-09-07PR50294: Fix a performance regression from 2c9dbcd.Richard Smith1-0/+2
2021-09-07[clang] fix error recovery ICE on copy elision when returing invalid variableMatheus Izvekov2-1/+35
2021-09-07Support linking against OpenMP runtime on OpenBSD.Brad Smith2-1/+23
2021-09-07OpenBSD also needs execinfoBrad Smith1-1/+2
2021-09-07[clang] Allow the OpenBSD driver to link the libclang_rt.profile library.Frederic Cambus1-0/+2
2021-09-01[OpenMP][FIX] Allow declare variant to work with reference typesJohannes Doerfert2-0/+422
2021-09-01libclang: also add a link to the announcementSylvestre Ledru1-2/+3
2021-09-01libclang: Document the soname change in the release notesSylvestre Ledru1-1/+2
2021-09-01[clang] Move the soname declaration in a variable at the top of the fileSylvestre Ledru1-4/+7
2021-08-31[M68k] Update pointer data layoutRicky Taylor1-2/+2
2021-08-26[CMake] Change -DENABLE_EXPERIMENTAL_NEW_PASS_MANAGER=off to -DLLVM_ENABLE_NE...Fangrui Song2-2/+0
2021-08-26[docs] Update release notes for OpenMP 5.1 loop transformations.llvmorg-13.0.0-rc2Michael Kruse1-0/+18
2021-08-23[clang] Replace asm with __asm__ in cuda headerJon Chesterfield1-102/+174
2021-08-23[openmp] Annotate tmp variables with omp_thread_mem_allocJon Chesterfield2-0/+54