summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaExpr.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reverted OpenCL2.0 atomic type commits r231932, r231935Anastasia Stulova2015-03-111-22/+0
* OpenCL: CL2.0 atomic type diagnosticsAnastasia Stulova2015-03-111-0/+22
* Sema: The i8 suffix should yield a literal of type charDavid Majnemer2015-03-061-0/+3
* Don't crash on non-public referenced dtors in toplevel classes.Nico Weber2015-03-061-2/+5
* Sema: Parenthesized bound destructor member expressions can be calledDavid Majnemer2015-02-251-1/+11
* Restores r228382, which was reverted in r228406.Sameer Sahasrabuddhe2015-02-251-1/+67
* MS extensions: Properly diagnose address of MS property declReid Kleckner2015-02-241-0/+2
* Sema: Replace some push_backs of expensive to move objects with emplace_back.Benjamin Kramer2015-02-171-6/+3
* Sema: Semantically check _Atomic-qualified pointersDavid Majnemer2015-02-121-5/+12
* Revert "OpenCL: handle shift operator with vector operands"Tom Stellard2015-02-061-65/+1
* OpenCL: handle shift operator with vector operandsSameer Sahasrabuddhe2015-02-061-1/+65
* OpenCL: handle ternary operator when the condition is a vectorSameer Sahasrabuddhe2015-02-041-42/+194
* Fix OpenCL 1.2 double as an optional core feature behaviourFraser Cormack2015-01-301-1/+3
* Revert a change from r222797 that is no longer needed and can causeKaelyn Takata2015-01-281-6/+2
* Fix a think-o in handling ambiguous corrections for a TypoExpr.Kaelyn Takata2015-01-271-1/+19
* Properly handle typos in the conditional of ?: expressions in C.Kaelyn Takata2015-01-271-9/+9
* Don't let virtual calls and dynamic casts call Sema::MarkVTableUsed().Nico Weber2015-01-261-2/+2
* Name a bool parameter. No behavior change.Nico Weber2015-01-251-1/+2
* Make the ?: precedence warning handle pointers to the left of ?Hans Wennborg2015-01-221-0/+2
* Fix crashes on missing @interface for categoryBen Langmuir2015-01-201-2/+2
* Look through sugar when determining whether a type is a scoped enumerationRichard Smith2015-01-141-1/+1
* Extend the self move warning to record types.Richard Trieu2015-01-131-85/+1
* Rename RefersToCapturedVariable to RefersToEnclosingVariableOrCapture, NFCAlexey Bataev2015-01-121-6/+6
* Add a new warning, -Wself-move, to Clang.Richard Trieu2015-01-101-1/+87
* Parse: Don't crash when namespace is in GNU statement exprDavid Majnemer2015-01-091-5/+0
* WIPDavid Majnemer2014-12-261-16/+16
* Adding a -Wunused-value warning for expressions with side effects used in an ...Aaron Ballman2014-12-171-0/+13
* Consider calls from implict host device functions as valid in SemaCUDA.Jacques Pienaar2014-12-161-4/+3
* Renamed RefersToEnclosingLocal bitfield to RefersToCapturedVariable.Alexey Bataev2014-12-161-15/+15
* [OPENMP] Bugfix for processing of global variables in OpenMP regions.Alexey Bataev2014-12-161-10/+30
* Sema: Cleanup and improve string-plus-char checking.Daniel Marjamaki2014-12-151-4/+4
* Sema: Don't diagnose string + int if the int is value dependentDavid Majnemer2014-12-151-1/+1
* When checking for nonnull parameter attributes, also check the ParmVarDecl si...Aaron Ballman2014-12-111-1/+1
* [OpenCL] Implemented restrictions for pointer conversions specified in OpenCL...Anastasia Stulova2014-11-261-2/+24
* Ensure that any TypoExprs in the arguments to bultins with custom typeKaelyn Takata2014-11-251-2/+6
* Force the correction of delayed typos in casts in non-C++ code.Kaelyn Takata2014-11-241-0/+6
* Enable ActOnIdExpression to use delayed typo correction for non-C++ codeKaelyn Takata2014-11-211-14/+33
* Wire up delayed typo correction to DiagnoseEmptyLookup and set upKaelyn Takata2014-11-201-8/+88
* Add a flag to BuildDeclarationNameExpr to not reject invalid decls.Kaelyn Takata2014-11-201-7/+8
* [Sema] Patch to issue warning on comparing parameters withFariborz Jahanian2014-11-181-0/+20
* Recommit r222044 with a test fix - it does not make sense to huntAnton Korobeynikov2014-11-141-3/+7
* Again revert r222044 to resolve darwin objc test fails.Anton Korobeynikov2014-11-141-7/+3
* Follow-up to D6217Anton Korobeynikov2014-11-141-3/+7
* [Sema]. Warn when logical expression is a pointerFariborz Jahanian2014-11-141-0/+1
* -Wsentinel: Suggest nullptr in C++11 instead of NULLReid Kleckner2014-11-131-2/+4
* Temporary revert r221818 until all the problemsAnton Korobeynikov2014-11-121-7/+3
* Fix fallout from r219557Anton Korobeynikov2014-11-121-3/+7
* Have LookupMemberExprInRecord only call CorrectTypoDelayed, dropping theKaelyn Takata2014-11-111-0/+11
* Revert r221702 until I address Richard Trieu'sFariborz Jahanian2014-11-111-5/+1
* Patch to warn when logical evaluation of operand evalutes to a true value;Fariborz Jahanian2014-11-111-1/+5
OpenPOWER on IntegriCloud