summaryrefslogtreecommitdiff
path: root/test/Sema
AgeCommit message (Expand)Author
2018-02-14Merging r323998:Hans Wennborg
2018-02-08Merging r324514:Hans Wennborg
2018-01-19Merging r322901:Hans Wennborg
2018-01-16Merging r322518:Hans Wennborg
2018-01-03[Sema] -Wtautological-constant-compare is too good. Cripple it.Roman Lebedev
2018-01-02[Sema] Don't emit the -Wstrict-prototypes warning for variadic functions.Volodymyr Sapsai
2017-12-21Revert "[CodeGen] Fix crash when a function taking transparent union is redec...Volodymyr Sapsai
2017-12-21[CodeGen] Fix crash when a function taking transparent union is redeclared.Volodymyr Sapsai
2017-12-20Fix an assertion failure regression in isDesignatorAtObjectEnd forAlex Lorenz
2017-12-20Add support for ObjectFormat to TargetSpecificAttrErich Keane
2017-12-16[VerifyDiagnosticConsumer] support -verify=<prefixes>Hal Finkel
2017-12-14[ThreadSafetyAnalysis] Fix isCapabilityExprYi Kong
2017-12-08Unify implementation of our two different flavours of -Wtautological-compare,Richard Smith
2017-12-08Revert "Unify implementation of our two different flavours of -Wtautological-...Hans Wennborg
2017-12-08Unify implementation of our two different flavours of -Wtautological-compare.Richard Smith
2017-12-07[ARM] ACLE parallel arithmetic and DSP style multiplicationsSjoerd Meijer
2017-12-06Fix a bunch of wrong "tautological unsigned enum compare" diagnostics in C++.Richard Smith
2017-12-04Add _Float128 as alias to __float128 to enable compilations on Fedora27/glibc...Erich Keane
2017-12-01Disallow a cleanup attribute from appertaining to a parameter (the attribute ...Aaron Ballman
2017-12-01Remove duplicate, nonsense information from an attribute diagnostic. The NonP...Aaron Ballman
2017-11-29Perform a bounds check on a function's argument list before accessing any ind...Aaron Ballman
2017-11-26Determine the attribute subject for diagnostics based on declarative informat...Aaron Ballman
2017-11-15PR35214: don't crash if we see an array of unknown bound added to an empty bu...Richard Smith
2017-11-07Clarify the error message for unsupported aliases on DarwinAlex Lorenz
2017-11-04[Sema] Document+test the -Wsign-conversion change for enums in C code [NFC]Roman Lebedev
2017-10-24[Sema] Document+test the -Wsign-compare change for enums in C code [NFC]Roman Lebedev
2017-10-23[Sema] Add support for flexible array members in Obj-C.Volodymyr Sapsai
2017-10-21[Sema] Fixes for enum handling for tautological comparison diagnosticsRoman Lebedev
2017-10-18Enable support for the [[maybe_unused]] attribute from WG14 N2053 when enabli...Aaron Ballman
2017-10-18Silencing a redefinition warning that was not germane to the test.Aaron Ballman
2017-10-18Enable support for the [[fallthrough]] attribute from WG14 N2052 when enablin...Aaron Ballman
2017-10-17Fix PR34981, a crash-on-invalid merging dllimport to an invalid redecl.Nico Weber
2017-10-17Enable support for the [[nodiscard]] attribute from WG14 N2050 when enabling ...Aaron Ballman
2017-10-17[OpenCL] Restrict swizzle length check to OpenCL modeBruno Cardoso Lopes
2017-10-15[Sema] Re-land: Diagnose tautological comparison with type's min/max valuesRoman Lebedev
2017-10-15Add -f[no-]double-square-bracket-attributes as new driver options to control ...Aaron Ballman
2017-10-12Revert "[Sema] Diagnose tautological comparison with type's min/max values"Roman Lebedev
2017-10-12[Sema] Diagnose tautological comparison with type's min/max valuesRoman Lebedev
2017-10-06Driver: hoist the `wchar_t` handling to the driverSaleem Abdulrasool
2017-10-06-Wdocumentation should allow '...' params in variadic function type aliasesAlex Lorenz
2017-10-04Fix 'section' warning behavior with tentatively-defined valuesErich Keane
2017-10-04PR34822: Fix a collection of related bugs with our handling of C89 implicit f...Richard Smith
2017-10-03Suppress -Wmissing-braces warning when aggregate-initializing a struct with a...Richard Smith
2017-09-29[Sema] Suppress warnings for C's zero initializerDaniel Marjamaki
2017-09-28[clang] Add getUnsignedPointerDiffType methodAlexander Shaposhnikov
2017-09-28[AMDGPU] Allow flexible register names in inline asm constraintsYaxun Liu
2017-09-26Emit section information for extern variables. Erich Keane
2017-09-26Basic: support Preserve{Most,All} CC on WindowsSaleem Abdulrasool
2017-09-23Promote storage-only __fp16 vector operands to float vectors.Akira Hatanaka
2017-09-22Add test cases that weren't committed in r313945.Akira Hatanaka