summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaChecking.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [Sema] Diagnose references to unbound arrays in function definitionsDavid Majnemer2015-04-091-0/+4
* [Sema] Correctly recurse when looking for [*] in function definitionsDavid Majnemer2015-04-071-9/+28
* [SystemZ] Support transactional execution on zEC12Ulrich Weigand2015-04-011-0/+18
* [PPC] Move argument range checks for HTM and crypto builtins to SemaKit Barton2015-03-301-0/+27
* -Wdynamic-class-memaccess: Also warn about array types.Nico Weber2015-03-211-0/+2
* Dedent code for -Wdynamic-class-memaccess warning. No behavior change.Nico Weber2015-03-211-39/+44
* MS ABI: Accept calls to an unprototyped declaration of _setjmpDavid Majnemer2015-03-201-0/+5
* [clang] Replacing asserts with static_asserts where appropriateGabor Horvath2015-03-161-3/+4
* -Wempty-body: fix false negative triggered by macrosDmitri Gribenko2015-03-151-1/+1
* MS ABI: Implement __GetExceptionInfo for std::make_exception_ptrDavid Majnemer2015-03-131-0/+13
* [X86, AVX2] Replace inserti128 and extracti128 intrinsics with generic shufflesSanjay Patel2015-03-121-2/+0
* [X86, AVX] replace vextractf128 intrinsics with generic shufflesSanjay Patel2015-03-121-3/+0
* Under duress, move check for target support of __builtin_setjmp/Joerg Sonnenberger2015-03-111-1/+20
* [X86, AVX] Replace vinsertf128 intrinsics with generic shuffles.Sanjay Patel2015-03-101-3/+0
* Make helper functions staticBenjamin Kramer2015-03-091-2/+2
* New ObjC warning: circular containers.Alex Denisov2015-03-041-0/+230
* Move one more diagnostic into the new -Wformat-pedantic group.Daniel Jasper2015-03-041-8/+10
* AT.isValid() should come before AT.matchesType()Seth Cantrell2015-03-041-30/+36
* Add a format warning for "%p" with non-void* argsSeth Cantrell2015-03-041-31/+41
* Sema: Remove stray staticBenjamin Kramer2015-03-011-1/+1
* Patch to prevent crash when default argument expressionFariborz Jahanian2015-02-261-2/+5
* [X86] Remove the blendps/blendpd builtins. They aren't used by the intrinsic ...Craig Topper2015-02-261-3/+0
* [X86] Correct immediate range checking for blendps/blendpd/blendpd256 builtins.Craig Topper2015-02-261-4/+4
* Sema: __assume with side effects shouldn't result in invalid AST nodesDavid Majnemer2015-02-261-1/+1
* Sema: Parenthesized bound destructor member expressions can be calledDavid Majnemer2015-02-251-2/+2
* Add support for inserting ArrayRef<FixItHint> into DiagnosticBuilder.Alexander Kornienko2015-02-251-8/+2
* [Objective-C]. Provide a new formatting kind, "os_trace" whichFariborz Jahanian2015-02-211-2/+3
* Add support for analyzing FreeBSD kernel printf extensions.Dimitry Andric2015-02-191-2/+42
* [X86] Add range checking on immediate arguments on XOP vpcom builtins.Craig Topper2015-02-131-0/+8
* [X86] Add immediate range checking for a couple XOP builtins.Craig Topper2015-01-311-0/+4
* [X86] Add range checking to the immediate arguments of many of the SSE/AVX bu...Craig Topper2015-01-311-6/+26
* Sema: Ensure that __c11_atomic_fetch_add has a pointer to complete typeDavid Majnemer2015-01-281-0/+5
* [X86] Add immediate range checking to AVX512 integer comparision builtins.Craig Topper2015-01-251-0/+24
* Initial support for Win64 SEH IR emissionReid Kleckner2015-01-221-0/+38
* [x86] Teach Sema to check size of comparison immediate on avx512 cmpps/cmppd ...Craig Topper2015-01-191-1/+3
* Extend the self move warning to record types.Richard Trieu2015-01-131-0/+90
* Rename RefersToCapturedVariable to RefersToEnclosingVariableOrCapture, NFCAlexey Bataev2015-01-121-2/+2
* [x86] Add range checking to the constant argument of cmpps/pd/ss/sd builtinas.Craig Topper2014-12-271-4/+8
* [c Sema]. Patch fixes pointer-bool-conversion warning on C codeFariborz Jahanian2014-12-181-2/+2
* Renamed RefersToEnclosingLocal bitfield to RefersToCapturedVariable.Alexey Bataev2014-12-161-2/+2
* Implement the __builtin_call_with_static_chain GNU extension.Peter Collingbourne2014-12-121-0/+68
* When checking for nonnull parameter attributes, also check the ParmVarDecl si...Aaron Ballman2014-12-111-1/+2
* PR21706: -Wunsequenced was missing warnings when leaving a sequenced region t...Richard Smith2014-12-031-5/+6
* Add the exception for strings in logical and expressions to -Wstring-conversionRichard Trieu2014-11-191-2/+9
* [Sema] Patch to issue warning on comparing parameters withFariborz Jahanian2014-11-181-1/+33
* Fix issues missed during the review of r222099.Richard Trieu2014-11-151-15/+17
* Recommit r222044 with a test fix - it does not make sense to huntAnton Korobeynikov2014-11-141-21/+67
* Again revert r222044 to resolve darwin objc test fails.Anton Korobeynikov2014-11-141-67/+21
* Follow-up to D6217Anton Korobeynikov2014-11-141-21/+67
* [Sema]. Warn when logical expression is a pointerFariborz Jahanian2014-11-141-0/+19
OpenPOWER on IntegriCloud