summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema
Commit message (Expand)AuthorAgeFilesLines
* [Sema] Don't crash trying to diagnose abs called on a pointer typeDavid Majnemer2015-11-151-2/+18
* Add support for function attribute 'disable_tail_calls'.Akira Hatanaka2015-11-131-0/+13
* Additional tests from r252690 that I forgot to 'svn add'.Richard Smith2015-11-121-0/+26
* Add support for GCC's '__auto_type' extension, per the GCC manual:Richard Smith2015-11-112-1/+3
* Implement __attribute__((internal_linkage)).Evgeniy Stepanov2015-11-103-4/+29
* Add support for function attribute 'not_tail_called'.Akira Hatanaka2015-11-061-0/+12
* The control expression for a _Generic selection expression should haveAaron Ballman2015-11-051-0/+8
* Improving the diagnostic for cases where the attribute only appertains to a f...Aaron Ballman2015-11-041-1/+2
* watchOS & tvOS: add a few more tests.Tim Northover2015-11-023-15/+96
* Support tvOS and watchOS availability attributesTim Northover2015-10-302-0/+42
* Add support for __builtin_{add,sub,mul}_overflow.John McCall2015-10-291-0/+22
* [Sema] Implement -Wdouble-promotion for clang.George Burgess IV2015-10-291-0/+34
* Tweak how -Wunused-value interacts with macrosNico Weber2015-10-271-0/+8
* [Sema] Fix address-of + enable_if overloading logicGeorge Burgess IV2015-10-161-9/+11
* [Sema] Make `&function_with_enable_if_attrs` an errorGeorge Burgess IV2015-10-121-0/+25
* [Sema] Allow C conversions in C overload logicGeorge Burgess IV2015-10-111-0/+14
* Amending r249721 to properly handle pathological attribute-related names like...Aaron Ballman2015-10-091-3/+4
* Skip NonNull sema checks in unevaluated contexts.Eric Fiselier2015-10-091-0/+3
* [MSVC Compat] Try to treat an implicit, fixed enum as an unfixed enumDavid Majnemer2015-10-082-2/+2
* Update a few more tests in response to the MS ABI enum semanticsDavid Majnemer2015-10-084-4/+4
* [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
OpenPOWER on IntegriCloud