summaryrefslogtreecommitdiff
path: root/test/Sema
Commit message (Expand)AuthorAgeFilesLines
* ARM: allow __thread on OS versions that have the required runtime support.Tim Northover2016-01-071-0/+17
* [Sema] Teach overload resolution about unaddressable functions.George Burgess IV2016-01-071-1/+5
* [Driver] Add support for -fno-builtin-foo options.Chad Rosier2016-01-061-0/+2
* Fix several accidental DOS line endings in source filesDimitry Andric2016-01-032-19/+19
* [OpenCL] Fix atomic Builtins check for address spaces of non-atomic pointerAnastasia Stulova2015-12-221-0/+6
* [Sema] Make nullness warnings appear in C++.George Burgess IV2015-12-141-0/+3
* [Sema] Add -Wparentheses warnings for '^' in '|' expressions and '&' in '^' e...Craig Topper2015-12-131-0/+20
* Error on redeclaring with a conflicting asm label and on redeclaring with an ...Nick Lewycky2015-12-111-0/+30
* [Sema] Add warning when comparing nonnull and nullGeorge Burgess IV2015-12-081-4/+18
* Explicitly permit undefined behavior in constant initializers for globalRichard Smith2015-12-083-5/+1
* Add tests for `&enable_if_function` diagnostics.George Burgess IV2015-12-031-0/+6
* Add tests for pass_object_size.George Burgess IV2015-12-031-0/+52
* Fix clang/test/Sema/struct-packed-align.c. "Windows" is not MS compiler.NAKAMURA Takumi2015-12-031-1/+1
* Revert "Fix for merging decls in pragma weak Calling CheckFunctionDeclaration...Alexander Kornienko2015-12-031-6/+0
* PR25575: Make GCC 4.4+ comatible layout for packed bit-fileds of char type, p...Alexey Bataev2015-12-031-1/+22
* PR17381: Treat undefined behavior during expression evaluation as an unmodeledRichard Smith2015-12-033-1/+5
* [mips] Interrupt attribute support.Daniel Sanders2015-11-271-0/+29
* Revert r254203: [mips] Interrupt attribute support.Daniel Sanders2015-11-271-29/+0
* [mips] Interrupt attribute support.Daniel Sanders2015-11-271-0/+29
* Fix for merging decls in pragma weakAlexander Musman2015-11-261-0/+6
* [X86] Support for C calling convention only for MCU target.Alexey Bataev2015-11-251-0/+53
* AMDGPU: Add support for 's' and 'v' asm constraintsTom Stellard2015-11-191-0/+14
* PR10235: support for vector mode attributes + warning, by Dmitry Polukhin.Alexey Bataev2015-11-191-0/+10
* Produce a better diagnostic for global register variables.Akira Hatanaka2015-11-181-5/+7
* [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