summaryrefslogtreecommitdiffstats
path: root/test/Sema
Commit message (Expand)AuthorAgeFilesLines
* Merging r323998:Hans Wennborg2018-02-142-0/+13
* Merging r324514:Hans Wennborg2018-02-081-0/+13
* Merging r322901:Hans Wennborg2018-01-191-2/+2
* Merging r322518:Hans Wennborg2018-01-161-22/+0
* [Sema] -Wtautological-constant-compare is too good. Cripple it.Roman Lebedev2018-01-036-41/+58
* [Sema] Don't emit the -Wstrict-prototypes warning for variadic functions.Volodymyr Sapsai2018-01-021-0/+6
* Revert "[CodeGen] Fix crash when a function taking transparent union is redec...Volodymyr Sapsai2017-12-211-29/+0
* [CodeGen] Fix crash when a function taking transparent union is redeclared.Volodymyr Sapsai2017-12-211-0/+29
* Fix an assertion failure regression in isDesignatorAtObjectEnd forAlex Lorenz2017-12-201-0/+19
* Add support for ObjectFormat to TargetSpecificAttrErich Keane2017-12-201-1/+1
* [VerifyDiagnosticConsumer] support -verify=<prefixes>Hal Finkel2017-12-163-510/+58
* [ThreadSafetyAnalysis] Fix isCapabilityExprYi Kong2017-12-141-0/+17
* Unify implementation of our two different flavours of -Wtautological-compare,Richard Smith2017-12-082-98/+156
* Revert "Unify implementation of our two different flavours of -Wtautological-...Hans Wennborg2017-12-082-138/+98
* Unify implementation of our two different flavours of -Wtautological-compare.Richard Smith2017-12-082-98/+138
* [ARM] ACLE parallel arithmetic and DSP style multiplicationsSjoerd Meijer2017-12-071-0/+184
* Fix a bunch of wrong "tautological unsigned enum compare" diagnostics in C++.Richard Smith2017-12-061-24/+29
* Add _Float128 as alias to __float128 to enable compilations on Fedora27/glibc...Erich Keane2017-12-041-0/+22
* Disallow a cleanup attribute from appertaining to a parameter (the attribute ...Aaron Ballman2017-12-011-4/+6
* Remove duplicate, nonsense information from an attribute diagnostic. The NonP...Aaron Ballman2017-12-011-1/+1
* Perform a bounds check on a function's argument list before accessing any ind...Aaron Ballman2017-11-291-0/+23
* Determine the attribute subject for diagnostics based on declarative informat...Aaron Ballman2017-11-2621-36/+36
* PR35214: don't crash if we see an array of unknown bound added to an empty bu...Richard Smith2017-11-151-0/+8
* Clarify the error message for unsupported aliases on DarwinAlex Lorenz2017-11-071-4/+1
* [Sema] Document+test the -Wsign-conversion change for enums in C code [NFC]Roman Lebedev2017-11-041-0/+13
* [Sema] Document+test the -Wsign-compare change for enums in C code [NFC]Roman Lebedev2017-10-241-0/+24
* [Sema] Add support for flexible array members in Obj-C.Volodymyr Sapsai2017-10-231-1/+1
* [Sema] Fixes for enum handling for tautological comparison diagnosticsRoman Lebedev2017-10-214-50/+1211
* Enable support for the [[maybe_unused]] attribute from WG14 N2053 when enabli...Aaron Ballman2017-10-182-0/+47
* Silencing a redefinition warning that was not germane to the test.Aaron Ballman2017-10-181-3/+3
* Enable support for the [[fallthrough]] attribute from WG14 N2052 when enablin...Aaron Ballman2017-10-181-0/+75
* Fix PR34981, a crash-on-invalid merging dllimport to an invalid redecl.Nico Weber2017-10-171-1/+6
* Enable support for the [[nodiscard]] attribute from WG14 N2050 when enabling ...Aaron Ballman2017-10-171-0/+49
* [OpenCL] Restrict swizzle length check to OpenCL modeBruno Cardoso Lopes2017-10-171-0/+10
* [Sema] Re-land: Diagnose tautological comparison with type's min/max valuesRoman Lebedev2017-10-153-186/+864
* Add -f[no-]double-square-bracket-attributes as new driver options to control ...Aaron Ballman2017-10-151-0/+54
* Revert "[Sema] Diagnose tautological comparison with type's min/max values"Roman Lebedev2017-10-123-864/+186
* [Sema] Diagnose tautological comparison with type's min/max valuesRoman Lebedev2017-10-123-186/+864
* Driver: hoist the `wchar_t` handling to the driverSaleem Abdulrasool2017-10-061-1/+1
* -Wdocumentation should allow '...' params in variadic function type aliasesAlex Lorenz2017-10-062-0/+33
* Fix 'section' warning behavior with tentatively-defined valuesErich Keane2017-10-041-0/+9
* PR34822: Fix a collection of related bugs with our handling of C89 implicit f...Richard Smith2017-10-042-4/+15
* Suppress -Wmissing-braces warning when aggregate-initializing a struct with a...Richard Smith2017-10-031-2/+5
* [Sema] Suppress warnings for C's zero initializerDaniel Marjamaki2017-09-291-0/+38
* [clang] Add getUnsignedPointerDiffType methodAlexander Shaposhnikov2017-09-281-0/+30
* [AMDGPU] Allow flexible register names in inline asm constraintsYaxun Liu2017-09-281-2/+64
* Emit section information for extern variables. Erich Keane2017-09-261-0/+4
* Basic: support Preserve{Most,All} CC on WindowsSaleem Abdulrasool2017-09-261-0/+3
* Promote storage-only __fp16 vector operands to float vectors.Akira Hatanaka2017-09-231-0/+51
* Add test cases that weren't committed in r313945.Akira Hatanaka2017-09-221-0/+25