aboutsummaryrefslogtreecommitdiff
path: root/test/Sema
AgeCommit message (Expand)Author
2019-05-06PR41183: Don't emit strict-prototypes warning for an implicit functionJames Y Knight
2019-05-06Use DiagRuntimeBehavior for -Wunsequenced to weed out false positivesRichard Smith
2019-05-05Revert rL359962 : Use DiagRuntimeBehavior for -Wunsequenced to weed out false...Simon Pilgrim
2019-05-04Use DiagRuntimeBehavior for -Wunsequenced to weed out false positivesRichard Smith
2019-05-03Revert "[Attribute/Diagnostics] Print macro if definition is an attribute dec...Leonard Chan
2019-05-03Revert r359814 "[Sema] Emit warning for visibility attribute on internal-link...Nico Weber
2019-05-02Fix -Wunsequenced false-positives in code controlled by a branch onRichard Smith
2019-05-02[Attribute/Diagnostics] Print macro if definition is an attribute declarationLeonard Chan
2019-05-02[Sema] Emit warning for visibility attribute on internal-linkage declarationScott Linder
2019-04-29[Diagnostics] Support -Wtype-limits for GCC compatibilityDavid Bolvansky
2019-04-26[AArch64] Add support for MTE intrinsicsJaved Absar
2019-04-24[Builtins] Implement __builtin_is_constant_evaluated for use in C++2aEric Fiselier
2019-04-23[APSInt][OpenMP] Fix isNegative, etc. for unsigned typesJoel E. Denny
2019-04-11Add support for attributes on @implementations in Objective-CErik Pilkington
2019-03-29[Sema] Avoid sending a dependent expression to the constant evaluator.Erik Pilkington
2019-03-26Emit -Wfortify-source using DiagRuntimeBehaviourErik Pilkington
2019-03-21Permit redeclarations of a builtin to specify calling convention.Erich Keane
2019-03-20Fix implicit ios -> watchOS availability version mapping forAlex Lorenz
2019-03-20[Sema] Deduplicate some availability checking logicErik Pilkington
2019-03-19Add a spelling of pass_object_size that uses __builtin_dynamic_object_sizeErik Pilkington
2019-03-19Ensure that const variables declared at namespace scope correctly have extern...Aaron Ballman
2019-03-18Thread safety analysis: Add note for unlock kind mismatchAaron Puchert
2019-03-18[Sema] Add some compile time _FORTIFY_SOURCE diagnosticsErik Pilkington
2019-03-14Reland the rest of "Add AIX Target Info"Jason Liu
2019-03-13Revert "Add a new attribute, fortify_stdlib"Erik Pilkington
2019-03-13Revert "Add AIX Target Info"Jason Liu
2019-03-13Add AIX Target InfoJason Liu
2019-03-06Inline asm constraints: allow ICE-like pointers for the "n" constraint (PR40890)Hans Wennborg
2019-02-28Ensure that set constrained asm operands are not affected by truncation.Joerg Sonnenberger
2019-02-27Fix inline assembler constraint validationJoerg Sonnenberger
2019-02-26[OPENMP][CUDA]Do not emit warnings for variables in late-reported asmAlexey Bataev
2019-02-21[attributes] Add an attribute for server routines in Mach kernel and extensions.Artem Dergachev
2019-02-16Fix some tests I broke in r354190Erik Pilkington
2019-02-16[Sema] Diagnose floating point conversions based on target semanticsErik Pilkington
2019-02-14[Sema] Fix a regression introduced in "[AST][Sema] Remove CallExpr::setNumArgs"Bruno Ricci
2019-02-13[Headers][mips] Add `__attribute__((__mode__(__unwind_word__)))` to the _Unwi...Simon Atanasyan
2019-02-12[Sema] Fix a crash in access checking for deduction guidesIlya Biryukov
2019-02-11Add a new attribute, fortify_stdlibErik Pilkington
2019-01-30Add a new builtin: __builtin_dynamic_object_sizeErik Pilkington
2019-01-30Fix thread safety tests after r352549Aaron Puchert
2019-01-29OpenCL: Use length modifier for warning on vector printf argumentsMatt Arsenault
2019-01-25[Sema] Improve a -Warray-bounds diagnosticErik Pilkington
2019-01-25Disable _Float16 for non ARM/SPIR TargetsErich Keane
2019-01-24[CPU-Dispatch] Make pentium_iii_no_xmm_regs and pentium_iii alias.Erich Keane
2019-01-19Emit !callback metadata and introduce the callback attributeJohannes Doerfert
2019-01-18[Sema] Suppress a warning about a forward-declared fixed enum in C modeErik Pilkington
2019-01-16[MSP430] Improve support of 'interrupt' attributeAnton Korobeynikov
2019-01-15Fix cpu-dispatch MV regression caused by r347812Erich Keane
2019-01-14Improve a -Wunguarded-availability noteErik Pilkington
2019-01-14[Sema] Expose a control flag for integer to pointer ext warningKristina Brooks