summaryrefslogtreecommitdiffstats
path: root/test/Sema
Commit message (Expand)AuthorAgeFilesLines
* PR41183: Don't emit strict-prototypes warning for an implicit functionJames Y Knight2019-05-061-1/+7
* Use DiagRuntimeBehavior for -Wunsequenced to weed out false positivesRichard Smith2019-05-061-0/+7
* Revert rL359962 : Use DiagRuntimeBehavior for -Wunsequenced to weed out false...Simon Pilgrim2019-05-051-7/+0
* Use DiagRuntimeBehavior for -Wunsequenced to weed out false positivesRichard Smith2019-05-041-0/+7
* Revert "[Attribute/Diagnostics] Print macro if definition is an attribute dec...Leonard Chan2019-05-032-68/+1
* Revert r359814 "[Sema] Emit warning for visibility attribute on internal-link...Nico Weber2019-05-031-6/+0
* Fix -Wunsequenced false-positives in code controlled by a branch onRichard Smith2019-05-021-0/+2
* [Attribute/Diagnostics] Print macro if definition is an attribute declarationLeonard Chan2019-05-022-1/+68
* [Sema] Emit warning for visibility attribute on internal-linkage declarationScott Linder2019-05-021-0/+6
* [Diagnostics] Support -Wtype-limits for GCC compatibilityDavid Bolvansky2019-04-293-0/+5
* [AArch64] Add support for MTE intrinsicsJaved Absar2019-04-261-0/+136
* [Builtins] Implement __builtin_is_constant_evaluated for use in C++2aEric Fiselier2019-04-241-0/+6
* [APSInt][OpenMP] Fix isNegative, etc. for unsigned typesJoel E. Denny2019-04-231-0/+3
* Add support for attributes on @implementations in Objective-CErik Pilkington2019-04-111-1/+2
* [Sema] Avoid sending a dependent expression to the constant evaluator.Erik Pilkington2019-03-291-0/+33
* Emit -Wfortify-source using DiagRuntimeBehaviourErik Pilkington2019-03-261-0/+3
* Permit redeclarations of a builtin to specify calling convention.Erich Keane2019-03-214-29/+31
* Fix implicit ios -> watchOS availability version mapping forAlex Lorenz2019-03-201-0/+6
* [Sema] Deduplicate some availability checking logicErik Pilkington2019-03-202-17/+16
* Add a spelling of pass_object_size that uses __builtin_dynamic_object_sizeErik Pilkington2019-03-191-5/+17
* Ensure that const variables declared at namespace scope correctly have extern...Aaron Ballman2019-03-192-0/+59
* Thread safety analysis: Add note for unlock kind mismatchAaron Puchert2019-03-181-2/+2
* [Sema] Add some compile time _FORTIFY_SOURCE diagnosticsErik Pilkington2019-03-185-9/+92
* Reland the rest of "Add AIX Target Info"Jason Liu2019-03-141-0/+6
* Revert "Add a new attribute, fortify_stdlib"Erik Pilkington2019-03-131-18/+0
* Revert "Add AIX Target Info"Jason Liu2019-03-131-6/+0
* Add AIX Target InfoJason Liu2019-03-131-0/+6
* Inline asm constraints: allow ICE-like pointers for the "n" constraint (PR40890)Hans Wennborg2019-03-061-1/+19
* Ensure that set constrained asm operands are not affected by truncation.Joerg Sonnenberger2019-02-281-0/+4
* Fix inline assembler constraint validationJoerg Sonnenberger2019-02-271-0/+4
* [OPENMP][CUDA]Do not emit warnings for variables in late-reported asmAlexey Bataev2019-02-261-1/+1
* [attributes] Add an attribute for server routines in Mach kernel and extensions.Artem Dergachev2019-02-213-0/+73
* Fix some tests I broke in r354190Erik Pilkington2019-02-161-1/+1
* [Sema] Diagnose floating point conversions based on target semanticsErik Pilkington2019-02-161-0/+24
* [Sema] Fix a regression introduced in "[AST][Sema] Remove CallExpr::setNumArgs"Bruno Ricci2019-02-141-0/+15
* [Headers][mips] Add `__attribute__((__mode__(__unwind_word__)))` to the _Unwi...Simon Atanasyan2019-02-131-1/+16
* [Sema] Fix a crash in access checking for deduction guidesIlya Biryukov2019-02-121-0/+11
* Add a new attribute, fortify_stdlibErik Pilkington2019-02-111-0/+18
* Add a new builtin: __builtin_dynamic_object_sizeErik Pilkington2019-01-301-20/+27
* Fix thread safety tests after r352549Aaron Puchert2019-01-301-1/+1
* OpenCL: Use length modifier for warning on vector printf argumentsMatt Arsenault2019-01-291-0/+2
* [Sema] Improve a -Warray-bounds diagnosticErik Pilkington2019-01-251-2/+10
* Disable _Float16 for non ARM/SPIR TargetsErich Keane2019-01-251-0/+11
* [CPU-Dispatch] Make pentium_iii_no_xmm_regs and pentium_iii alias.Erich Keane2019-01-241-0/+3
* Emit !callback metadata and introduce the callback attributeJohannes Doerfert2019-01-192-0/+89
* [Sema] Suppress a warning about a forward-declared fixed enum in C modeErik Pilkington2019-01-181-1/+22
* [MSP430] Improve support of 'interrupt' attributeAnton Korobeynikov2019-01-161-2/+9
* Fix cpu-dispatch MV regression caused by r347812Erich Keane2019-01-151-0/+8
* Improve a -Wunguarded-availability noteErik Pilkington2019-01-142-5/+5
* [Sema] Expose a control flag for integer to pointer ext warningKristina Brooks2019-01-141-0/+12