summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* [modules] Add -cc1 flag -fmodules-embed-all-files.Richard Smith2015-11-241-1/+6
* Do not attempt to include CUDA headers during the test.Artem Belevich2015-11-241-1/+1
* [coroutines] Build a CoroutineBodyStmt when finishing parsing a coroutine, an...Richard Smith2015-11-241-1/+74
* Preserve exceptions information during calls code generation.Samuel Antao2015-11-231-0/+47
* Make clang_Cursor_getMangling not mangle if the declaration isn't mangledEhsan Akhgari2015-11-231-0/+7
* Make tbm-builtins.c as X86 specific unit testSumanth Gundapaneni2015-11-231-0/+2
* Disable frame pointer elimination when using -pg Xinliang David Li2015-11-231-0/+14
* [OPENMP] 'out' dependency for 'task' directives must be the same as 'inout'.Alexey Bataev2015-11-231-2/+2
* [OpenCL 2.0] Apply default address space (AS).Anastasia Stulova2015-11-232-19/+39
* Fix clang-format test. I believe that the new behavior is better.Daniel Jasper2015-11-231-1/+1
* Revert r253846 (build bot failure))Xinliang David Li2015-11-231-13/+0
* [OpenMP] Parsing and sema support for map clause - add test caseKelvin Li2015-11-231-0/+207
* [OpenMP] Parsing and sema support for map clauseKelvin Li2015-11-232-2/+206
* Disable frame pointer elimination when using -pgXinliang David Li2015-11-231-0/+13
* [MS ABI] Tolerate invokes of __RTDynamicCastDavid Majnemer2015-11-231-1/+20
* [coroutines] Check for overload sets in co_yield / co_return operands being r...Richard Smith2015-11-221-8/+28
* [coroutines] Build implicit return_value / return_void calls for co_return.Richard Smith2015-11-221-0/+13
* Test: Update mingw-useld.c to reflect r253813Martell Malone2015-11-221-4/+4
* [coroutines] Factor out co_await representation into common base class for co...Richard Smith2015-11-222-1/+6
* Let's try to fix this test again with a fixed target tripleMatthias Braun2015-11-211-3/+4
* Fix c-unicode.c testcase again.Matthias Braun2015-11-211-3/+3
* Fix testcase when building on darwinMatthias Braun2015-11-211-2/+2
* [clang] Disable Unicode in asm filesVinicius Tinti2015-11-202-0/+19
* [coroutines] Better handling of placeholder types.Richard Smith2015-11-201-0/+15
* [coroutines] Support braced-init-list as operand of co_yield expression.Richard Smith2015-11-201-2/+5
* [coroutines] Synthesize yield_value call for co_yield.Richard Smith2015-11-201-1/+19
* Driver: Defer computation of linker path until it is needed.Peter Collingbourne2015-11-201-1/+4
* Fix test case function name checksBill Seurer2015-11-201-3/+3
* Add -disable-llvm-passes for frontend debug info tests.Dehao Chen2015-11-202-11/+6
* [DebugInfo] Look through type sugar on union types when castingReid Kleckner2015-11-201-0/+17
* Revert r253582: "clang-cl: Make /W4 imply -Wall -Wextra (PR25563)"Hans Wennborg2015-11-201-6/+1
* Handle ARMv6-J as an alias, instead of fake architectureArtyom Skrobov2015-11-201-2/+2
* [MS] Fix for bug 25013 - #pragma vtordisp is unknown inside functions, by Den...Alexey Bataev2015-11-202-3/+252
* [Myriad]: handle Preprocess job action (-E)Douglas Katzman2015-11-201-3/+7
* [libclang] Make sure to use the raw module format for libclang parsing.Argyrios Kyrtzidis2015-11-203-0/+5
* [coroutines] Per latest wording paper, co_* are no longer permitted in anyRichard Smith2015-11-201-2/+11
* [analyzer] DeadStoresChecker: Treat locals captured by reference in C++ lambd...Devin Coughlin2015-11-201-1/+44
* AMDGPU: Add support for 's' and 'v' asm constraintsTom Stellard2015-11-191-0/+14
* Update clang tests to accomendate discriminator changes.Dehao Chen2015-11-192-4/+6
* clang-cl: Make /W4 imply -Wall -Wextra (PR25563)Hans Wennborg2015-11-191-1/+6
* PR10235: support for vector mode attributes + warning, by Dmitry Polukhin.Alexey Bataev2015-11-191-0/+10
* Revert "Change memcpy/memset/memmove to have dest and source alignments."Pete Cooper2015-11-1963-278/+278
* [coroutines] Tweak diagnostics to always use fully-qualified name for std::co...Richard Smith2015-11-191-1/+6
* Don't actually add the __unsafe_unretained qualifier in MRC;John McCall2015-11-193-4/+216
* Fix the emission of ARC-style ivar layouts in the fragile runtimeJohn McCall2015-11-191-0/+20
* [analyzer] Improve modeling of static initializers.Anna Zaks2015-11-191-1/+8
* [MS ABI] Let arbitrary entities participate in vftable orderingDavid Majnemer2015-11-191-0/+15
* [analyzer] Skip checking blocks in dependent contexts.Devin Coughlin2015-11-181-2/+16
* Change memcpy/memset/memmove to have dest and source alignments.Pete Cooper2015-11-1863-278/+278
* [MSVC Compat] Make -Wmicrosoft-cast not an error by defaultDavid Majnemer2015-11-181-1/+1