aboutsummaryrefslogtreecommitdiff
path: root/clang
AgeCommit message (Expand)AuthorFilesLines
2022-05-13[analyzer] Add taint to the BoolAssignmentCheckerEndre Fülöp2-7/+20
2022-05-13[clang][preprocessor] Fix unsigned-ness of utf8 char literalsTimm Bäder3-4/+44
2022-05-12[LinkerWrapper] Group static libraries in their own bufferJoseph Huber1-39/+31
2022-05-12[LinkerWrapper] Remove stripping features from the linker wrapperJoseph Huber1-200/+31
2022-05-12[clang-format] Handle comments below r_brace in RemoveBracesLLVMowenca2-2/+17
2022-05-12[RISCV] Add extra space into error message about unsupported extension version.Craig Topper1-2/+1
2022-05-12[clang] Allow all string types for all attribute(format) stylesFélix Cloutier3-25/+24
2022-05-12Check for resource exhaustion when recursively parsing declaratorsAaron Ballman2-6/+13
2022-05-12[Headers][MSVC] Define wchar_t in stddef.h like MSVC if not using the builtin...Stephen Long2-1/+7
2022-05-12[clang]Silence warning in MicrosoftCXXABI.cppYaxun (Sam) Liu1-0/+1
2022-05-12[DeadArgElim] Re-apply: Set unused arguments for internal functionsQuentin Colombet2-2/+9
2022-05-12[clang] serialize ORIGINAL_PCH_DIR relative to BaseDirectoryRichard Howell3-2/+9
2022-05-12[clang] serialize SUBMODULE_TOPHEADER relative to BaseDirectoryRichard Howell3-4/+20
2022-05-12[clang] add -fmodule-file-home-is-cwdRichard Howell4-7/+34
2022-05-12Reland "[analyzer] Canonicalize SymIntExpr so the RHS is positive when possible"Tomasz Kamiński3-4/+211
2022-05-12Warn if using `elifdef` & `elifndef` in not C2x & C++2b modeKen Matsui11-21/+161
2022-05-12[clang-format] Don't remove braces if a 1-statement body would wrapowenca3-7/+61
2022-05-11Revert "[NFC][tests][AIX] XFAIL test for lack of visibility support"David Tenty1-3/+0
2022-05-11Explicitly add -target for Windows builds in file_test_windows.cAlan Zhao1-10/+10
2022-05-11[Driver][test] run one test in darwin-dsymutil.c for Darwin onlyYuanfang Chen1-1/+1
2022-05-11[clang] Add the flag -ffile-reproducibleAlan Zhao11-13/+127
2022-05-11[OpenMP] Fix mangling for linear parameters with negative strideMike Rice2-1/+14
2022-05-11Revert "[HLSL] add -D option for dxc mode."Xiang Li3-18/+3
2022-05-11[LinkerWrapper][Fix} Fix bad alignment from extracted archive membersJoseph Huber1-4/+11
2022-05-11[AMDGPU] Add llvm.amdgcn.sched.barrier intrinsicAustin Kerbow3-0/+19
2022-05-11[clang][ppc] Creating Seperate Install Target for PPC htm HeadersQiongsi Wu1-1/+16
2022-05-11[clang] Fix KEYALLYaxun (Sam) Liu1-2/+3
2022-05-11[HLSL] add -D option for dxc mode.Xiang Li3-3/+18
2022-05-11[clang][AIX] Don't ignore XCOFF visibility by defaultDavid Tenty5-31/+19
2022-05-11[OpenMP] Add a check for alignment in the offload packagerJoseph Huber1-0/+4
2022-05-11Fix the Clang sphinx buildAaron Ballman1-0/+1
2022-05-11[Clang] Introduce clang-offload-packager tool to bundle device filesJoseph Huber23-115/+409
2022-05-11[AArch64][SVE] Add aarch64_sve_pcs attribute to ClangMatt Devereau16-0/+100
2022-05-11[ASTMatchers][NFC] Fix name of matcher in docs and add a missing testWhisperity3-2/+13
2022-05-11[clang-format] fix nested angle brackets parse inside concept definitionSergey Semushin3-2/+24
2022-05-11[CUDA] Add wrapper code generation for registering CUDA imagesJoseph Huber4-3/+364
2022-05-11[Cuda] Add initial support for wrapping CUDA images in the new driver.Joseph Huber3-47/+177
2022-05-11[CUDA] Create offloading entries when using the new driverJoseph Huber6-6/+98
2022-05-11Fix test; we now expect a pedantic warningAaron Ballman1-2/+2
2022-05-11Add extension diagnostic for linemarker directivesKen Matsui7-16/+77
2022-05-10[PowerPC] Fix PPCISD::STBRX selection issue on A2Ting Wang2-0/+6
2022-05-10[OpenMP] Fix mangling for linear modifiers with variable strideMike Rice2-17/+30
2022-05-10Revert "[utils] Avoid hardcoding metadata ids in update_cc_test_checks"Jan Korous15-217/+0
2022-05-10[NFC] Replace not-null and not-isa check with a not-isa_and_nonnullErich Keane1-1/+1
2022-05-10[NFC] Add missing 'break' in a switch caseErich Keane1-0/+1
2022-05-10[NFC]Add Missing Break in switch that we didn't notice because it wasErich Keane1-0/+1
2022-05-10Fix indentation in ReleaseNotes.rstYaxun (Sam) Liu1-1/+1
2022-05-10[CUDA][HIP] support __noinline__ as keywordYaxun (Sam) Liu11-4/+97
2022-05-10[OpenMP] Fix embedding offload code when there is no offloading toolchainJoseph Huber1-2/+4
2022-05-10[utils] Avoid hardcoding metadata ids in update_cc_test_checksJan Korous15-0/+217