aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2018-11-13[clang-cl] Do not allow using both /Zc:dllexportInlines- and /fallback flaglinaro-local/diana.picus/aTakuto Ikuta
2018-11-12[Sema] Make sure we substitute an instantiation-dependent default template ar...Erik Pilkington
2018-11-12PR39628 Treat all non-zero values as 'true' in bool compound-assignmentRichard Smith
2018-11-12[NFC] Fix formatting in inline nested namespace definition.Erich Keane
2018-11-12Implement P1094R2 (nested inline namespaces)Erich Keane
2018-11-12Revert "Make clang-based tools find libc++ on MacOS"Jonas Devlieghere
2018-11-12Revert rL346644, rL346642: the added test test/CodeGen/code-coverage-filter.c...Calixte Denizet
2018-11-12Make clang-based tools find libc++ on MacOSIlya Biryukov
2018-11-12[GCOV] fix test after patch rL346642Calixte Denizet
2018-11-12[Clang] Add options -fprofile-filter-files and -fprofile-exclude-files to fil...Calixte Denizet
2018-11-12Support Swift in platform availability attributeMichael Wu
2018-11-12[CodeGen][CXX]: Fix no_destroy CG bug under specific circumstancesKristina Brooks
2018-11-11Pass the function type instead of the return type to FunctionDecl::CreateJonas Devlieghere
2018-11-09Revert "Revert rL346454: Fix a use-after-free introduced by r344915."Adrian Prantl
2018-11-09[OPENMP][NVPTX]Extend number of constructs executed in SPMD mode.Alexey Bataev
2018-11-09Revert rL346454: Fix a use-after-free introduced by r344915.Simon Pilgrim
2018-11-09Allow a double-underscore spelling of Clang attributes using double square br...Aaron Ballman
2018-11-09Fix a nondeterminism in the debug info for VLA size expressions.Adrian Prantl
2018-11-09Driver: Make -fsanitize=shadow-call-stack compatible with -fsanitize-minimal-...Peter Collingbourne
2018-11-09Introduce the _Clang scoped attribute token.Aaron Ballman
2018-11-09[OPENMP][NVPTX]Allow to use shared memory for theAlexey Bataev
2018-11-09[clang-cl] Add warning for /Zc:dllexportInlines- when the flag is used with /...Takuto Ikuta
2018-11-09[PowerPC] [Clang] [AltiVec] The second parameter of vec_sr function should be...Zi Xuan Wu
2018-11-09Fix test from r346439 to also work on Windows due to path separator differences.Douglas Yung
2018-11-09Compound literals, enums, et al require const exprBill Wendling
2018-11-09Fix a use-after-free introduced by r344915.Adrian Prantl
2018-11-08[Frontend/Modules] Show diagnostics on prebuilt module configuration mismatch...David Blaikie
2018-11-08Fix bitcast to address space cast for coerced load/stores Yaxun Liu
2018-11-08[OPENMP]Make lambda mapping follow reqs for PTR_AND_OBJ mapping.Alexey Bataev
2018-11-08clang-cl: Add "/clang:" pass-through arg support.Hans Wennborg
2018-11-08[OpenCL] Add support of cl_intel_device_side_avc_motion_estimation extensionAndrew Savonichev
2018-11-07[OPENMP]Fix handling of the globals during compilation for the device.Alexey Bataev
2018-11-07Revert r346326 [OpenCL] Add support of cl_intel_device_side_avc_motion_estima...Andrew Savonichev
2018-11-07[OpenCL] Add support of cl_intel_device_side_avc_motion_estimation extensionAndrew Savonichev
2018-11-07[OpenCL] Fix diagnostic message about overload candidatesAndrew Savonichev
2018-11-07[NFC][Clang][Aarch64] Add missing test fileDiogo N. Sampaio
2018-11-07[mips][msa] Fix msa_[st/ld] offset checkAleksandar Beserminji
2018-11-07[CodeComplete] Do not complete self-initializationsIlya Biryukov
2018-11-06[MS] Zero out ECX in __cpuid in intrin.hReid Kleckner
2018-11-06os_log: Allow specifying mask type in format string.Akira Hatanaka
2018-11-06os_log: Add a new privacy annotation "sensitive".Akira Hatanaka
2018-11-06os_log: Minor code cleanups. NFC.Akira Hatanaka
2018-11-06[COFF, ARM64] Implement InterlockedDecrement*_* builtinsMandeep Singh Grang
2018-11-06[COFF, ARM64] Implement InterlockedIncrement*_* builtinsMandeep Singh Grang
2018-11-06[COFF, ARM64] Implement InterlockedAnd*_* builtinsMandeep Singh Grang
2018-11-06[COFF, ARM64] Implement InterlockedXor*_* builtinsMandeep Singh Grang
2018-11-06[CodeGenCXX] XFAIL test for ASAN on Darwin.Volodymyr Sapsai
2018-11-06Revert "[COFF, ARM64] Implement InterlockedXor*_* builtins"Mandeep Singh Grang
2018-11-06[COFF, ARM64] Implement InterlockedXor*_* builtinsMandeep Singh Grang
2018-11-06[COFF, ARM64] Implement InterlockedOr*_* builtinsMandeep Singh Grang