summaryrefslogtreecommitdiff
path: root/test/Sema
Commit message (Expand)AuthorAgeFilesLines
* [Sema] Tweak incomplete enum types on MSVC ABI targetsDavid Majnemer2015-10-082-2/+2
* Update tests touched by r249656David Majnemer2015-10-085-5/+5
* Diagnose const atomics in __atomic builtins.Eric Fiselier2015-10-041-7/+32
* Teach -Wtautological-overlap-compare about enumsGeorge Burgess IV2015-10-011-0/+34
* [OpenCL] Add missing OpenCL LangOpts in address space compatibility checksAnastasia Stulova2015-09-301-0/+5
* Thread Safety Analysis: allow capability attribute on unions.DeLesley Hutchins2015-09-291-2/+6
* Thread Safety Analysis: fix before/after checks so that they work on globalDeLesley Hutchins2015-09-291-1/+2
* Make a test a bit shorter. No behavior change.Nico Weber2015-09-241-5/+1
* Fix assertion in inline assembler IR genAlexander Musman2015-09-211-0/+12
* Support __builtin_ms_va_list.Charles Davis2015-09-173-0/+83
* Prevent implicit re-interpret casts between ExtVector and Scalar types.Stephen Canon2015-09-151-0/+19
* C11 _Bool bitfield diagnosticRachel Craik2015-09-141-2/+5
* Don't crash on a self-alias declarationHal Finkel2015-09-041-0/+4
* Don't allow dllexport/import on static local variablesHans Wennborg2015-09-042-0/+10
* [Sema] Avoid crash on tag-type mismatch (Fixes PR24610)Vedant Kumar2015-09-021-0/+4
* [AST] Don't crash when comparing incomplete objectDavid Majnemer2015-08-291-0/+4
* [Tests] Modified Lit Tests to be C++11 compatibileCharles Li2015-08-272-7/+39
* [ARM] Mark mcr/mrc builtin operands as required-immediate.Ahmed Bougacha2015-08-261-0/+34
* Fix crash with two typos in the arguments of a functionOlivier Goffart2015-08-201-0/+6
* Fix the layout of bitfields in ms_struct unions: theirJohn McCall2015-08-192-81/+150
* Fix -Wlogical-not-parentheses to work better with C code.Richard Trieu2015-08-193-2/+206
* Make __builtin_object_size always answer correctlyGeorge Burgess IV2015-08-191-4/+0
* Revert r245323, it caused PR24493.Nico Weber2015-08-181-0/+4
* Make __builtin_object_size always answer correctlyGeorge Burgess IV2015-08-181-4/+0
* [Sema] Be consistent about diagnostic wording: always use "cannot".Davide Italiano2015-08-152-80/+80
* [Sema] main can't be declared as global variable, in C++.Davide Italiano2015-08-141-0/+56
* Additional fix for PR14269: Crash on vector elements / global register vars i...Andrey Bokhanko2015-08-031-3/+18
* Add support for System z vector language extensionsUlrich Weigand2015-07-301-0/+1009
* [MS Extensions] Remove support for the i128 integer literal suffixDavid Majnemer2015-07-261-16/+2
* [Sema] The alignment of an object has an upper bound from the object file formatDavid Majnemer2015-07-261-1/+1
* Fix the equal-vector-size rule for reinterpret_casts in C++John McCall2015-07-231-0/+8
* Downgrade error about adding 'dllimport' to used free function to warning (PR...Hans Wennborg2015-07-221-1/+1
* [X86, inlineasm] Improve analysis of x,Y0,Yi,Ym,Yt,L,e,Z,s asm constraints (p...Alexey Bataev2015-07-201-0/+26
* Tests for "Disabling of "redefine_extname" pragma for C++ code"Alexey Bataev2015-07-171-0/+6
* __builtin_setjmp/__builtin_longjmp is support on ARM nowMatthias Braun2015-07-171-1/+0
* PR10405 - Desugar FunctionType and TemplateSpecializationType if any type tha...Nikola Smiljanic2015-07-162-6/+8
* Add a "maximum TLS alignment" characteristic to the target info, so itPaul Robinson2015-07-141-0/+75
* [Sema] Emit a better diagnostic when variable redeclarations disagreeDavid Majnemer2015-07-146-30/+30
* Fixed 22941: Integer template parameter as immediate 'I' expectes an integer ...Sunil Srivastava2015-07-141-0/+25
* Support alternate attribute spelling __enable_if__Ulrich Weigand2015-07-131-0/+15
* Revert "Revert r241620 and follow-up commits" and move the initializationAdrian Prantl2015-07-081-1/+1
* Revert r241620 and follow-up commits while investigating linux buildbot failu...Adrian Prantl2015-07-071-1/+1
* Add target requirements to testcases that emit PCH.Adrian Prantl2015-07-071-1/+1
* [Sema] Warn when shifting a negative value.Davide Italiano2015-07-061-2/+3
* Add support for the x86 builtin __builtin_cpu_supports.Eric Christopher2015-06-291-0/+21
* Account for calling convention specifiers in function definitions in IR test ...David Blaikie2015-06-292-3/+3
* Replace __double_underscored type nullability qualifiers with _Uppercase_unde...Douglas Gregor2015-06-242-56/+56
* Improve error handling for PR22560.Bob Wilson2015-06-231-0/+9
* Make the typo resolution in r240441 apply to all function calls.Kaelyn Takata2015-06-231-0/+5
* Ensure delayed typos have been corrected in calls to builtins beforeKaelyn Takata2015-06-231-0/+4