summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Fix typos in clangAlexander Kornienko2018-04-0667-99/+99
* [XRay][clang] Only run driver test for Linux and FreeBSDDean Michael Berris2018-04-061-0/+2
* [XRay][clang] Add a flag to enable/disable linking XRay deps explicitlyDean Michael Berris2018-04-061-0/+6
* Fix test added in r329301 to work properly with Windows paths.Douglas Yung2018-04-051-4/+4
* Add a couple more tests for DR372.Richard Smith2018-04-051-0/+19
* PR36992: do not store beyond the dsize of a class object unless we knowRichard Smith2018-04-051-0/+34
* DR1672, DR1813, DR1881, DR2120: Implement recent fixes to "standardRichard Smith2018-04-057-2/+185
* Remove the temporary availability checking workaround forAlex Lorenz2018-04-051-2/+2
* [ASTImporter] Fix for importing unnamed structsAleksei Sidorin2018-04-053-1/+133
* Disable -fmerge-all-constants as default.Manoj Gupta2018-04-057-10/+21
* [ObjC] Make C++ triviality type traits available to non-trivial CAkira Hatanaka2018-04-051-0/+32
* [PATCH] [RISCV] Extend getTargetDefines for RISCVTargetInfoShiva Chen2018-04-053-0/+94
* Revert r328680 ("[ObjC] Make C++ triviality type traits available to non-triv...Richard Smith2018-04-051-25/+0
* [AST] Don't track lambda captures when checking a potential constant expression.Erik Pilkington2018-04-051-0/+33
* Enable msan unconditionally on Linux.Evgeniy Stepanov2018-04-041-3/+0
* AArch64: Implement support for the shadowcallstack attribute.Peter Collingbourne2018-04-041-0/+13
* [Driver] Include the Android multiarch includes.Dan Albert2018-04-0413-0/+25
* [CUDA] Add amdgpu sub archsYaxun Liu2018-04-041-0/+39
* Revert "[CUDA] Check initializers of instantiated template variables."Artem Belevich2018-04-041-17/+0
* [analyzer][test] Set C++14 as language standard for test depending on newJan Korous2018-04-041-1/+1
* Split test/Driver/darwin-sdkroot.c into two testsAlex Lorenz2018-04-042-56/+73
* [ObjC] Use the name specified by objc_runtime_name instead of the classAkira Hatanaka2018-04-031-0/+24
* [CUDA] Check initializers of instantiated template variables.Artem Belevich2018-04-031-0/+17
* Add the -fsanitize=shadow-call-stack flagVlad Tsyrklevich2018-04-032-0/+31
* Add REQUIRES: darwin-system to test/Driver/darwin-sdkroot.cAlex Lorenz2018-04-031-0/+1
* [driver][darwin] Do not infer -simulator environment for non-simulator SDKsAlex Lorenz2018-04-031-0/+55
* [analyzer] Fix diagnostics in callees of interesting callees.Artem Dergachev2018-04-031-0/+302
* Revert "Set calling convention for CUDA kernel"Artem Belevich2018-04-031-29/+0
* Restrict a test using named file descriptors to using the system shellDavid Blaikie2018-04-031-0/+1
* [Hexagon] Remove -mhvx-double and the corresponding subtarget featureKrzysztof Parzyszek2018-04-031-21/+1
* [Driver] Wire up the -f[no-]rtlib-add-rpath flag and testsPetr Hosek2018-04-021-14/+19
* CodeGenCXX: support PreserveMostCC in MS ABISaleem Abdulrasool2018-04-021-4/+43
* [MS] Emit vftable thunks for functions with incomplete prototypesReid Kleckner2018-04-022-0/+71
* Temporarily revert r328404:Eric Christopher2018-04-021-122/+0
* [CUDA] Let device-side shared variables be initialized with undefYaxun Liu2018-04-022-36/+93
* [coroutines] Add __builtin_coro_noop => llvm.coro.noopGor Nishanov2018-04-021-0/+3
* [Coroutines] Find custom allocators in class scopeBrian Gesiak2018-04-012-56/+26
* Fix a major swiftcall ABI bug with trivial C++ class types.John McCall2018-04-011-0/+10
* [analyzer] Unroll the loop when it has a unsigned counter.Henry Wong2018-03-311-0/+23
* [analyzer] Hopefully fix the ARM buildbot.George Karpenkov2018-03-312-10/+9
* [analyzer] Fix assertion crash in CStringCheckerGeorge Karpenkov2018-03-311-0/+11
* [analyzer] Fix liveness calculation for C++17 structured bindingsGeorge Karpenkov2018-03-311-0/+124
* [analyzer] Fix test triple in missing-bind-temporary.cpp.Artem Dergachev2018-03-301-2/+2
* [analyzer] Track null or undef values through pointer arithmetic.Artem Dergachev2018-03-302-3/+45
* [CFG] [analyzer] Work around a disappearing CXXBindTemporaryExpr.Artem Dergachev2018-03-301-0/+130
* [CFG] [analyzer] Avoid modeling C++17 constructors that aren't fully supported.Artem Dergachev2018-03-303-2/+66
* Remove unused CHECK lines leftover from r306928.Eli Friedman2018-03-301-4/+0
* [OPENMP] Added emission of offloading data sections for declare targetAlexey Bataev2018-03-3033-375/+386
* [Modules] Improve fixit for framework private module mapsBruno Cardoso Lopes2018-03-301-1/+1
* Adding UNSUPPORTED: system-windows at George's request until the problem can ...Douglas Yung2018-03-301-0/+1