summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Only pass -coverage-notes-file when emitting coverageReid Kleckner2019-09-261-0/+6
* Move normalization of `\` in #includes from -fms-compatibility to -fms-extens...Reid Kleckner2019-09-262-8/+6
* Un-XFAIL coverage_no_integrated_as.c test on WindowsReid Kleckner2019-09-261-7/+6
* [OpenCL] Add -Wconversion to fdeclare-opencl-builtins testSven van Haastregt2019-09-261-6/+7
* [Testing] Workaround libcxx bug when OS is "none"David Zarzycki2019-09-262-16/+16
* [OPENMP50]Parsing/sema support for 'implementation/vendor' contextAlexey Bataev2019-09-254-28/+62
* [CUDA][HIP] Enable kernel function return type deduction.Michael Liao2019-09-251-0/+44
* Revert r370850 "Re-commit r363191 "[MS] Pretend constexpr variable template s...Hans Wennborg2019-09-251-11/+0
* [OpenCL] Add image query builtin functionsSven van Haastregt2019-09-251-0/+4
* [Driver] Always use -z separate-loadable-segments with lld on FuchsiaFangrui Song2019-09-251-1/+1
* [x86] Adding support for some missing intrinsics: _castf32_u32, _castf64_u64...Pengfei Wang2019-09-251-0/+45
* [HIP] Support new kernel launching APIYaxun Liu2019-09-242-8/+21
* [Diagnostics] Handle tautological left shifts in boolean context David Bolvansky2019-09-241-7/+12
* [NFC] Update test after r372708David Bolvansky2019-09-241-1/+1
* [Diagnostics] Do not diagnose unsigned shifts in boolean context (-Wint-in-bo...David Bolvansky2019-09-241-4/+16
* Revert "[static analyzer] Define __clang_analyzer__ macro in driver"Jan Korous2019-09-242-5/+4
* Revert "[static analyzer][test] Test directly that driver sets D__clang_analy...Jan Korous2019-09-241-2/+5
* [static analyzer][test] Test directly that driver sets D__clang_analyzer__Jan Korous2019-09-241-5/+2
* Support for DWARF-5 C++ language tags.Adrian Prantl2019-09-241-1/+2
* [static analyzer] Define __clang_analyzer__ macro in driverJan Korous2019-09-242-4/+5
* Revert "Support for DWARF-5 C++ language tags."Jonas Devlieghere2019-09-231-2/+1
* [Diagnostics] Warn for enum constants in bool context (-Wint-in-bool-context;...David Bolvansky2019-09-231-1/+27
* Support for DWARF-5 C++ language tags.Adrian Prantl2019-09-231-1/+2
* [Sema] Fix the atomic expr rebuilding order.Michael Liao2019-09-231-1/+42
* NFC: Fix a poorly-written testErik Pilkington2019-09-231-7/+7
* Fix __is_fundamental to accept nullptr_tZoe Carver2019-09-231-0/+1
* [OPENMP]Fix PR43355: DO not emit target calls if only -fopenmp-targetsAlexey Bataev2019-09-231-0/+10
* Fix __is_signed builtinZoe Carver2019-09-231-21/+23
* [Diagnostics] Warn if '<<' in bool context with -Wint-in-bool-context (GCC co...David Bolvansky2019-09-232-1/+32
* Fix test atomic-expr.cpp after R372422Erich Keane2019-09-231-1/+1
* [OPENMP]Call __kmpc_push_tripcount in task context.Alexey Bataev2019-09-236-28/+9
* [Diagnostics] Avoid -Wsizeof-array-div when dividing the size of a nested arr...David Bolvansky2019-09-231-13/+10
* [NFC] Fixed clang wasm test after rL372573David Bolvansky2019-09-231-2/+2
* For P0784R7: add further testing of requirements on constexprRichard Smith2019-09-231-0/+68
* For P0784R7: add support for constexpr destructors, and call them asRichard Smith2019-09-237-9/+145
* [X86] Require last argument to LWPINS/LWPVAL builtins to be an ICE. Add ImmAr...Craig Topper2019-09-221-0/+16
* [NFC] Fixed failed testDavid Bolvansky2019-09-221-1/+1
* [Diagnostics] Warn if ?: with integer constants always evaluates to trueDavid Bolvansky2019-09-221-0/+32
* [clang] fixing conditional explicit for out-of-line definition PR42980Gauthier Harnisch2019-09-221-0/+18
* [clang] [Basic] Enable __has_feature(leak_sanitizer)Michal Gorny2019-09-221-0/+11
* [CLANG][BPF] permit any argument type for __builtin_preserve_access_index()Yonghong Song2019-09-222-2/+28
* Fix bad APInt compare.Richard Trieu2019-09-211-0/+1
* Merge and improve code that detects same value in comparisons.Richard Trieu2019-09-214-0/+107
* Improve -Wtautological-overlap-compareRichard Trieu2019-09-214-3/+42
* [clang-scan-deps] strip the --serialize-diagnostics argumentAlex Lorenz2019-09-212-0/+18
* Fix assertion failure when constant evaluation of a switch jumps over anRichard Smith2019-09-201-0/+13
* [SystemZ] Support z15 processor nameUlrich Weigand2019-09-2010-6/+17
* Ensure AtomicExpr goes through SEMA checking after TreeTransformErich Keane2019-09-201-0/+19
* [CUDA][HIP] Fix hostness of defaulted constructorYaxun Liu2019-09-201-0/+43
* Finish building the full-expression for a static_assert expressionRichard Smith2019-09-201-2/+2