aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Headers
AgeCommit message (Expand)AuthorFilesLines
2022-09-15Downgrade implicit int and implicit function declaration to warning onlyAaron Ballman1-5/+5
2022-07-20Inliner: don't mark call sites as 'nounwind' if that would be redundantNicolai Hähnle1-72/+72
2022-07-12Undeprecate ATOMIC_FLAG_INIT in C++Aaron Ballman1-2/+1
2022-06-15[OpenCL] Reword unknown extension pragma diagnosticSven van Haastregt1-1/+1
2022-05-26Roll back use of #warning for header deprecationsAaron Ballman1-8/+1
2022-05-18[OpenCL] Add cl_khr_subgroup_rotate builtinsSven van Haastregt1-0/+6
2022-05-13Comment parsing: Allow inline commands to have 0 or more than 1 argumentAaron Puchert1-2/+2
2022-05-12[Headers][MSVC] Define wchar_t in stddef.h like MSVC if not using the builtin...Stephen Long1-0/+6
2022-05-08[Headers][X86] Enable basic Wdocumentation testing on X86 headersSimon Pilgrim1-4/+4
2022-05-08[X86] Fix some signedness errors in x86 headersSimon Pilgrim1-2/+2
2022-05-07[X86] Add 32-bit target test coverage to clean header testsSimon Pilgrim1-2/+7
2022-04-20[C11/C2x] Change the behavior of the implicit function declaration warningAaron Ballman2-7/+7
2022-04-07[Clang] Add -no-opaque-pointers to more tests (NFC)Nikita Popov1-1/+1
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov2-19/+19
2022-03-16[CodeGen] Inline _byteswap_* builtins.Eli Friedman1-4/+4
2022-03-09[clang][sema] Enable first-class bool support for C2xTimm Bäder1-0/+19
2022-02-24[InstCombine] Canonicalize SPF to min/max intrinsicsNikita Popov1-44/+32
2022-02-17AST: Move __va_list tag back to std conditionally on AArch64.Peter Collingbourne1-1/+1
2022-02-17[Clang] Add attributes alloc_size and alloc_align to mm_mallocDávid Bolvanský2-0/+19
2022-02-09Use functions with prototypes when appropriate; NFCAaron Ballman5-10/+10
2022-01-29Revert fad7e491a0770ac4336934030ac67d77e7af5520 with fixes appliedAaron Ballman1-1/+4
2022-01-28Revert "Add BITINT_MAXWIDTH support"Jan Korous1-4/+1
2022-01-28Add BITINT_MAXWIDTH supportAaron Ballman1-1/+4
2022-01-28[AIX][clang] include_next through clang provided float.hDavid Tenty2-0/+8
2022-01-22[RISCV] Remove experimental prefix from rvv-related extensions.eopXD1-1/+1
2022-01-18Mark ATOMIC_VAR_INIT and ATOMIC_FLAG_INIT as deprecatedAaron Ballman1-0/+18
2022-01-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyu kim2-17/+17
2022-01-13Support the *_WIDTH macros in limits.h and stdint.hAaron Ballman2-3/+295
2022-01-11[HIP] Fix device malloc/freeYaxun (Sam) Liu1-4/+15
2021-12-13[instcombine] Canonicalize constant index type to i64 for extractelement/inse...Philip Reames1-182/+182
2021-11-13[ARM/AArch64] Move REQUIRES after update_cc_test_checks line. NFCDavid Green3-6/+7
2021-11-09headers: optionalise some generated resource headersSaleem Abdulrasool4-0/+8
2021-11-09Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...hyeongyu kim2-17/+17
2021-11-08[SPIR-V] Add SPIR-V triple and clang target info.Anastasia Stulova1-1/+4
2021-11-06[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyukim2-17/+17
2021-11-06Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...Juneyoung Lee2-17/+17
2021-11-06[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee2-17/+17
2021-10-18Revert D105169 due to the two-stage failure in ASANJuneyoung Lee2-17/+17
2021-10-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee2-17/+17
2021-10-06[CUDA] remove unneeded includes from CUDA-related headers.Artem Belevich1-2/+0
2021-10-06[CUDA] Implement experimental support for texture lookups.Artem Belevich3-2/+37
2021-09-22[InstCombine] Update InstCombine to use poison instead of undef for shuffleve...hyeongyu kim1-7/+7
2021-09-21[OpenCL] Test case for C++ for OpenCL 2021 in OpenCL C header testJustas Janickas1-3/+4
2021-09-14Check supported architectures in sseXYZ/avxXYZ headersserge-sans-paille1-0/+5
2021-09-13[OpenCL] Support cl_ext_float_atomicsSven van Haastregt1-0/+90
2021-09-09[AMDGPU][OpenMP] Use complex definitions from complex_cmath.hPushpinder Singh1-0/+85
2021-09-01[OpenCL] Define OpenCL 3.0 optional core features in C++ for OpenCL 2021Justas Janickas1-3/+3
2021-08-25Effectively revert 33c3d8a916c / D33782Reid Kleckner3-54/+0
2021-08-24[OpenMP][AMDGCN] Enable complex functionsPushpinder Singh1-0/+50
2021-08-20[WebAssembly] Restore builtins and intrinsics for pmin/pmaxThomas Lively1-14/+12